Home
last modified time | relevance | path

Searched defs:delta (Results 1 – 25 of 52) sorted by relevance

123

/Zephyr-Core-3.7.0/tests/ztest/busy_sim/src/
Dmain.c13 uint32_t delta = 80; in ZTEST() local
/Zephyr-Core-3.7.0/modules/canopennode/
Dcanopen_sync.c23 uint32_t delta; /* cycles */ in canopen_sync_thread() local
/Zephyr-Core-3.7.0/modules/openthread/platform/
Dalarm.c89 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/
Dmain.c14 uint32_t delta, pct; in test_frequency() local
/Zephyr-Core-3.7.0/drivers/timer/
Dambiq_stimer.c102 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
Dxlnx_psttc_timer.c64 uint32_t delta = match - cycles; in update_match() local
Dsmartbond_timer.c180 int32_t delta; in timer2_isr() local
/Zephyr-Core-3.7.0/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/src/mesh/
Ddevice_composition.h51 int delta; member
65 int delta; member
75 int delta; member
Ddevice_composition.c472 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/
Dlll_prof.c251 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/
Dpoll.c300 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/
Dtest_sched_timeslice_reset.c41 uint32_t now, delta; in cycles_delta() local
/Zephyr-Core-3.7.0/drivers/dma/
Ddma_dw_common.c763 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/
Dtick_timer_train.c36 uint32_t delta = now - tm_wrap->last_isr; in tm_fn() local
/Zephyr-Core-3.7.0/include/zephyr/
Dspinlock.h308 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/
Dtest_advertiser.c92 int64_t delta = k_uptime_delta(&timestamp); 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/
Dgatt_write_common.c26 uint64_t delta; in write_cmd_cb() local
/Zephyr-Core-3.7.0/lib/posix/options/
Dclock.c147 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/
Dshell_ops.c11 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/
Dtest_common.h282 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/
Dbusy_sim.c76 uint32_t delta = idle ? data->idle_delta : data->active_delta; in get_timeout() local
/Zephyr-Core-3.7.0/subsys/net/ip/
Dtcp_internal.h329 int32_t delta) in net_tcp_update_recv_wnd()
/Zephyr-Core-3.7.0/tests/boards/nrf/qdec/src/
Dmain.c98 int32_t delta = expected_reading / 5; in qenc_emulate_verify_reading() local
/Zephyr-Core-3.7.0/drivers/sensor/maxim/max31865/
Dmax31865.c94 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/
Dcoap.h301 uint16_t delta; /**< Used for delta calculation in CoAP packet */ member
315 uint16_t delta; /**< Option delta */ member

123