HAL_StopAppTimer Function
C
int HAL_StopAppTimer(HAL_AppTimer_t *appTimer);Description
Stops the user timer.
Parameters
| Param | Description |
|---|---|
| appTimer | pointer to the timer structure. |
Returns
1 - there is no appTimer started or pointer is NULL
0 - success
