Home
last modified time | relevance | path

Searched defs:alt_alarm_s (Results 1 – 1 of 1) sorted by relevance

/hal_altera-latest/altera_hal/HAL/inc/priv/
Dalt_alarm.h58 struct alt_alarm_s struct
60 alt_llist llist; /* linked list */
61 alt_u32 time; /* time in system ticks of the callback */
62 alt_u32 (*callback) (void* context); /* callback function. The return
67 alt_u8 rollover; /* set when desired alarm time + current time causes
69 void* context; /* Argument for the callback */