Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio_df.c172 uint8_t pin_sel; in radio_df_ant_switching_pin_sel_cfg() local
175 pin_sel = ant_cfg.dfe_gpio[idx]; in radio_df_ant_switching_pin_sel_cfg()
177 if (pin_sel != DFE_PSEL_NOT_SET) { in radio_df_ant_switching_pin_sel_cfg()
179 pin_sel, in radio_df_ant_switching_pin_sel_cfg()
202 uint8_t pin_sel; in radio_df_ant_switching_gpios_cfg() local
205 pin_sel = ant_cfg.dfe_gpio[idx]; in radio_df_ant_switching_gpios_cfg()
206 if (pin_sel != DFE_PSEL_NOT_SET) { in radio_df_ant_switching_gpios_cfg()
207 nrf_gpio_cfg_output(pin_sel); in radio_df_ant_switching_gpios_cfg()
210 nrf_gpio_pin_set(pin_sel); in radio_df_ant_switching_gpios_cfg()
212 nrf_gpio_pin_clear(pin_sel); in radio_df_ant_switching_gpios_cfg()