Home
last modified time | relevance | path

Searched full:31 (Results 1 – 25 of 1112) sorted by relevance

12345678910>>...45

/Zephyr-latest/tests/lib/cmsis_dsp/filtering/src/
Dmisc_q7.c50 DEFINE_CORRELATE_TEST(30, 31);
55 DEFINE_CORRELATE_TEST(31, 31);
56 DEFINE_CORRELATE_TEST(31, 32);
57 DEFINE_CORRELATE_TEST(31, 33);
58 DEFINE_CORRELATE_TEST(31, 34);
59 DEFINE_CORRELATE_TEST(31, 49);
60 DEFINE_CORRELATE_TEST(32, 31);
65 DEFINE_CORRELATE_TEST(33, 31);
70 DEFINE_CORRELATE_TEST(48, 31);
107 DEFINE_CONV_TEST(30, 31);
[all …]
/Zephyr-latest/tests/unit/pot/
Dlog2.c25 zassert_equal(31, LOG2(BIT(31))); in ZTEST()
26 zassert_equal(31, LOG2(BIT(31) + 1)); in ZTEST()
27 zassert_equal(31, LOG2(UINT32_MAX)); in ZTEST()
Dlog2.cpp26 zassert_equal(31, LOG2(BIT(31))); in ZTEST()
27 zassert_equal(31, LOG2(BIT(31) + 1)); in ZTEST()
28 zassert_equal(31, LOG2(UINT32_MAX)); in ZTEST()
Dlog2ceil.c25 zassert_equal(31, LOG2CEIL(BIT(31))); in ZTEST()
26 zassert_equal(32, LOG2CEIL(BIT(31) + 1)); in ZTEST()
Dlog2ceil.cpp30 zassert_equal(31, LOG2CEIL(BIT(31))); in ZTEST()
31 zassert_equal(32, LOG2CEIL(BIT(31) + 1)); in ZTEST()
Dnhpot.c27 zassert_equal(BIT(31), NHPOT(BIT(31))); in ZTEST()
28 zassert_equal(BIT64(32), NHPOT(BIT(31) + 1)); in ZTEST()
/Zephyr-latest/include/zephyr/drivers/usb_c/
Dusbc_tc.h161 * See Table 4-31 CC Timing
167 * See Table 4-31 CC Timing
174 * See Table 4-31 CC Timing
181 * See Table 4-31 CC Timing
188 * See Table 4-31 CC Timing
195 * See Table 4-31 CC Timing
201 * See Table 4-31 CC Timing
208 * See Table 4-31 CC Timing
215 * See Table 4-31 CC Timing
222 * See Table 4-31 CC Timing
[all …]
/Zephyr-latest/tests/subsys/dsp/utils/src/
Dq31.c24 (2147483647, 0, 1.0F), (-2147483648, 0, -1.0F), (-2147483648, 31, -2147483648.0F), \
25 (2147483647, 31, 2147483647.0F)
29 (-2147483648, 31, -2147483648.0), (2147483647, 31, 2147483647.0)
/Zephyr-latest/drivers/sensor/memsic/mmc56x3/
Dmmc56x3.h69 * reading * (1/16384) * pow(2, 31)/32
76 * (BASE + reading * RES) * pow(2, 31)/128
77 * = BASE * pow(2, 31)/128 + reading * RES * pow(2, 31)/128
78 * CONV_BASE = BASE * pow(2, 31)/128
79 * CONV_RES = RES * pow(2, 31)/128
/Zephyr-latest/drivers/rtc/
Drtc_emul.c55 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31
59 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31
/Zephyr-latest/tests/unit/timeutil/
Dtest_s64.c52 .civil = "3999-12-31 23:59:59 Fri 365",
57 .tm_mday = 31,
77 .civil = "1899-12-31 23:59:59 Sun 365",
82 .tm_mday = 31,
125 .civil = "1900-12-31 00:00:00 Mon 365",
130 .tm_mday = 31,
153 .civil = "-1-12-31 00:00:00 Fri 365",
158 .tm_mday = 31,
177 .civil = "0-12-31 23:59:59 Sun 366",
182 .tm_mday = 31,
[all …]
Dtest_s32.c15 .civil = "1969-12-31 23:59:59 Wed 365",
20 .tm_mday = 31,
82 .civil = "1971-12-31 23:59:59 Fri 365",
87 .tm_mday = 31,
154 .civil = "1972-12-31 00:00:00 Sun 366",
159 .tm_mday = 31,
180 .civil = "1999-12-31 23:59:59 Fri 365",
185 .tm_mday = 31,
/Zephyr-latest/drivers/sensor/bosch/bme280/
Dbme280_decoder.c73 int32_t readq = edata->reading.comp_temp * pow(2, 31 - BME280_TEMP_SHIFT); in bme280_decoder_decode()
74 int32_t convq = BME280_TEMP_CONV * pow(2, 31 - BME280_TEMP_SHIFT); in bme280_decoder_decode()
77 (int32_t)((((int64_t)readq) << (31 - BME280_TEMP_SHIFT)) / in bme280_decoder_decode()
87 int32_t convq = BME280_PRESS_CONV_KPA * pow(2, 31 - BME280_PRESS_SHIFT); in bme280_decoder_decode()
90 (int32_t)((((int64_t)readq) << (31 - BME280_PRESS_SHIFT)) / in bme280_decoder_decode()
/Zephyr-latest/include/zephyr/drivers/interrupt_controller/
Dintc_mchp_xec_ecia.h27 * @param src is the interrupt source in the GIRQ (0 - 31)
43 * @param src is the interrupt source in the GIRQ (0 - 31)
63 * @param src is the interrupt source in the GIRQ (0 - 31)
84 * @param src is the interrupt source in the GIRQ (0 - 31)
95 * @param src is the interrupt source in the GIRQ (0 - 31)
103 * @param src is the interrupt source in the GIRQ (0 - 31)
118 * @param src_bit is the source bit position in the GIRQ registers (0 - 31)
125 * @param src_bit is the source bit position in the GIRQ registers (0 - 31)
132 * @param src_bit is the source bit position in the GIRQ registers (0 - 31)
/Zephyr-latest/drivers/sensor/bosch/bma4xx/
Dbma4xx_emul.c196 /* floor(9.80665 * 2^(31−4)) q31_t in (-2^4, 2^4) => range_g = shift of 4 */ in bma4xx_emul_set_accel_data()
276 *upper = (q31_t)(2 * 9.80665 * BIT(31 - 5)); in bma4xx_emul_backend_get_sample_range()
278 /* (1 << (31 - shift) >> 12) * 2 (where 2 comes from 2g range) */ in bma4xx_emul_backend_get_sample_range()
279 *epsilon = BIT(31 - 5 - 12 + 1); in bma4xx_emul_backend_get_sample_range()
283 *upper = (q31_t)(4 * 9.80665 * BIT(31 - 6)); in bma4xx_emul_backend_get_sample_range()
285 /* (1 << (31 - shift) >> 12) * 4 (where 4 comes from 4g range) */ in bma4xx_emul_backend_get_sample_range()
286 *epsilon = BIT(31 - 6 - 12 + 2); in bma4xx_emul_backend_get_sample_range()
290 *upper = (q31_t)(8 * 9.80665 * BIT(31 - 7)); in bma4xx_emul_backend_get_sample_range()
292 /* (1 << (31 - shift) >> 12) * 8 (where 8 comes from 8g range) */ in bma4xx_emul_backend_get_sample_range()
293 *epsilon = BIT(31 - 7 - 12 + 3); in bma4xx_emul_backend_get_sample_range()
[all …]
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.bap91 range 1 BT_ISO_MAX_CHAN if BT_ISO_MAX_CHAN < 31
92 range 1 31
133 range 1 BT_ISO_MAX_CHAN if BT_ISO_MAX_CHAN < 31
134 range 1 31
152 range 1 BT_ISO_MAX_CHAN if BT_ISO_MAX_CHAN < 31
153 range 1 31
193 range 1 BT_ISO_MAX_CHAN if BT_ISO_MAX_CHAN < 31
194 range 1 31
/Zephyr-latest/drivers/sensor/adi/adxl345/
Dadxl345_decoder.c29 /* (1 / sensitivity) * (pow(2,31) / pow(2,shift)) * (unit_scaler) */
31 /* (1.0 / ADXL362_ACCEL_2G_LSB_PER_G) * (2^31 / 2^5) * SENSOR_G / 1000000 */
33 /* (1.0 / ADXL362_ACCEL_4G_LSB_PER_G) * (2^31 / 2^6) * SENSOR_G / 1000000 */
35 /* (1.0 / ADXL362_ACCEL_8G_LSB_PER_G) * (2^31 / 2^7) ) * SENSOR_G / 1000000 */
37 /* (1.0 / ADXL362_ACCEL_8G_LSB_PER_G) * (2^31 / 2^8) ) * SENSOR_G / 1000000 */
41 /* (1 / sensitivity) * (pow(2,31) / pow(2,shift)) * (unit_scaler) */
43 /* (1.0 / ADXL362_ACCEL_2G_LSB_PER_G) * (2^31 / 2^5) * SENSOR_G / 1000000 */
45 /* (1.0 / ADXL362_ACCEL_4G_LSB_PER_G) * (2^31 / 2^6) * SENSOR_G / 1000000 */
47 /* (1.0 / ADXL362_ACCEL_8G_LSB_PER_G) * (2^31 / 2^7) ) * SENSOR_G / 1000000 */
49 /* (1.0 / ADXL362_ACCEL_8G_LSB_PER_G) * (2^31 / 2^8) ) * SENSOR_G / 1000000 */
/Zephyr-latest/soc/intel/intel_adsp/ace/include/ace15_mtpm/
Dadsp_ipc_regs.h35 uint32_t unused3[31];
39 #define INTEL_ADSP_IPC_BUSY BIT(31)
40 #define INTEL_ADSP_IPC_DONE BIT(31)
45 * On ACE SoC family boards TDA bit 31 (BUSY) during IPC doorbell acknowledgment
/Zephyr-latest/soc/intel/intel_adsp/ace/include/ace20_lnl/
Dadsp_ipc_regs.h35 uint32_t unused3[31];
39 #define INTEL_ADSP_IPC_BUSY BIT(31)
40 #define INTEL_ADSP_IPC_DONE BIT(31)
45 * On ACE SoC family boards TDA bit 31 (BUSY) during IPC doorbell acknowledgment
/Zephyr-latest/soc/intel/intel_adsp/ace/include/ace30/
Dadsp_ipc_regs.h35 uint32_t unused3[31];
42 * On ACE SoC family boards TDA bit 31 (BUSY) during IPC doorbell acknowledgment
47 #define INTEL_ADSP_IPC_BUSY BIT(31)
48 #define INTEL_ADSP_IPC_DONE BIT(31)
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Drpi-pico-rp2350b-pinctrl.h16 #define SPI1_TX_P31 RP2XXX_PINMUX(31, RP2_PINCTRL_GPIO_FUNC_SPI)
35 #define UART1_RX_P31 RP2XXX_PINMUX(31, RP2_PINCTRL_GPIO_FUNC_UART)
54 #define I2C1_SCL_P31 RP2XXX_PINMUX(31, RP2_PINCTRL_GPIO_FUNC_I2C)
73 #define PWM_7B_P31 RP2XXX_PINMUX(31, RP2_PINCTRL_GPIO_FUNC_PWM)
92 #define PIO0_P31 RP2XXX_PINMUX(31, RP2_PINCTRL_GPIO_FUNC_PIO0)
111 #define PIO1_P31 RP2XXX_PINMUX(31, RP2_PINCTRL_GPIO_FUNC_PIO1)
130 #define PIO2_P31 RP2XXX_PINMUX(31, RP2_PINCTRL_GPIO_FUNC_PIO2)
159 #define USB_VBUS_DET_P31 RP2XXX_PINMUX(31, RP2_PINCTRL_GPIO_FUNC_USB)
167 #define UART0_RX_P31 RP2XXX_PINMUX(31, RP2_PINCTRL_GPIO_FUNC_UART_ALT)
/Zephyr-latest/soc/microchip/mec/common/
Dsoc_pcr.h14 /* slp_idx = [0, 4], bitpos = [0, 31] refer above */
36 #define MCHP_XEC_CLK_SRC_MASK GENMASK(31, 24)
45 * b[31:24] = clock source
/Zephyr-latest/soc/intel/intel_adsp/cavs/include/cavs25/
Dadsp_ipc_regs.h27 #define INTEL_ADSP_IPC_BUSY BIT(31)
28 #define INTEL_ADSP_IPC_DONE BIT(31)
/Zephyr-latest/boards/nordic/nrf52840dongle/
Dnrf52840dongle_nrf52840-pinctrl.dtsi47 <NRF_PSEL(TWIM_SCL, 0, 31)>;
54 <NRF_PSEL(TWIM_SCL, 0, 31)>;
96 psels = <NRF_PSEL(SPIM_SCK, 0, 31)>,
104 psels = <NRF_PSEL(SPIM_SCK, 0, 31)>,
/Zephyr-latest/boards/shields/adafruit_2_8_tft_touch_v2/boards/
Drd_rw612_bga.overlay53 pgamctrl = [0f 31 2b 0c 0e 08 4e f1 37 07 10 03 0e 09 00];
54 ngamctrl = [00 0e 14 03 11 07 31 c1 48 08 0f 0c 31 36 0f];

12345678910>>...45