Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio_nrf5_dppi_gpiote.h13 HAL_ENABLE_PALNA_PPI); in hal_palna_ppi_setup()
49 HAL_ENABLE_PALNA_PPI, HAL_DISABLE_PALNA_PPI); in hal_pa_ppi_setup()
56 HAL_ENABLE_PALNA_PPI, HAL_DISABLE_PALNA_PPI); in hal_lna_ppi_setup()
Dradio_nrf5_dppi_resources.h77 #define HAL_ENABLE_PALNA_PPI 5 macro
82 #define HAL_DISABLE_PALNA_PPI HAL_ENABLE_PALNA_PPI
Dradio_nrf5_ppi_gpiote.h14 HAL_ENABLE_PALNA_PPI, in hal_palna_ppi_setup()
Dradio_nrf5_ppi_resources.h83 #define HAL_ENABLE_PALNA_PPI 15 macro
Dradio.c1970 hal_radio_nrf_ppi_channels_enable(BIT(HAL_ENABLE_PALNA_PPI) | in radio_gpio_pa_lna_enable()
1975 hal_radio_nrf_ppi_channels_enable(BIT(HAL_ENABLE_PALNA_PPI) | in radio_gpio_pa_lna_enable()
1983 hal_radio_nrf_ppi_channels_disable(BIT(HAL_ENABLE_PALNA_PPI) | in radio_gpio_pa_lna_disable()
1990 hal_radio_nrf_ppi_channels_disable(BIT(HAL_ENABLE_PALNA_PPI) | in radio_gpio_pa_lna_disable()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/nrfx_glue/
Dbt_ctlr_used_resources.h43 #if defined(HAL_ENABLE_PALNA_PPI)
45 (BIT(HAL_ENABLE_PALNA_PPI) | \