Loading...
Searching...
No Matches
gnrc_lwmac_timeout_t Struct Reference

LWMAC timeout structure. More...

Detailed Description

LWMAC timeout structure.

Definition at line 188 of file types.h.

#include <types.h>

Data Fields

xtimer_t timer
 xtimer entity
 
msg_t msg
 msg entity
 
bool expired
 If type != DISABLED, this indicates if timeout has expired.
 
gnrc_lwmac_timeout_type_t type
 timeout type
 

Field Documentation

◆ expired

bool gnrc_lwmac_timeout_t::expired

If type != DISABLED, this indicates if timeout has expired.

Definition at line 191 of file types.h.

◆ msg

msg_t gnrc_lwmac_timeout_t::msg

msg entity

Definition at line 190 of file types.h.

◆ timer

xtimer_t gnrc_lwmac_timeout_t::timer

xtimer entity

Definition at line 189 of file types.h.

◆ type

gnrc_lwmac_timeout_type_t gnrc_lwmac_timeout_t::type

timeout type

Definition at line 192 of file types.h.


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