5.1.6.4 HAL_StartAppTimer Function
Syntax
int HAL_StartAppTimer(HAL_AppTimer_t *appTimer);
Description
This function starts to count an interval (starts user timer).
Input Parameters
| Parameter Name | Description |
|---|---|
appTimer | Pointer to the timer structure. HAL_APPTimer_t
is type definition of BC_Timer_t. |
Return Type and Values
1– Pointer is NULL0– Success
