Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dtimer.h44 uint32_t timTimerSetNew(uint64_t length, const void* data, bool oneShot);
/device/google/contexthub/firmware/os/core/
Dtimer.c205 uint32_t timTimerSetNew(uint64_t length, const void* data, bool oneShot) in timTimerSetNew() function
Dnanohub_chre.c95 uint32_t timId = timTimerSetNew(duration, cookie, oneShot); in osChreTimerSet()