/Zephyr-latest/drivers/sensor/bosch/bmi160/ |
D | emul_bmi160.c | 291 int64_t intermediate = *value; in bmi160_emul_backend_set_channel() local 355 intermediate >>= scale_shift - shift; in bmi160_emul_backend_set_channel() 358 intermediate <<= shift - scale_shift; in bmi160_emul_backend_set_channel() 363 intermediate -= INT64_C(23) << (31 - scale_shift); in bmi160_emul_backend_set_channel() 366 intermediate = in bmi160_emul_backend_set_channel() 367 CLAMP(DIV_ROUND_CLOSEST(intermediate * INT16_MAX, scale), INT16_MIN, INT16_MAX); in bmi160_emul_backend_set_channel() 369 cfg->reg[reg_lsb] = FIELD_GET(GENMASK64(7, 0), intermediate); in bmi160_emul_backend_set_channel() 370 cfg->reg[reg_lsb + 1] = FIELD_GET(GENMASK64(15, 8), intermediate); in bmi160_emul_backend_set_channel() 403 int64_t intermediate = ((int64_t)(2 * 9.80665 * INT32_MAX)) >> 5; in bmi160_emul_backend_get_sample_range() local 405 *upper = intermediate; in bmi160_emul_backend_get_sample_range() [all …]
|
/Zephyr-latest/doc/build/cmake/ |
D | index.rst | 164 Intermediate binaries 167 Compilation proper begins with the first intermediate binary. Source files (C 179 The exact number of intermediate binaries is decided during the configuration 198 The unfixed size intermediate binary is produced when :ref:`usermode_api` 210 The fixed size intermediate binary is produced when :ref:`usermode_api` 214 between the intermediate binary and the final binary. 222 Intermediate binaries post-processing 229 intermediate binaries to produce the missing pieces needed for the final 241 :alt: Zephyr's intermediate binary post-process I 255 :alt: Zephyr's intermediate binary post-process II [all …]
|
/Zephyr-latest/dts/bindings/rng/ |
D | nuvoton,npcx-drbg.yaml | 19 intermediate/final computation result.
|
/Zephyr-latest/drivers/sensor/asahi_kasei/akm09918c/ |
D | akm09918c_decoder.c | 45 int64_t intermediate = ((int64_t)reading * AKM09918C_MICRO_GAUSS_PER_BIT) * in akm09918c_convert_raw_to_q31() local 49 *out = CLAMP(intermediate, INT32_MIN, INT32_MAX); in akm09918c_convert_raw_to_q31()
|
/Zephyr-latest/modules/lvgl/ |
D | Kconfig.memory | 96 bool "Use intermediate conversion buffer for monochrome displays" 99 When using a monochrome display an intermediate buffer with LV_Z_VDB_SIZE
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | Kconfig | 186 int "Intermediate buffer size for DTLS sendmsg()" 191 Size of the intermediate buffer for DTLS sendmsg() function. The 192 intermediate buffer is needed, as sendmsg() for DGRAM is expected to 267 bool "Intermediate socket offloading layer" 270 If enabled, an intermediate socket offloading layer is included 334 int "Size of the intermediate buffer, in bytes"
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.nrf_xrtc | 28 intermediate state.
|
/Zephyr-latest/samples/boards/st/bluetooth/interactive_gui/ |
D | README.rst | 12 with the ST BlueNRG GUI app. In this case, the main MCU becomes an intermediate level,
|
/Zephyr-latest/include/zephyr/dt-bindings/interrupt-controller/ |
D | esp-esp32c2-intmux.h | 56 * set to an intermediate and compatible value.
|
D | esp-esp32c3-intmux.h | 75 * set to an intermediate and compatible value.
|
D | esp-esp32c6-intmux.h | 91 * set to an intermediate and compatible value.
|
/Zephyr-latest/tests/unit/time_units/ |
D | overflow.c | 16 * @brief Test @ref z_tmcvt for robustness against intermediate value overflow.
|
/Zephyr-latest/drivers/sensor/bosch/bma4xx/ |
D | bma4xx_emul.c | 200 int64_t intermediate, unshifted; in bma4xx_emul_set_accel_data() local 208 intermediate = (unshifted * BIT(11)) / (g << range_g); in bma4xx_emul_set_accel_data() 210 intermediate /= accel_range; in bma4xx_emul_set_accel_data() 212 reg_val = CLAMP(intermediate, -2048, 2047); in bma4xx_emul_set_accel_data()
|
/Zephyr-latest/drivers/sensor/tdk/icm42688/ |
D | icm42688_decoder.c | 85 int64_t intermediate; in icm42688_convert_raw_to_q31() local 113 intermediate = ((int64_t)whole * INT64_C(1000000) + fraction); in icm42688_convert_raw_to_q31() 115 intermediate = in icm42688_convert_raw_to_q31() 116 intermediate * ((int64_t)INT32_MAX + 1) * (1 << -shift) / INT64_C(1000000); in icm42688_convert_raw_to_q31() 118 intermediate = in icm42688_convert_raw_to_q31() 119 intermediate * ((int64_t)INT32_MAX + 1) / ((1 << shift) * INT64_C(1000000)); in icm42688_convert_raw_to_q31() 121 *out = CLAMP(intermediate, INT32_MIN, INT32_MAX); in icm42688_convert_raw_to_q31()
|
/Zephyr-latest/doc/_static/js/ |
D | custom.js | 26 … // The distance between the two max-height offset values above; used for intermediate values. 57 // Between the top of the page and the threshold we calculate intermediate values
|
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/include/ |
D | math_ops.h | 41 * For CMSIS-DSP, intermediate multiplication yields a 2.30 format, 66 * For CMSIS-DSP, intermediate multiplication yields a 2.62 format,
|
/Zephyr-latest/drivers/entropy/ |
D | entropy_mcux_caam.c | 45 * memory. Use an intermediate buffer to stage the data to the user in entropy_mcux_caam_get_entropy()
|
/Zephyr-latest/drivers/spi/ |
D | Kconfig.nrfx | 95 driver instance needs to use an intermediate local RAM buffer,
|
D | spi_rv32m1_lpspi.c | 83 * rx into a longer intermediate buffer. Leave chip select in spi_mcux_transfer_next_packet() 92 * tx from a longer intermediate buffer. Leave chip select in spi_mcux_transfer_next_packet()
|
/Zephyr-latest/subsys/net/ip/ |
D | route.h | 297 * @brief Return a route to destination via some intermediate host. 312 * @brief Send the network packet to network via some intermediate host.
|
/Zephyr-latest/scripts/build/ |
D | gen_kobject_placeholders.py | 12 during linking for intermediate output binaries so
|
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/src/ |
D | main_functions.cpp | 36 /* Create an area of memory to use for input, output, and intermediate arrays.
|
/Zephyr-latest/dts/bindings/clock/ |
D | st,stm32-rcc.yaml | 141 This is done by applying an intermediate AHB prescaler before switching
|
/Zephyr-latest/include/zephyr/dsp/ |
D | basicmath.h | 279 * These are multiplied to yield a 2.14 intermediate result and this is shifted with saturation to 296 * These are multiplied to yield a 2.30 intermediate result and this is shifted with saturation to 313 * These are multiplied to yield a 2.62 intermediate result and this is shifted with saturation to 426 * The intermediate multiplications are in 1.7 x 1.7 = 2.14 format and these results are added to 443 * The intermediate multiplications are in 1.15 x 1.15 = 2.30 format and these results are added 460 * The intermediate multiplications are in 1.31 x 1.31 = 2.62 format and these are truncated to
|
/Zephyr-latest/drivers/dai/intel/ssp/ |
D | ssp.h | 84 * an intermediate component.
|