Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio_nrf5_dppi_resources.h65 #define HAL_TRIGGER_AAR_PPI 12 macro
Dradio_nrf5_ppi_resources.h74 #define HAL_TRIGGER_AAR_PPI 23 macro
Dradio_nrf5_dppi.h169 nrf_radio_publish_set(NRF_RADIO, NRF_RADIO_EVENT_BCMATCH, HAL_TRIGGER_AAR_PPI); in hal_trigger_aar_ppi_config()
170 nrf_aar_subscribe_set(NRF_AAR, NRF_AAR_TASK_START, HAL_TRIGGER_AAR_PPI); in hal_trigger_aar_ppi_config()
Dradio.c2276 hal_radio_nrf_ppi_channels_enable(BIT(HAL_TRIGGER_AAR_PPI)); in radio_ar_configure()
2291 hal_radio_nrf_ppi_channels_disable(BIT(HAL_TRIGGER_AAR_PPI)); in radio_ar_status_reset()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/nrfx_glue/
Dbt_ctlr_used_resources.h31 BIT(HAL_TRIGGER_AAR_PPI) | \