Searched refs:radio_phy_set (Results 1 – 20 of 20) sorted by relevance
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/radio/ |
D | radio.h | 18 void radio_phy_set(uint8_t phy, uint8_t flags);
|
D | radio.c | 566 void radio_phy_set(uint8_t phy, uint8_t flags) in radio_phy_set() function
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll_test.c | 189 radio_phy_set(test_phy, test_phy_flags); in init()
|
D | lll_conn.c | 439 radio_phy_set(phy, 0); in lll_conn_rx_pkt_set() 475 radio_phy_set(phy, flags); in lll_conn_tx_pkt_set()
|
D | lll_adv.c | 352 radio_phy_set(lll->phy_p, 1); in prepare_cb() 355 radio_phy_set(0, 0); in prepare_cb()
|
D | lll_scan.c | 159 radio_phy_set(lll->phy, 1); in prepare_cb() 162 radio_phy_set(0, 0); in prepare_cb()
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio.h | 65 void radio_phy_set(uint8_t phy, uint8_t flags);
|
D | radio.c | 308 void radio_phy_set(uint8_t phy, uint8_t flags) in radio_phy_set() function
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_adv_sync.c | 166 radio_phy_set(phy_s, lll->adv->phy_flags); in prepare_cb()
|
D | lll_central_iso.c | 198 radio_phy_set(phy, cis_lll->tx.phy_flags); in prepare_cb() 462 radio_phy_set(cis_lll->rx.phy, PHY_FLAGS_S8); in isr_tx() 912 radio_phy_set(phy, next_cis_lll->tx.phy_flags); in isr_rx() 1010 radio_phy_set(cis_lll->tx.phy, cis_lll->tx.phy_flags); in isr_prepare_subevent()
|
D | lll_sync.c | 154 radio_phy_set(lll_aux->phy, PHY_FLAGS_S8); in lll_sync_aux_prepare_cb() 459 radio_phy_set(lll->phy, PHY_FLAGS_S8); in prepare_cb_common() 688 radio_phy_set(phy_aux, PHY_FLAGS_S8); in isr_aux_setup()
|
D | lll_peripheral_iso.c | 225 radio_phy_set(phy, PHY_FLAGS_S8); in prepare_cb() 698 radio_phy_set(cis_lll->tx.phy, cis_lll->tx.phy_flags); in isr_rx() 845 radio_phy_set(cis_lll->rx.phy, PHY_FLAGS_S8); in isr_tx() 1062 radio_phy_set(cis_lll->rx.phy, PHY_FLAGS_S8); in isr_prepare_subevent_common()
|
D | lll_conn.c | 664 radio_phy_set(phy, 0); 719 radio_phy_set(phy, flags);
|
D | lll_test.c | 523 radio_phy_set(test_phy, test_phy_flags); in init()
|
D | lll_scan.c | 381 radio_phy_set(lll->phy, PHY_FLAGS_S8); 388 radio_phy_set(0, 0);
|
D | lll_adv.c | 969 radio_phy_set(lll->phy_p, lll->phy_flags); in prepare_cb() 973 radio_phy_set(0, 0); in prepare_cb()
|
D | lll_scan_aux.c | 289 radio_phy_set(phy_aux, PHY_FLAGS_S8); in lll_scan_aux_isr_aux_setup() 477 radio_phy_set(lll_aux->phy, PHY_FLAGS_S8); in prepare_cb()
|
D | lll_adv_aux.c | 218 radio_phy_set(phy_s, lll_adv->phy_flags); in prepare_cb()
|
D | lll_adv_iso.c | 248 radio_phy_set(phy, lll->phy_flags); in prepare_cb_common()
|
D | lll_sync_iso.c | 296 radio_phy_set(phy, PHY_FLAGS_S8); in prepare_cb_common()
|