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

ParamDescription
appTimerpointer to HAL_AppTimer_t.
remainingTimepointer variable to store the remaining time.

Returns

1 No app timer running. 0 Success