Searched refs:timTimerCancelEx (Results 1 – 3 of 3) sorted by relevance
47 bool timTimerCancelEx(uint32_t timerId, bool cancelPending);
240 bool timTimerCancelEx(uint32_t timerId, bool cancelPending) in timTimerCancelEx() function266 return timTimerCancelEx(timerId, false); in timTimerCancel()
137 *retValP = timTimerCancelEx(timerId, true); in osChreApiTimerCancel()