Home
last modified time | relevance | path

Searched refs:cpuMathUint44Div1000ToUint32 (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/
DcpuMath.h8 static inline uint32_t cpuMathUint44Div1000ToUint32(uint64_t val) in cpuMathUint44Div1000ToUint32() function
/device/google/contexthub/firmware/os/platform/stm32/
Dplatform.c386 delayInUsecs = cpuMathUint44Div1000ToUint32(delay); in platSetTimerAlarm()