HAL_RemainingAppTimer Function
C
int HAL_RemainingAppTimer(HAL_AppTimer_t *appTimer, uint32_t *remainingTime);Description
Gives the remaining time in the given app timer.
Parameters
| Param | Description |
|---|---|
| appTimer | pointer to HAL_AppTimer_t. |
| remainingTime | pointer variable to store the remaining time. |
Returns
1 No app timer running. 0 Success
