ieee802154: add MR-FSK PHR length definition

Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com>
This commit is contained in:
Jean Pierre Dudey 2020-05-04 18:53:51 -05:00 committed by Jean Pierre Dudey
parent 434b6b68d5
commit 9fe6b9ac99

View File

@ -120,6 +120,8 @@ extern "C" {
*/
#define IEEE802154_RADIO_RSSI_OFFSET (-174)
#define IEEE802154_PHY_MR_FSK_PHR_LEN (2) /**< MR-FSK PHY header length */
/**
* For the SUN PHYs, the value is 1 ms expressed in symbol periods, rounded
* up to the next integer number of symbol periods using the ceiling() function.