Home
last modified time | relevance | path

Searched refs:UINT32_C (Results 1 – 8 of 8) sorted by relevance

/device/google/contexthub/firmware/os/inc/
Dsensors_priv.h62 #define SENSOR_RATE_OFF UINT32_C(0x00000000) /* used in sensor state machine */
63 #define SENSOR_RATE_POWERING_ON UINT32_C(0xFFFFFFF0) /* used in sensor state machine */
64 #define SENSOR_RATE_POWERING_OFF UINT32_C(0xFFFFFFF1) /* used in sensor state machine */
65 #define SENSOR_RATE_FW_UPLOADING UINT32_C(0xFFFFFFF2) /* used in sensor state machine */
66 #define SENSOR_RATE_IMPOSSIBLE UINT32_C(0xFFFFFFF3) /* used in rate calc to indicate impossible …
Dseos.h102 #define SEG_STATE_INVALID UINT32_C(0xFFFFFFFF)
103 #define SEG_SIZE_MAX UINT32_C(0x00FFFFFF)
/device/google/contexthub/lib/include/nanohub/
Dnanohub.h45 #define APP_SEQ_ID_ANY UINT32_C(0xFFFFFF)
/device/google/contexthub/firmware/os/core/
Dnanohub_chre.c310 info->minInterval = (UINT32_C(1024000000) / max) * UINT64_C(1000); in osChreSensorGetInfo()
354 status->interval = (UINT32_C(1024000000) / rate) * UINT64_C(1000); in osChreSensorGetSamplingStatus()
401 rate = UINT32_C(1024000000) / interval_us; in osChreSensorConfigure()
/device/google/fuchsia/bioniccompat/include/
Dstdint.h267 #define UINT32_C(c) __UINT32_C(c) macro
/device/google/contexthub/firmware/app/chre/common/
Dchre10_app.c217 change.status.interval = (UINT32_C(1024000000) / msg->newRate) * UINT64_C(1000); in chreappProcessConfigEvt()
Dchre_app.c217 change.status.interval = (UINT32_C(1024000000) / msg->newRate) * UINT64_C(1000); in chreappProcessConfigEvt()
/device/google/contexthub/sensorhal/
Dhubconnection.cpp1567 cmd->rate = UINT32_C(0); in initConfigCmd()