13.5.3.1 APP_TIMER_IsTimerExisted
C
bool APP_TIMER_IsTimerExisted(uint8_t timerId);Description
The function is used to check if a timer exists already.
Parameters
| Parameter | Description | 
|---|---|
| [in] timerId | Timer ID. See APP_TIMER_TimerId_T. | 
Return values
| Return value | Description | 
|---|---|
| true | This timer exites already. | 
| false | This timer doesn't exist. | 
