Home
last modified time | relevance | path

Searched refs:radio_tx_chain_delay_get (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_conn.c368 hcto -= radio_tx_chain_delay_get(lll->phy_tx, lll->phy_flags); in lll_conn_isr_tx()
372 hcto -= radio_tx_chain_delay_get(0, 0); in lll_conn_isr_tx()
392 radio_tx_chain_delay_get(lll->phy_tx, in lll_conn_isr_tx()
397 radio_tx_chain_delay_get(0, 0) - in lll_conn_isr_tx()
Dlll_adv.c556 hcto -= radio_tx_chain_delay_get(0, 0); in isr_tx()
579 radio_tx_chain_delay_get(0, 0) - in isr_tx()
934 radio_tx_chain_delay_get(0, 0); in isr_rx_pdu()
Dlll_scan.c467 hcto -= radio_tx_chain_delay_get(0, 0); in isr_tx()
476 radio_tx_chain_delay_get(0, 0) - in isr_tx()
851 radio_tx_chain_delay_get(0, 0);
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/radio/
Dradio.h28 uint32_t radio_tx_chain_delay_get(uint8_t phy, uint8_t flags);
Dradio.c780 uint32_t radio_tx_chain_delay_get(uint8_t phy, uint8_t flags) in radio_tx_chain_delay_get() function
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_conn.c705 hcto -= radio_tx_chain_delay_get(lll->phy_tx, lll->phy_flags);
709 hcto -= radio_tx_chain_delay_get(0, 0);
739 radio_tx_chain_delay_get(lll->phy_tx,
745 radio_tx_chain_delay_get(0U, 0U) -
Dlll_adv_aux.c514 radio_tx_chain_delay_get(lll->phy_s, in isr_tx_chain()
627 hcto -= radio_tx_chain_delay_get(lll->phy_s, PHY_FLAGS_S8); in isr_tx_rx()
651 radio_tx_chain_delay_get(lll->phy_s, in isr_tx_rx()
Dlll_central_iso.c511 hcto -= radio_tx_chain_delay_get(cis_lll->tx.phy, in isr_tx()
516 hcto -= radio_tx_chain_delay_get(0U, 0U); in isr_tx()
532 radio_tx_chain_delay_get(cis_lll->tx.phy, in isr_tx()
538 radio_tx_chain_delay_get(0U, 0U) - in isr_tx()
Dlll_adv_sync.c430 radio_tx_chain_delay_get(lll->phy_s, 0) -
Dlll_adv.c1202 hcto -= radio_tx_chain_delay_get(phy_p, 0); in isr_tx()
1225 radio_tx_chain_delay_get(phy_p, 0) - in isr_tx()
Dlll_scan.c814 hcto -= radio_tx_chain_delay_get(0, 0);
823 radio_tx_chain_delay_get(0, 0) -
Dlll_scan_aux.c1406 hcto -= radio_tx_chain_delay_get(lll_aux->phy, PHY_FLAGS_S8);
1428 radio_tx_chain_delay_get(lll_aux->phy,
Dlll_adv_iso.c788 radio_tx_chain_delay_get(lll->phy, in isr_tx_common()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio.h78 uint32_t radio_tx_chain_delay_get(uint8_t phy, uint8_t flags);
Dradio.c510 uint32_t radio_tx_chain_delay_get(uint8_t phy, uint8_t flags) in radio_tx_chain_delay_get() function