Searched refs:overhead_us (Results 1 – 3 of 3) sorted by relevance
130 uint32_t overhead_us; in lll_scan_aux_setup() local205 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()
631 uint32_t overhead_us; in ull_scan_aux_setup() local640 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() local1970 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()
964 uint32_t overhead_us; in ull_sync_setup() local1110 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()