/Zephyr-Core-3.6.0/tests/benchmarks/sched/src/ |
D | main.c | 28 * between each numbered step and for the whole cycle, and a running 123 uint32_t avg, whole = stamps[4] - stamps[0]; in main() local 131 tot += whole; in main() 149 whole, avg); in main()
|
/Zephyr-Core-3.6.0/boards/posix/nrf_bsim/ |
D | cpu_wait.c | 18 * Will block this thread (and therefore the whole Zephyr) during usec_to_wait 41 * Will block this thread (and therefore the whole Zephyr) during usec_to_waste
|
/Zephyr-Core-3.6.0/drivers/sensor/icm42688/ |
D | icm42688.h | 494 * @param out_g whole G's output in int32_t 517 /* Whole g's */ in icm42688_accel_g() 529 * @param out_dps whole deg/s output in int32_t 566 /* Whole deg/s */ in icm42688_gyro_dps() 579 * @param out_ms meters/s^2 (whole) output in int32_t 605 /* meters/s^2 whole values */ in icm42688_accel_ms() 617 * @param out_rads whole rad/s output in int32_t 654 /* Whole rad/s */ in icm42688_gyro_rads() 667 * @param out_c whole celsius output in int32_t 677 /* Whole celsius */ in icm42688_temp_c()
|
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.6.0/tests/bsim/bluetooth/host/misc/disconnect/tester/ |
D | prj.conf | 15 # Allow whole L2CAP PDUs to fit on-air
|
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/att/sequential/tester/ |
D | prj.conf | 15 # Allow whole L2CAP PDUs to fit on-air
|
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/att/pipeline/tester/ |
D | prj.conf | 17 # Allow whole L2CAP PDUs to fit on-air
|
/Zephyr-Core-3.6.0/include/zephyr/drivers/ |
D | cache.h | 47 * Flush the whole data cache. 58 * Invalidate the whole data cache. 69 * Flush and Invalidate the whole data cache. 181 * Flush the whole instruction cache. 192 * Invalidate the whole instruction cache. 203 * Flush and Invalidate the whole instruction cache.
|
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/l2cap/split/tester/ |
D | prj.conf | 19 # Allow whole L2CAP PDUs to fit on-air
|
/Zephyr-Core-3.6.0/cmake/compiler/gcc/ |
D | target_xtensa.cmake | 4 # (regexps are supported and match whole word)
|
/Zephyr-Core-3.6.0/boards/posix/native_posix/ |
D | cpu_wait.c | 15 * Will block this thread (and therefore the whole Zephyr) during usec_to_wait 49 * Will block this thread (and therefore the whole Zephyr) during usec_to_waste
|
/Zephyr-Core-3.6.0/boards/posix/native_sim/ |
D | cpu_wait.c | 18 * Will block this thread (and therefore the whole Zephyr) during usec_to_wait 52 * Will block this thread (and therefore the whole Zephyr) during usec_to_waste
|
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/l2cap/split/dut/ |
D | prj.conf | 26 # Allow whole L2CAP PDUs to fit on-air
|
/Zephyr-Core-3.6.0/include/zephyr/arch/ |
D | cache.h | 51 * Flush the whole data cache. 64 * Invalidate the whole data cache. 77 * Flush and Invalidate the whole data cache. 206 * Flush the whole instruction cache. 219 * Invalidate the whole instruction cache. 232 * Flush and Invalidate the whole instruction cache.
|
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/mesh/tests_scripts/dfu/ |
D | dfu_srv_persistence.sh | 36 # Use phase `BT_MESH_DFU_PHASE_APPLY_SUCCESS` as marker to bring whole procedure to an end 75 # Use phase `BT_MESH_DFU_PHASE_APPLY_SUCCESS` as marker to bring whole procedure to an end
|
/Zephyr-Core-3.6.0/samples/drivers/spi_flash_at45/src/ |
D | main.c | 15 * Note - erasing of the test region or whole chip is performed only when 70 printk("Erasing the whole chip... "); in main() 128 printk("Reading the whole test region... "); in main()
|
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/misc/disconnect/dut/ |
D | prj.conf | 25 # Allow whole L2CAP PDUs to fit on-air
|
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/att/sequential/dut/ |
D | prj.conf | 28 # Allow whole L2CAP PDUs to fit on-air
|
/Zephyr-Core-3.6.0/tests/bsim/bluetooth/host/att/pipeline/dut/ |
D | prj.conf | 30 # Allow whole L2CAP PDUs to fit on-air
|
/Zephyr-Core-3.6.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.6.0/boards/arm/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.6.0/tests/bluetooth/mesh/blob_io_flash/src/ |
D | main.c | 96 /* Simulate reading whole partition divided into blocks and chunk of maximum sizes */ in ZTEST() 139 /* We read whole sector as BLOB. Try to increment every offset by one and read, in ZTEST() 193 /* Simulate writing whole partition divided into blocks and chunk of maximum sizes */ in ZTEST() 225 /* To calculate end padding length we must calculate size of whole buffer in ZTEST() 260 /* We wrote whole sector as BLOB. Try to increment every offset by one and write, in ZTEST()
|
/Zephyr-Core-3.6.0/tests/benchmarks/sched/ |
D | README.rst | 20 between each numbered step and for the whole cycle, and a running
|
/Zephyr-Core-3.6.0/cmake/linker/lld/ |
D | target.cmake | 96 ${LINKERFLAGPREFIX},--whole-archive 98 ${LINKERFLAGPREFIX},--no-whole-archive
|