Loading...
Searching...
No Matches
lwmac Struct Reference

LWMAC specific structure for storing internal states. More...

Detailed Description

LWMAC specific structure for storing internal states.

Definition at line 198 of file types.h.

#include <types.h>

Data Fields

gnrc_lwmac_state_t state
 Internal state of MAC layer.
 
uint32_t last_wakeup
 Used to calculate wakeup times.
 
uint8_t lwmac_info
 LWMAC's internal information (flags)
 
gnrc_lwmac_timeout_t timeouts [CONFIG_GNRC_LWMAC_TIMEOUT_COUNT]
 Store timeouts used for protocol.
 

Field Documentation

◆ last_wakeup

uint32_t lwmac::last_wakeup

Used to calculate wakeup times.

Definition at line 200 of file types.h.

◆ lwmac_info

uint8_t lwmac::lwmac_info

LWMAC's internal information (flags)

Definition at line 201 of file types.h.

◆ state

gnrc_lwmac_state_t lwmac::state

Internal state of MAC layer.

Definition at line 199 of file types.h.

◆ timeouts

Store timeouts used for protocol.

Definition at line 202 of file types.h.


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