Loading...
Searching...
No Matches
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 70 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
 

Field Documentation

◆ _queue_nodes

RX queue nodes.

Definition at line 73 of file types.h.

◆ dispatch_buffer

gnrc_pktsnip_t* gnrc_mac_rx_t::dispatch_buffer[GNRC_MAC_DISPATCH_BUFFER_SIZE]

dispatch packet buffer

Definition at line 77 of file types.h.

◆ queue

gnrc_priority_pktqueue_t gnrc_mac_rx_t::queue

RX packet queue.

Definition at line 72 of file types.h.


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