int32_t status_t
Type used for all status and error return values.
Definition argus_status.h:70
void Timer_GetCounterValue(uint32_t *hct, uint32_t *lct)
Obtains the lifetime counter value from the timers.
status_t Timer_SetInterval(uint32_t dt_microseconds, void *param)
Sets the timer interval for a specified callback parameter.
status_t Timer_SetCallback(timer_cb_t f)
Installs an periodic timer callback function.
void(* timer_cb_t)(void *param)
The callback function type for periodic interrupt timer.
Definition argus_timer.h:166
This file is part of the AFBR-S50 API.