/Zephyr-Core-3.7.0/tests/ztest/busy_sim/src/ |
D | main.c | 13 uint32_t delta = 80; in ZTEST() local
|
/Zephyr-Core-3.7.0/modules/canopennode/ |
D | canopen_sync.c | 23 uint32_t delta; /* cycles */ in canopen_sync_thread() local
|
/Zephyr-Core-3.7.0/modules/openthread/platform/ |
D | alarm.c | 89 int32_t delta = (int32_t)(aT0 + aDt - otPlatAlarmMilliGetNow()); in otPlatAlarmMilliStartAt() local 109 int32_t delta = (int32_t)(aT0 + aDt - otPlatAlarmMicroGetNow()); in otPlatAlarmMicroStartAt() local
|
/Zephyr-Core-3.7.0/tests/kernel/timer/timer_monotonic/src/ |
D | main.c | 14 uint32_t delta, pct; in test_frequency() local
|
/Zephyr-Core-3.7.0/drivers/timer/ |
D | ambiq_stimer.c | 102 uint32_t delta = (now_64 + MIN_DELAY < next) ? (next - now_64) : MIN_DELAY; in stimer_isr() local 149 uint32_t delta = next_aligned - now_64; in sys_clock_set_timeout() local
|
D | xlnx_psttc_timer.c | 64 uint32_t delta = match - cycles; in update_match() local
|
D | smartbond_timer.c | 180 int32_t delta; in timer2_isr() local
|
/Zephyr-Core-3.7.0/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/src/mesh/ |
D | device_composition.h | 51 int delta; member 65 int delta; member 75 int delta; member
|
D | device_composition.c | 472 int32_t target, delta; in gen_delta_set_unack() local 554 int32_t target, delta; in gen_delta_set() local 638 int16_t delta; in gen_move_set_unack() local 712 int16_t delta; in gen_move_set() local 2619 int32_t target, delta; in gen_delta_set_unack_temp() local 2701 int32_t target, delta; in gen_delta_set_temp() local 2785 int16_t delta; in gen_move_set_unack_temp() local 2860 int16_t delta; in gen_move_set_temp() local
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_prof.c | 251 static inline void delta(uint32_t timestamp, uint8_t *cputime) in delta() function 253 uint32_t delta; in delta() local
|
/Zephyr-Core-3.7.0/tests/net/socket/socketpair/src/ |
D | poll.c | 300 int64_t timestamp, delta; in ZTEST_USER_F() local 350 int64_t timestamp, delta; in ZTEST_USER_F() local
|
/Zephyr-Core-3.7.0/tests/kernel/sched/schedule_api/src/ |
D | test_sched_timeslice_reset.c | 41 uint32_t now, delta; in cycles_delta() local
|
/Zephyr-Core-3.7.0/drivers/dma/ |
D | dma_dw_common.c | 763 int32_t delta = write_ptr - chan_data->ptr_data.hw_ptr; in dw_dma_avail_data_size() local 796 int32_t delta = read_ptr - chan_data->ptr_data.hw_ptr; in dw_dma_free_data_size() local
|
/Zephyr-Core-3.7.0/tests/kernel/timer/timer_behavior/src/ |
D | tick_timer_train.c | 36 uint32_t delta = now - tm_wrap->last_isr; in tm_fn() local
|
/Zephyr-Core-3.7.0/include/zephyr/ |
D | spinlock.h | 308 uint32_t delta = sys_clock_cycle_get_32() - l->lock_time; in k_spin_unlock() local
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/src/ |
D | test_advertiser.c | 92 int64_t delta = k_uptime_delta(×tamp); in check_delta_time() local 118 int64_t delta; in single_start_cb() local 131 int64_t delta; in single_end_cb() local
|
/Zephyr-Core-3.7.0/samples/bluetooth/central_gatt_write/src/ |
D | gatt_write_common.c | 26 uint64_t delta; in write_cmd_cb() local
|
/Zephyr-Core-3.7.0/lib/posix/options/ |
D | clock.c | 147 int64_t delta = (int64_t)NSEC_PER_SEC * tp->tv_sec + tp->tv_nsec in clock_settime() local
|
/Zephyr-Core-3.7.0/subsys/shell/ |
D | shell_ops.c | 11 void z_shell_op_cursor_vert_move(const struct shell *sh, int32_t delta) in z_shell_op_cursor_vert_move() 26 void z_shell_op_cursor_horiz_move(const struct shell *sh, int32_t delta) in z_shell_op_cursor_horiz_move()
|
/Zephyr-Core-3.7.0/tests/lib/cmsis_dsp/common/ |
D | test_common.h | 282 float64_t rel, delta, average; in test_rel_error_f64() local 305 float32_t rel, delta, average; in test_rel_error_f32() local 329 float32_t rel, delta, average; in test_rel_error_f16() local
|
/Zephyr-Core-3.7.0/subsys/testsuite/busy_sim/ |
D | busy_sim.c | 76 uint32_t delta = idle ? data->idle_delta : data->active_delta; in get_timeout() local
|
/Zephyr-Core-3.7.0/subsys/net/ip/ |
D | tcp_internal.h | 329 int32_t delta) in net_tcp_update_recv_wnd()
|
/Zephyr-Core-3.7.0/tests/boards/nrf/qdec/src/ |
D | main.c | 98 int32_t delta = expected_reading / 5; in qenc_emulate_verify_reading() local
|
/Zephyr-Core-3.7.0/drivers/sensor/maxim/max31865/ |
D | max31865.c | 94 double delta = (RTD_A * RTD_A) - 4 * RTD_B * (1.0 - resistance / resistance_0); in calculate_temperature() local
|
/Zephyr-Core-3.7.0/include/zephyr/net/ |
D | coap.h | 301 uint16_t delta; /**< Used for delta calculation in CoAP packet */ member 315 uint16_t delta; /**< Option delta */ member
|