/Zephyr-Core-3.7.0/tests/benchmarks/sched/src/ |
D | main.c | 125 uint32_t avg, whole = stamps[4] - stamps[0]; in main() local 133 tot += whole; in main() 151 whole, avg); in main()
|
/Zephyr-Core-3.7.0/drivers/sensor/tdk/icm42688/ |
D | icm42688_decoder.c | 83 int32_t whole; in icm42688_convert_raw_to_q31() local 99 icm42688_accel_ms(cfg, reading, &whole, &fraction); in icm42688_convert_raw_to_q31() 105 icm42688_gyro_rads(cfg, reading, &whole, &fraction); in icm42688_convert_raw_to_q31() 108 icm42688_temp_c(reading, &whole, &fraction); in icm42688_convert_raw_to_q31() 113 intermediate = ((int64_t)whole * INT64_C(1000000) + fraction); in icm42688_convert_raw_to_q31() 207 int32_t whole; in icm42688_read_temperature_from_packet() local 214 icm42688_temp_c(temperature, &whole, &fraction); in icm42688_read_temperature_from_packet() 226 whole = temperature100 / sensitivity; in icm42688_read_temperature_from_packet() 228 ((temperature100 - whole * sensitivity) * INT64_C(1000000)) / sensitivity; in icm42688_read_temperature_from_packet() 230 __ASSERT_NO_MSG(whole >= -512 && whole <= 511); in icm42688_read_temperature_from_packet() [all …]
|
/Zephyr-Core-3.7.0/cmake/compiler/gcc/ |
D | target_xtensa.cmake | 4 # (regexps are supported and match whole word)
|
D | target_arm.cmake | 46 # (regexps are supported and match whole word)
|
/Zephyr-Core-3.7.0/cmake/compiler/xt-clang/ |
D | target.cmake | 6 # (regexps are supported and match whole word)
|
/Zephyr-Core-3.7.0/samples/subsys/fs/littlefs/boards/ |
D | stm32l562e_dk.overlay | 28 /* Use the whole flash for the filesystem. */
|
D | b_u585i_iot02a.overlay | 28 /* Use the whole flash for the filesystem. */
|
/Zephyr-Core-3.7.0/boards/seagate/legend/ |
D | legend.dts | 104 * Erase size : whole chip, 64 and 32 KB blocks, 4 KB sectors, 116 * Erase size : whole chip, 64 and 32 KB blocks, 4 KB sectors 127 * Erase size : whole chip, 64 and 32 KB blocks, 4 KB sectors
|
/Zephyr-Core-3.7.0/scripts/native_simulator/ |
D | Makefile | 131 ${NSI_CC} -Wl,--whole-archive ${LOCALIZED_EMBSW} ${NSI_BUILD_PATH}/${RUNNER_LIB} \ 132 ${NSI_EXTRA_LIBS} -Wl,--no-whole-archive \
|
/Zephyr-Core-3.7.0/tests/benchmarks/sched/ |
D | README.rst | 20 between each numbered step and for the whole cycle, and a running
|
/Zephyr-Core-3.7.0/cmake/linker/lld/ |
D | target.cmake | 96 ${LINKERFLAGPREFIX},--whole-archive 98 ${LINKERFLAGPREFIX},--no-whole-archive
|
/Zephyr-Core-3.7.0/tests/boards/espressif_esp32/cache_coex/ |
D | README.rst | 11 with a random generated pattern. At the same time, a whole SPI Flash page is updated with another p…
|
/Zephyr-Core-3.7.0/boards/st/b_u585i_iot02a/ |
D | b_u585i_iot02a.dts | 49 * Set the partitions with first MB to make use of the whole Bank1
|
/Zephyr-Core-3.7.0/cmake/modules/ |
D | basic_settings.cmake | 28 # Using a regex for matching whole 'VAR_NAME:TYPE=VALUE' will strip semi-colons
|
/Zephyr-Core-3.7.0/cmake/linker/ld/ |
D | target.cmake | 136 ${LINKERFLAGPREFIX},--whole-archive 138 ${LINKERFLAGPREFIX},--no-whole-archive
|
/Zephyr-Core-3.7.0/cmake/linker/xt-ld/ |
D | target.cmake | 128 ${LINKERFLAGPREFIX},--whole-archive 130 ${LINKERFLAGPREFIX},--no-whole-archive
|
/Zephyr-Core-3.7.0/soc/st/stm32/ |
D | Kconfig.defconfig | 6 # Default configurations appplied tp the whole STM32 family
|
/Zephyr-Core-3.7.0/boards/nordic/nrf5340_audio_dk/ |
D | Kconfig.defconfig | 26 # Otherwise (if TRUSTED_EXECUTION_SECURE is not set) the whole zephyr,sram
|
/Zephyr-Core-3.7.0/boards/nordic/nrf5340dk/ |
D | Kconfig.defconfig | 26 # Otherwise (if TRUSTED_EXECUTION_SECURE is not set) the whole zephyr,sram
|
/Zephyr-Core-3.7.0/boards/raytac/mdbt53v_db_40/ |
D | Kconfig.defconfig | 26 # Otherwise (if TRUSTED_EXECUTION_SECURE is not set) the whole zephyr,sram
|
/Zephyr-Core-3.7.0/boards/raytac/mdbt53_db_40/ |
D | Kconfig.defconfig | 26 # Otherwise (if TRUSTED_EXECUTION_SECURE is not set) the whole zephyr,sram
|
/Zephyr-Core-3.7.0/arch/common/ |
D | CMakeLists.txt | 90 # should not be --whole-archive'd
|
/Zephyr-Core-3.7.0/samples/drivers/adc/adc_sequence/ |
D | README.rst | 14 Notice how for the whole sequence reading, only one call to the :c:func:`adc_read` API is made.
|
/Zephyr-Core-3.7.0/cmake/linker/arcmwdt/ |
D | target.cmake | 99 ${LINKERFLAGPREFIX}--whole-archive 101 ${LINKERFLAGPREFIX}--no-whole-archive
|
/Zephyr-Core-3.7.0/boards/nxp/ucans32k1sic/support/ |
D | startup.cmm | 16 ; - eraseFlash if set to "yes", the whole content in Flash device will be *
|