Home
last modified time | relevance | path

Searched refs:PDU_ANTENNA (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio_df.h12 #define PDU_ANTENNA DT_PROP_OR(RADIO_NODE, dfe_pdu_antenna, 0) macro
Dradio_df.c74 return PDU_ANTENNA; in radio_df_pdu_antenna_switch_pattern_get()
109 NRF_RADIO->SWITCHPATTERN = PDU_ANTENNA; in radio_df_ant_switch_pattern_set()
209 if (BIT(idx) & PDU_ANTENNA) { in radio_df_ant_switching_gpios_cfg()
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_df.c340 static uint8_t ant_ids[DF_MIN_ANT_NUM_REQUIRED] = { PDU_ANTENNA, PDU_ANTENNA }; in lll_df_conf_cte_info_parsing_enable()