Common MAC module definitions for Network interface API More...
Common MAC module definitions for Network interface API
Definition in file mac.h.
Go to the source code of this file.
Data Structures | |
struct | gnrc_netif_mac_t |
Common MAC module component of gnrc_netif_mac_t More... | |
#define | GNRC_NETIF_MAC_INFO_TX_FEEDBACK_MASK (0x0003U) |
Mask for gnrc_mac_tx_feedback_t. | |
#define | GNRC_NETIF_MAC_INFO_RX_STARTED (0x0004U) |
Flag to track if a transmission might have corrupted a received packet. | |
#define | GNRC_NETIF_MAC_INFO_CSMA_ENABLED (0x0100U) |
Flag to track if a device has enabled CSMA for transmissions. More... | |
#define GNRC_NETIF_MAC_INFO_CSMA_ENABLED (0x0100U) |