Searched refs:UINT32_C (Results 1 – 16 of 16) sorted by relevance
43 #ifndef UINT32_C45 #define UINT32_C(c) ((uint32_t)(c##U)) macro60 #define _RUNETYPE_A UINT32_C(0x00000100) /* Alpha */61 #define _RUNETYPE_C UINT32_C(0x00000200) /* Control */62 #define _RUNETYPE_D UINT32_C(0x00000400) /* Digit */63 #define _RUNETYPE_G UINT32_C(0x00000800) /* Graph */64 #define _RUNETYPE_L UINT32_C(0x00001000) /* Lower */65 #define _RUNETYPE_P UINT32_C(0x00002000) /* Punct */66 #define _RUNETYPE_S UINT32_C(0x00004000) /* Space */67 #define _RUNETYPE_U UINT32_C(0x00008000) /* Upper */[all …]
62 #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 …
102 #define SEG_STATE_INVALID UINT32_C(0xFFFFFFFF)103 #define SEG_SIZE_MAX UINT32_C(0x00FFFFFF)
55 #define UINT32_C(c) c ## U macro
56 #define UINT32_C(c) c ## U macro
50 #define UINT32_C(c) (c ## U) macro
45 #define APP_SEQ_ID_ANY UINT32_C(0xFFFFFF)
310 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()
267 #define UINT32_C(c) __UINT32_C(c) macro
217 change.status.interval = (UINT32_C(1024000000) / msg->newRate) * UINT64_C(1000); in chreappProcessConfigEvt()
58 #define REP_C UINT32_C
1567 cmd->rate = UINT32_C(0); in initConfigCmd()