Searched refs:phy_aux (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_scan_aux.c | 61 uint8_t phy_aux); 64 uint8_t phy_aux, uint8_t phy_aux_flags_rx, 255 uint8_t phy_aux; in lll_scan_aux_isr_aux_setup() local 263 phy_aux = BIT(PDU_ADV_AUX_PTR_PHY_GET(aux_ptr)); in lll_scan_aux_isr_aux_setup() 264 ftr->aux_phy = phy_aux; in lll_scan_aux_isr_aux_setup() 289 radio_phy_set(phy_aux, PHY_FLAGS_S8); in lll_scan_aux_isr_aux_setup() 291 RADIO_PKT_CONF_PHY(phy_aux)); in lll_scan_aux_isr_aux_setup() 305 radio_switch_complete_and_tx(phy_aux, 0, phy_aux, 1); in lll_scan_aux_isr_aux_setup() 321 radio_ar_configure(count, irks, (phy_aux << 2) | BIT(1)); in lll_scan_aux_isr_aux_setup() 336 aux_start_us -= lll_radio_rx_ready_delay_get(phy_aux, PHY_FLAGS_S8); in lll_scan_aux_isr_aux_setup() [all …]
|
D | lll_sync.c | 657 uint8_t phy_aux; in isr_aux_setup() local 665 phy_aux = BIT(PDU_ADV_AUX_PTR_PHY_GET(aux_ptr)); in isr_aux_setup() 666 ftr->aux_phy = phy_aux; in isr_aux_setup() 688 radio_phy_set(phy_aux, PHY_FLAGS_S8); in isr_aux_setup() 690 RADIO_PKT_CONF_PHY(phy_aux)); in isr_aux_setup() 736 aux_start_us -= lll_radio_rx_ready_delay_get(phy_aux, PHY_FLAGS_S8); in isr_aux_setup() 746 hcto += lll_radio_rx_ready_delay_get(phy_aux, PHY_FLAGS_S8); in isr_aux_setup() 748 hcto += radio_rx_chain_delay_get(phy_aux, PHY_FLAGS_S8); in isr_aux_setup() 749 hcto += addr_us_get(phy_aux); in isr_aux_setup() 764 radio_rx_ready_delay_get(phy_aux, in isr_aux_setup()
|