5.1.6.3 HAL_RemainingAppTimer Function
Syntax
int HAL_RemainingAppTimer(HAL_AppTimer_t *appTimer, uint32_t *remainingTime);
Description
This function returns the remaining time in the given application timer.
Input Parameters
| Parameter Name | Description |
|---|---|
appTimer | Pointer to HAL_AppTimer_t |
remainingTime | Pointer variable to store the remaining time |
Return Type and Values
1– No app timer running0– Success
