Home
last modified time | relevance | path

Searched refs:radio_rx_ready_delay_get (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_peripheral.c202 hcto += radio_rx_ready_delay_get(lll->phy_rx, 1); in prepare_cb()
206 hcto += radio_rx_ready_delay_get(0, 0); in prepare_cb()
218 radio_rx_ready_delay_get(lll->phy_rx, 1) - in prepare_cb()
222 radio_rx_ready_delay_get(0, 0) - in prepare_cb()
Dlll_scan.c227 radio_rx_ready_delay_get(0, 0) - in prepare_cb()
529 radio_rx_ready_delay_get(0, 0) - in isr_done()
561 radio_rx_ready_delay_get(0, 0) - in isr_window()
Dlll.c468 return radio_rx_ready_delay_get(phy, flags); in lll_radio_rx_ready_delay_get()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_peripheral.c292 hcto += radio_rx_ready_delay_get(lll->phy_rx, 1);
296 hcto += radio_rx_ready_delay_get(0, 0);
308 radio_rx_ready_delay_get(lll->phy_rx, 1) -
312 radio_rx_ready_delay_get(0, 0) -
Dlll_peripheral_iso.c302 hcto += radio_rx_ready_delay_get(cis_lll->rx.phy, PHY_FLAGS_S8); in prepare_cb()
306 hcto += radio_rx_ready_delay_get(0U, 0U); in prepare_cb()
318 radio_rx_ready_delay_get(cis_lll->rx.phy, in prepare_cb()
323 radio_rx_ready_delay_get(0U, 0U) - in prepare_cb()
817 subevent_us -= radio_rx_ready_delay_get(cis_lll->rx.phy, in isr_rx()
822 subevent_us -= radio_rx_ready_delay_get(0U, 0U); in isr_rx()
917 subevent_us -= radio_rx_ready_delay_get(cis_lll->rx.phy, in isr_tx()
922 subevent_us -= radio_rx_ready_delay_get(0U, 0U); in isr_tx()
935 hcto += radio_rx_ready_delay_get(cis_lll->rx.phy, PHY_FLAGS_S8); in isr_tx()
939 hcto += radio_rx_ready_delay_get(0U, 0U); in isr_tx()
[all …]
Dlll_sync_iso.c367 hcto += radio_rx_ready_delay_get(lll->phy, PHY_FLAGS_S8); in prepare_cb_common()
379 radio_rx_ready_delay_get(lll->phy, PHY_FLAGS_S8) - in prepare_cb_common()
1105 hcto -= radio_rx_ready_delay_get(lll->phy, PHY_FLAGS_S8); in isr_rx()
1138 hcto += radio_rx_ready_delay_get(lll->phy, PHY_FLAGS_S8); in isr_rx()
1152 radio_rx_ready_delay_get(lll->phy, in isr_rx()
Dlll_scan.c292 radio_rx_ready_delay_get(phy, PHY_FLAGS_S8); in lll_scan_prepare_connect_req()
471 radio_rx_ready_delay_get(0, 0) -
893 radio_rx_ready_delay_get(0, 0) -
959 radio_rx_ready_delay_get(0, 0) -
Dlll_sync.c491 hcto += radio_rx_ready_delay_get(lll->phy, PHY_FLAGS_S8); in prepare_cb_common()
502 radio_rx_ready_delay_get(lll->phy, in prepare_cb_common()
774 radio_rx_ready_delay_get(phy_aux, in isr_aux_setup()
Dlll_scan_aux.c382 radio_rx_ready_delay_get(phy_aux, in lll_scan_aux_isr_aux_setup()
557 hcto += radio_rx_ready_delay_get(lll_aux->phy, PHY_FLAGS_S8); in prepare_cb()
574 radio_rx_ready_delay_get(lll_aux->phy, in prepare_cb()
Dlll.c695 return radio_rx_ready_delay_get(phy, flags);
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/radio/
Dradio.h29 uint32_t radio_rx_ready_delay_get(uint8_t phy, uint8_t flags);
Dradio.c785 uint32_t radio_rx_ready_delay_get(uint8_t phy, uint8_t flags) in radio_rx_ready_delay_get() function
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio.h79 uint32_t radio_rx_ready_delay_get(uint8_t phy, uint8_t flags);
Dradio.c515 uint32_t radio_rx_ready_delay_get(uint8_t phy, uint8_t flags) in radio_rx_ready_delay_get() function