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