Home
last modified time | relevance | path

Searched refs:cancelPending (Results 1 – 2 of 2) 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() argument
230 if (cancelPending) in timTimerCancelEx()