Home
last modified time | relevance | path

Searched refs:timTimerCancelEx (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/inc/
Dtimer.h46 bool timTimerCancelEx(uint32_t timerId, bool cancelPending);
/device/google/contexthub/firmware/os/core/
Dtimer.c224 bool timTimerCancelEx(uint32_t timerId, bool cancelPending) in timTimerCancelEx() function
250 return timTimerCancelEx(timerId, false); in timTimerCancel()
Dnanohub_chre.c114 *retValP = timTimerCancelEx(timerId, true); in osChreApiTimerCancel()