Timeout Event structure. More...
Timeout Event structure.
Definition at line 54 of file periodic.h.
#include <periodic.h>
Data Fields | |
ztimer_periodic_t | timer |
ztimer object used for timeout | |
event_queue_t * | queue |
event queue to post event to | |
event_t * | event |
event to post after timeout | |
uint32_t | count |
times the event should repeat itself | |
uint32_t event_periodic_t::count |
times the event should repeat itself
Definition at line 58 of file periodic.h.
event_t* event_periodic_t::event |
event to post after timeout
Definition at line 57 of file periodic.h.
event_queue_t* event_periodic_t::queue |
event queue to post event to
Definition at line 56 of file periodic.h.
ztimer_periodic_t event_periodic_t::timer |
ztimer object used for timeout
Definition at line 55 of file periodic.h.