Home
last modified time | relevance | path

Searched refs:whole (Results 1 – 25 of 96) sorted by relevance

1234

/Zephyr-Core-3.7.0/tests/benchmarks/sched/src/
Dmain.c125 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/
Dicm42688_decoder.c83 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/
Dtarget_xtensa.cmake4 # (regexps are supported and match whole word)
Dtarget_arm.cmake46 # (regexps are supported and match whole word)
/Zephyr-Core-3.7.0/cmake/compiler/xt-clang/
Dtarget.cmake6 # (regexps are supported and match whole word)
/Zephyr-Core-3.7.0/samples/subsys/fs/littlefs/boards/
Dstm32l562e_dk.overlay28 /* Use the whole flash for the filesystem. */
Db_u585i_iot02a.overlay28 /* Use the whole flash for the filesystem. */
/Zephyr-Core-3.7.0/boards/seagate/legend/
Dlegend.dts104 * 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/
DMakefile131 ${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/
DREADME.rst20 between each numbered step and for the whole cycle, and a running
/Zephyr-Core-3.7.0/cmake/linker/lld/
Dtarget.cmake96 ${LINKERFLAGPREFIX},--whole-archive
98 ${LINKERFLAGPREFIX},--no-whole-archive
/Zephyr-Core-3.7.0/tests/boards/espressif_esp32/cache_coex/
DREADME.rst11 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/
Db_u585i_iot02a.dts49 * Set the partitions with first MB to make use of the whole Bank1
/Zephyr-Core-3.7.0/cmake/modules/
Dbasic_settings.cmake28 # Using a regex for matching whole 'VAR_NAME:TYPE=VALUE' will strip semi-colons
/Zephyr-Core-3.7.0/cmake/linker/ld/
Dtarget.cmake136 ${LINKERFLAGPREFIX},--whole-archive
138 ${LINKERFLAGPREFIX},--no-whole-archive
/Zephyr-Core-3.7.0/cmake/linker/xt-ld/
Dtarget.cmake128 ${LINKERFLAGPREFIX},--whole-archive
130 ${LINKERFLAGPREFIX},--no-whole-archive
/Zephyr-Core-3.7.0/soc/st/stm32/
DKconfig.defconfig6 # Default configurations appplied tp the whole STM32 family
/Zephyr-Core-3.7.0/boards/nordic/nrf5340_audio_dk/
DKconfig.defconfig26 # Otherwise (if TRUSTED_EXECUTION_SECURE is not set) the whole zephyr,sram
/Zephyr-Core-3.7.0/boards/nordic/nrf5340dk/
DKconfig.defconfig26 # Otherwise (if TRUSTED_EXECUTION_SECURE is not set) the whole zephyr,sram
/Zephyr-Core-3.7.0/boards/raytac/mdbt53v_db_40/
DKconfig.defconfig26 # Otherwise (if TRUSTED_EXECUTION_SECURE is not set) the whole zephyr,sram
/Zephyr-Core-3.7.0/boards/raytac/mdbt53_db_40/
DKconfig.defconfig26 # Otherwise (if TRUSTED_EXECUTION_SECURE is not set) the whole zephyr,sram
/Zephyr-Core-3.7.0/arch/common/
DCMakeLists.txt90 # should not be --whole-archive'd
/Zephyr-Core-3.7.0/samples/drivers/adc/adc_sequence/
DREADME.rst14 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/
Dtarget.cmake99 ${LINKERFLAGPREFIX}--whole-archive
101 ${LINKERFLAGPREFIX}--no-whole-archive
/Zephyr-Core-3.7.0/boards/nxp/ucans32k1sic/support/
Dstartup.cmm16 ; - eraseFlash if set to "yes", the whole content in Flash device will be *

1234