Home
last modified time | relevance | path

Searched refs:deviation (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/tests/kernel/sched/schedule_api/src/
Dtest_sched_timeslice_reset.c147 uint32_t deviation = k_ticks_to_cyc_ceil32(1); in ZTEST() local
151 half_slice_cyc = half_slice_cyc + (deviation / 2); in ZTEST()
/Zephyr-latest/drivers/pwm/
Dpwm_ite_it8xxx2.c106 uint32_t actual_freq = 0xffffffff, target_freq, deviation; in pwm_it8xxx2_set_cycles() local
145 deviation = (target_freq / 100) + 1; in pwm_it8xxx2_set_cycles()
183 if (abs(actual_freq - target_freq) < deviation) { in pwm_it8xxx2_set_cycles()
/Zephyr-latest/tests/kernel/timer/timer_behavior/
DREADME5 1. Timer variance and standard deviation is below defined acceptable values.
39 'stddev': Standard deviation from the mean time
DKconfig25 int "Maximum standard deviation in microseconds allowed"
/Zephyr-latest/drivers/sensor/adi/adxl372/
DKconfig85 but on a deviation from a reference point or orientation.
/Zephyr-latest/drivers/ieee802154/
Dieee802154_cc13xx_cc26xx_subg.c151 .deviation = 200, /* +/- 200*250 = 50kHz deviation (modulation index 0.5) */