HAL_StartAppTimer Function
C
int HAL_StartAppTimer(HAL_AppTimer_t *appTimer);Description
Starts to count an interval (starts user timer).
Parameters
| Param | Description |
|---|---|
| appTimer | pointer to the timer structure. HAL_APPTimer_t is type definition of BC_Timer_t |
Returns
1 - pointer is NULL
0 - success
