Loading...
Searching...
No Matches
gnrc_mac_timeout_t Struct Reference

Structure holding the GNRC_MAC timeouts. More...

Detailed Description

Structure holding the GNRC_MAC timeouts.

Definition at line 61 of file timeout.h.

#include <timeout.h>

Data Fields

evtimer_t evtimer
 evtimer entity which stores the timeout list.
 
gnrc_mac_timeout_event_ttimeouts
 The gnrc_mac timeout unites.
 
uint8_t timeout_num
 Timeout number.
 

Field Documentation

◆ evtimer

evtimer_t gnrc_mac_timeout_t::evtimer

evtimer entity which stores the timeout list.

Definition at line 62 of file timeout.h.

◆ timeout_num

uint8_t gnrc_mac_timeout_t::timeout_num

Timeout number.

Definition at line 66 of file timeout.h.

◆ timeouts

gnrc_mac_timeout_event_t* gnrc_mac_timeout_t::timeouts

The gnrc_mac timeout unites.

Definition at line 64 of file timeout.h.


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