5.1.6.5 HAL_StopAppTimer Function
Syntax
int HAL_StopAppTimer(HAL_AppTimer_t *appTimer);
Description
This function stops the user timer.
Input Parameters
| Parameter Name | Description |
|---|---|
appTimer | Pointer to the timer structure |
Return Type and Values
1– There is no application timer started or pointer is NULL0– Success
