ZTIMER_eStop
ZTIMER_teStatus ZTIMER_eStop(uint8 u8TimerIndex);
Description
This function is used to stop the specified software timer (before it expires). The timer must have been previously started using ZTIMER_eStart().
Parent topic:ZTIMER_eStop
Parameters
pu8TimerIndex: Index number of the timer in the list of timers initialized using ZTIMER_eInit().
Parent topic:ZTIMER_eStop
Returns
E_ZTIMER_OK (timer successfully stopped)
E_ZTIMER_FAIL (timer not stopped - may be already stopped or expired)
Parent topic:ZTIMER_eStop
Parent topic:ZigBee Timer functions