HomeSort by relevance Sort by last modified time
    Searched refs:cpuMathU64DivByU16 (Results 1 - 4 of 4) sorted by null

  /device/google/contexthub/firmware/os/cpu/cortexm4/
cpuMath.c 17 uint64_t cpuMathU64DivByU16(uint64_t val, uint32_t divBy_ /* 16 bits max*/)
  /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/
cpuMath.h 16 uint64_t cpuMathU64DivByU16(uint64_t val, uint32_t divBy /* 16 bits max*/);
18 //DO NOT USE ON NON_COMPILE-TIME-CONSTANT VALUES OF u16, use cpuMathU64DivByU16()
  /device/google/contexthub/firmware/os/drivers/st_mag40/
st_mag40.c 687 #define TIME_NS_TO_US(ns) cpuMathU64DivByU16(ns, 1000)
  /device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
st_lsm6dsm.c     [all...]

Completed in 141 milliseconds