Home
last modified time | relevance | path

Searched full:whole (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/Zephyr-latest/tests/drivers/dma/chan_blen_transfer/boards/
Dnucleo_wb09ke.conf1 # Use lowest- and highest-numbered channels to make sure the whole range works
/Zephyr-latest/drivers/sensor/tdk/icm42688/
Dicm42688.h414 * @param out_g whole G's output in int32_t
439 /* Whole g's */ in icm42688_accel_g()
451 * @param out_dps whole deg/s output in int32_t
490 /* Whole deg/s */ in icm42688_gyro_dps()
503 * @param out_ms meters/s^2 (whole) output in int32_t
531 /* meters/s^2 whole values */ in icm42688_accel_ms()
543 * @param out_rads whole rad/s output in int32_t
582 /* Whole rad/s */ in icm42688_gyro_rads()
595 * @param out_c whole celsius output in int32_t
605 /* Whole celsius */ in icm42688_temp_c()
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-latest/tests/bsim/bluetooth/host/att/sequential/tester/
Dprj.conf14 # Allow whole L2CAP PDUs to fit on-air
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/
Dprj.conf14 # Allow whole L2CAP PDUs to fit on-air
/Zephyr-latest/boards/native/nrf_bsim/
Dcpu_wait.c18 * 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-latest/tests/bsim/bluetooth/mesh/tests_scripts/dfu/
Ddfu_srv_recovery.sh36 # Use phase `BT_MESH_DFU_PHASE_APPLY_SUCCESS` as marker to bring whole procedure to an end
63 # Use phase `BT_MESH_DFU_PHASE_APPLY_SUCCESS` as marker to bring whole procedure to an end
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/
Dprj.conf16 # Allow whole L2CAP PDUs to fit on-air
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/reassembly/peer/
Dprj.conf15 # Allow whole L2CAP PDUs to fit on-air
/Zephyr-latest/tests/benchmarks/sched/src/
Dmain.c28 * between each numbered step and for the whole cycle, and a running
156 uint32_t avg, whole = stamps[4] - stamps[0]; in main() local
164 tot += whole; in main()
182 whole, avg); in main()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/
Dprj.conf18 # Allow whole L2CAP PDUs to fit on-air
/Zephyr-latest/include/zephyr/drivers/
Dcache.h47 * 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-latest/tests/bsim/bluetooth/ll/bis/
Dprj_past.conf22 # Increase buffer size to get whole LLCP message sent in one
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/dut/
Dprj.conf26 # Allow whole L2CAP PDUs to fit on-air
/Zephyr-latest/boards/native/native_posix/
Dcpu_wait.c15 * 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-latest/boards/native/native_sim/
Dcpu_wait.c18 * 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-latest/cmake/compiler/gcc/
Dtarget_xtensa.cmake4 # (regexps are supported and match whole word)
Dtarget_arc.cmake12 # (regexps are supported and match whole word)
/Zephyr-latest/include/zephyr/arch/
Dcache.h51 * 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-latest/samples/drivers/spi_flash_at45/src/
Dmain.c15 * 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-latest/tests/bsim/bluetooth/host/misc/disconnect/dut/
Dprj.conf25 # Allow whole L2CAP PDUs to fit on-air
/Zephyr-latest/cmake/compiler/xt-clang/
Dtarget.cmake6 # (regexps are supported and match whole word)
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/dut/
Dprj.conf28 # Allow whole L2CAP PDUs to fit on-air
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/dut/
Dprj.conf30 # Allow whole L2CAP PDUs to fit on-air
/Zephyr-latest/samples/subsys/fs/littlefs/boards/
Db_u585i_iot02a.overlay28 /* Use the whole flash for the filesystem. */

12345678910>>...13