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

ParameterDescription
[in] timerIdTimer ID. See APP_TIMER_TimerId_T.

Return values

Return valueDescription
trueThis timer exites already.
falseThis timer doesn't exist.