Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/cpu/cortexm4f/
DcpuMath.h8 static inline uint32_t cpuMathUint44Div1000ToUint32(uint64_t val) in cpuMathUint44Div1000ToUint32() function
/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dplatform.c396 delayInUsecs = cpuMathUint44Div1000ToUint32(delay); in platSetTimerAlarm()