#include <timer.h>
Data Fields | |
timer_t | timer |
Timer structure. | |
struct itimerspec | spec |
Timer specification. | |
struct sigevent * | props |
Event properties. | |
uint32_t | interval |
Timer interval in seconds. | |
void * | userData |
User data provided to the event function. | |
void(* | function )(void *) |
Function to call when the timer expires, userData will be passed as the argument. |
Timer structure.