Home
last modified time | relevance | path

Searched refs:se_offset_us (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_sync_iso.c535 uint32_t se_offset_us; in isr_rx() local
545 se_offset_us = lll->sub_interval * se; in isr_rx()
546 radio_tmr_aa_save(radio_tmr_aa_get() - se_offset_us); in isr_rx()
547 radio_tmr_ready_save(radio_tmr_ready_get() - se_offset_us); in isr_rx()
Dlll_peripheral_iso.c513 uint32_t se_offset_us; in isr_rx() local
515 se_offset_us = cis_lll->sub_interval * (se_curr - 1U); in isr_rx()
516 radio_tmr_aa_save(radio_tmr_aa_get() - se_offset_us); in isr_rx()
517 radio_tmr_ready_save(radio_tmr_ready_get() - se_offset_us); in isr_rx()