gnrc_mac_rx_t Struct Reference

MAC internal type for storing reception state parameters and state machines. More...

Detailed Description

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.

Definition at line 71 of file types.h.

#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_tdispatch_buffer [GNRC_MAC_DISPATCH_BUFFER_SIZE]
 dispatch packet buffer
 

The documentation for this struct was generated from the following file: