A MAC module for providing common MAC parameters and helper functions.
More...
A MAC module for providing common MAC parameters and helper functions.
|
file | internal.h |
| Definitions of internal functions of GNRC_MAC module.
|
|
file | mac.h |
| Definitions of GNRC_MAC.
|
|
file | timeout.h |
| Timeout APIs used by GNRC_MAC.
|
|
file | types.h |
| Internal data types used by GNRC_MAC.
|
|
◆ GNRC_MAC_DISPATCH_BUFFER_SIZE
The default buffer size for storing dispatching packets.
Definition at line 112 of file mac.h.
◆ GNRC_MAC_RX_QUEUE_SIZE
The default rx queue size for incoming packets.
Definition at line 105 of file mac.h.
◆ GNRC_MAC_TX_QUEUE_SIZE
The default queue size for transmission packets coming from higher layers.
Definition at line 120 of file mac.h.