Loading...
Searching...
No Matches
gnrc_gomach_timeout_t Struct Reference

GoMacH's timeout structure. More...

Detailed Description

GoMacH's timeout structure.

Definition at line 260 of file types.h.

#include <types.h>

Data Fields

xtimer_t timer
 xtimer entity.
 
msg_t msg
 msg entity.
 
bool expired
 Timeout expiration indicator.
 
gnrc_gomach_timeout_type_t type
 GoMacH timeout type.
 

Field Documentation

◆ expired

bool gnrc_gomach_timeout_t::expired

Timeout expiration indicator.

Definition at line 263 of file types.h.

◆ msg

msg_t gnrc_gomach_timeout_t::msg

msg entity.

Definition at line 262 of file types.h.

◆ timer

xtimer_t gnrc_gomach_timeout_t::timer

xtimer entity.

Definition at line 261 of file types.h.

◆ type

gnrc_gomach_timeout_type_t gnrc_gomach_timeout_t::type

GoMacH timeout type.

Definition at line 264 of file types.h.


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