Loading...
Searching...
No Matches
event_periodic_t Struct Reference

Timeout Event structure. More...

Detailed Description

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_tqueue
 event queue to post event to
 
event_tevent
 event to post after timeout
 
uint32_t count
 times the event should repeat itself
 

Field Documentation

◆ count

uint32_t event_periodic_t::count

times the event should repeat itself

Definition at line 58 of file periodic.h.

◆ event

event_t* event_periodic_t::event

event to post after timeout

Definition at line 57 of file periodic.h.

◆ queue

event_queue_t* event_periodic_t::queue

event queue to post event to

Definition at line 56 of file periodic.h.

◆ timer

ztimer_periodic_t event_periodic_t::timer

ztimer object used for timeout

Definition at line 55 of file periodic.h.


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