1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

net/ieee802154.h: add IFS constants

This commit is contained in:
Jose Alamos 2020-09-10 14:48:41 +02:00
parent 239999fe73
commit c74ee68674

View File

@ -98,6 +98,21 @@ extern "C" {
#define IEEE802154G_FRAME_LEN_MAX (2047U) /**< maximum 802.15.4g-2012 frame length */
#define IEEE802154_ACK_FRAME_LEN (5U) /**< ACK frame length */
/**
* @brief Number of symbols to wait during Long Inter Frame Spacing
*/
#define IEEE802154_LIFS_SYMS (40U)
/**
* @brief Number of symbols to wait during Short Inter Frame Spacing
*/
#define IEEE802154_SIFS_SYMS (12U)
/**
* @brief Maximum frame size to consider a frame as short.
*/
#define IEEE802154_SIFS_MAX_FRAME_SIZE (18U)
/**
* @brief value of measured power when RSSI is zero.
*