Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio.c126 #define NRF_GPIO_PDN NRF_FEM_GPIO(pdn_gpios) macro
186 NRF_GPIO_PDN->DIRSET = BIT(NRF_GPIO_PDN_PIN); in radio_setup()
188 NRF_GPIO_PDN->OUTSET = BIT(NRF_GPIO_PDN_PIN); in radio_setup()
190 NRF_GPIO_PDN->OUTCLR = BIT(NRF_GPIO_PDN_PIN); in radio_setup()
1932 #if defined(NRF_GPIO_PDN) in radio_gpio_pdn_setup()