int32_t HALSIM_GetNumNotifiers(void)
uint64_t HALSIM_GetNextNotifierTimeout(void)
int32_t HALSIM_GetNotifierInfo(struct HALSIM_NotifierInfo *arr, int32_t size)
Gets detailed information about each notifier.
HAL_Handle HAL_NotifierHandle
Definition Types.h:43
Definition NotifierData.h:13
uint64_t alarmTime
Definition NotifierData.h:16
uint64_t intervalTime
Definition NotifierData.h:17
char name[64]
Definition NotifierData.h:15
HAL_NotifierHandle handle
Definition NotifierData.h:14
int32_t overrunCount
Definition NotifierData.h:18