12 #include "hal/Types.h"
61 uint64_t triggerTime, int32_t* status);
HAL_NotifierHandle HAL_InitializeNotifier(int32_t *status)
Initializes a notifier.
void HAL_StopNotifier(HAL_NotifierHandle notifierHandle, int32_t *status)
Stops a notifier from running.
void HAL_CancelNotifierAlarm(HAL_NotifierHandle notifierHandle, int32_t *status)
Cancels the next notifier alarm.
uint64_t HAL_WaitForNotifierAlarm(HAL_NotifierHandle notifierHandle, int32_t *status)
Waits for the next alarm for the specific notifier.
void HAL_CleanNotifier(HAL_NotifierHandle notifierHandle, int32_t *status)
Cleans a notifier.
void HAL_UpdateNotifierAlarm(HAL_NotifierHandle notifierHandle, uint64_t triggerTime, int32_t *status)
Updates the trigger time for a notifier.