MAC internal type for storing reception state parameters and state machines. More...
MAC internal type for storing reception state parameters and state machines.
This structure can be extended to contain more needed states and parameters. Please guard them by appropriate #ifdef directives when applicable.
#include <types.h>
Data Fields | |
gnrc_priority_pktqueue_t | queue |
RX packet queue. | |
gnrc_priority_pktqueue_node_t | _queue_nodes [GNRC_MAC_RX_QUEUE_SIZE] |
RX queue nodes. | |
gnrc_pktsnip_t * | dispatch_buffer [GNRC_MAC_DISPATCH_BUFFER_SIZE] |
dispatch packet buffer | |