Searched refs:drift (Results 1 – 16 of 16) sorted by relevance
31 int "Maximum drift in microseconds allowed (should be about 1 period allowance)"35 int "Maximum drift percentage for the timer period"57 int "Maximum drift in PPM for tests using external tool"60 Parts Per Million of allowed drift when using an external tool64 int "Maximum timer period drift in PPM for tests using external tool"67 Parts Per Million of allowed period drift when using an external tool
1 # Test a timer implementations variance and long term drift6 2. Periodic timers do not drift in either direction from expected total time.48 to account for expected drift in the test and between the DUT and the external70 they tend to drift. To be able to account for this drift, the external test
599 e->drift.start_to_address_actual_us = in isr_done()601 e->drift.window_widening_event_us = in isr_done()603 e->drift.preamble_to_addr_us = preamble_to_addr_us; in isr_done()
520 e->drift.preamble_to_addr_us = addr_us_get(lll->phy); in isr_rx_estab()521 e->drift.start_to_address_actual_us = in isr_rx_estab()523 e->drift.window_widening_event_us = in isr_rx_estab()1305 e->drift.preamble_to_addr_us = addr_us_get(lll->phy); in isr_rx_done()1306 e->drift.start_to_address_actual_us = in isr_rx_done()1308 e->drift.window_widening_event_us = in isr_rx_done()
996 e->drift.start_to_address_actual_us =998 e->drift.window_widening_event_us =1000 e->drift.preamble_to_addr_us = preamble_to_addr_us;
1199 e->drift.preamble_to_addr_us = addr_us_get(lll->phy); in isr_rx_done_cleanup()1200 e->drift.start_to_address_actual_us = in isr_rx_done_cleanup()1202 e->drift.window_widening_event_us = lll->window_widening_event_us; in isr_rx_done_cleanup()
1231 e->drift.start_to_address_actual_us = in isr_done()1233 e->drift.window_widening_event_us = EVENT_US_FRAC_TO_US( in isr_done()1235 e->drift.preamble_to_addr_us = preamble_to_addr_us; in isr_done()
85 affected by slow clock drift such as RTC or IWDG, in collaboration with
555 struct event_done_extra_drift drift; member
2304 done->extra.drift.start_to_address_actual_us; in ull_drift_ticks_get()2306 done->extra.drift.window_widening_event_us; in ull_drift_ticks_get()2308 done->extra.drift.preamble_to_addr_us; in ull_drift_ticks_get()
1524 done->extra.drift.start_to_address_actual_us,1525 (-done->extra.drift.preamble_to_addr_us));
140 * RTC time will drift over time.
259 This can be controlled with the ``--rt-ratio=<ratio>`` and ``-rt-drift=<drift>``261 underlying mechanism, and that ``drift`` is by definition equal to268 Similarly if ``--rt-drift=-100e-6`` is given, the simulated time will progress
115 introducing systematic clock drift over time.
308 of the selecting and selected symbol will never drift out of sync, e.g. when
3131 * :github:`53010` - timers: large drift if hardware timer has a low resolution