Home
last modified time | relevance | path

Searched refs:overhead_us (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_scan_aux.c130 uint32_t overhead_us; in lll_scan_aux_setup() local
205 overhead_us = PDU_AC_US(pdu->len, pdu_phy, pdu_phy_flags_rx); in lll_scan_aux_setup()
210 overhead_us += cte_info->time << 3; in lll_scan_aux_setup()
213 overhead_us += radio_rx_chain_delay_get(pdu_phy, pdu_phy_flags_rx); in lll_scan_aux_setup()
214 overhead_us += lll_radio_rx_ready_delay_get(phy, PHY_FLAGS_S8); in lll_scan_aux_setup()
215 overhead_us += window_widening_us; in lll_scan_aux_setup()
216 overhead_us += EVENT_TICKER_RES_MARGIN_US; in lll_scan_aux_setup()
217 overhead_us += EVENT_JITTER_US; in lll_scan_aux_setup()
224 overhead_us += (EVENT_OVERHEAD_END_US + EVENT_OVERHEAD_START_US + in lll_scan_aux_setup()
228 if (aux_offset_us > overhead_us) { in lll_scan_aux_setup()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_scan_aux.c631 uint32_t overhead_us; in ull_scan_aux_setup() local
640 overhead_us = (EVENT_OVERHEAD_END_US + EVENT_OVERHEAD_START_US + in ull_scan_aux_setup()
645 HAL_TICKER_US_TO_TICKS(overhead_us); in ull_scan_aux_setup()
1961 uint32_t overhead_us; in ull_scan_aux_setup() local
1970 overhead_us = (EVENT_OVERHEAD_END_US + EVENT_OVERHEAD_START_US + in ull_scan_aux_setup()
1975 HAL_TICKER_US_TO_TICKS(overhead_us); in ull_scan_aux_setup()
Dull_sync.c964 uint32_t overhead_us; in ull_sync_setup() local
1110 overhead_us = HAL_TICKER_TICKS_TO_US(HAL_TICKER_CNTR_CMP_OFFSET_MIN << 1); in ull_sync_setup()
1113 overhead_us += EVENT_OVERHEAD_END_US + EVENT_OVERHEAD_START_US; in ull_sync_setup()
1118 if ((sync_offset_us - ftr->radio_end_us) < overhead_us) { in ull_sync_setup()