/Zephyr-Core-3.5.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.5.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.5.0/drivers/sensor/icm42688/ |
D | icm42688.h | 482 * @param out_g whole G's output in int32_t 505 /* Whole g's */ in icm42688_accel_g() 517 * @param out_dps whole deg/s output in int32_t 554 /* Whole deg/s */ in icm42688_gyro_dps() 567 * @param out_ms meters/s^2 (whole) output in int32_t 593 /* meters/s^2 whole values */ in icm42688_accel_ms() 605 * @param out_rads whole rad/s output in int32_t 642 /* Whole rad/s */ in icm42688_gyro_rads() 655 * @param out_c whole celsius output in int32_t 665 /* 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()
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/att/sequential/tester/ |
D | prj.conf | 15 # Allow whole L2CAP PDUs to fit on-air
|
/Zephyr-Core-3.5.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.5.0/tests/bsim/bluetooth/host/l2cap/split/tester/ |
D | prj.conf | 19 # Allow whole L2CAP PDUs to fit on-air
|
/Zephyr-Core-3.5.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.5.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.5.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.5.0/tests/bsim/bluetooth/host/l2cap/split/dut/ |
D | prj.conf | 26 # Allow whole L2CAP PDUs to fit on-air
|
/Zephyr-Core-3.5.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.5.0/tests/bsim/bluetooth/mesh/tests_scripts/dfu/ |
D | dfu_srv_persistence.sh | 40 # Use phase `BT_MESH_DFU_PHASE_APPLY_SUCCESS` as marker to bring whole procedure to an end 86 # Use phase `BT_MESH_DFU_PHASE_APPLY_SUCCESS` as marker to bring whole procedure to an end
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/att/sequential/dut/ |
D | prj.conf | 28 # Allow whole L2CAP PDUs to fit on-air
|
/Zephyr-Core-3.5.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.5.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.5.0/samples/subsys/fs/littlefs/boards/ |
D | b_u585i_iot02a.overlay | 28 /* Use the whole flash for the filesystem. */
|
D | stm32l562e_dk.overlay | 28 /* Use the whole flash for the filesystem. */
|
/Zephyr-Core-3.5.0/soc/arm/st_stm32/common/ |
D | Kconfig.defconfig.series | 6 # Here are set all the Kconfig symbols common to the whole STM32 family
|
/Zephyr-Core-3.5.0/include/zephyr/ |
D | cache.h | 101 * Flush the whole data cache. 118 * Flush the whole instruction cache. 135 * Invalidate the whole data cache. 152 * Invalidate the whole instruction cache. 169 * Flush and Invalidate the whole data cache. 186 * Flush and Invalidate the whole instruction cache.
|
/Zephyr-Core-3.5.0/cmake/linker/lld/ |
D | target.cmake | 96 ${LINKERFLAGPREFIX},--whole-archive 98 ${LINKERFLAGPREFIX},--no-whole-archive
|
/Zephyr-Core-3.5.0/tests/benchmarks/sched/ |
D | README.rst | 20 between each numbered step and for the whole cycle, and a running
|
/Zephyr-Core-3.5.0/include/zephyr/arch/arm64/ |
D | asm_inline_gcc.h | 31 * Return the whole DAIF register as key but use DAIFSET to disable in arch_irq_lock()
|
/Zephyr-Core-3.5.0/include/zephyr/dt-bindings/spi/ |
D | spi.h | 33 * active the whole transfer. In TI, it's active only one serial clock period
|
/Zephyr-Core-3.5.0/cmake/linker/xt-ld/ |
D | target.cmake | 128 ${LINKERFLAGPREFIX},--whole-archive 130 ${LINKERFLAGPREFIX},--no-whole-archive
|