Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio_nrf5_dppi_resources.h59 #define HAL_TRIGGER_CRYPT_PPI HAL_RADIO_RECV_TIMEOUT_CANCEL_PPI macro
Dradio_nrf5_ppi_resources.h65 #define HAL_TRIGGER_CRYPT_PPI 25 macro
Dradio.c1244 BIT(HAL_TRIGGER_CRYPT_PPI) | in radio_tmr_status_reset()
1291 BIT(HAL_TRIGGER_CRYPT_PPI) | in radio_tmr_tx_status_reset()
1338 BIT(HAL_TRIGGER_CRYPT_PPI) | in radio_tmr_rx_status_reset()
2039 hal_radio_nrf_ppi_channels_enable(BIT(HAL_TRIGGER_CRYPT_PPI)); in radio_ccm_ext_rx_pkt_set()
2049 hal_radio_nrf_ppi_channels_enable(BIT(HAL_TRIGGER_CRYPT_PPI)); in radio_ccm_ext_rx_pkt_set()
2070 hal_radio_nrf_ppi_channels_enable(BIT(HAL_TRIGGER_CRYPT_PPI)); in radio_ccm_ext_rx_pkt_set()
2104 hal_radio_nrf_ppi_channels_enable(BIT(HAL_TRIGGER_CRYPT_PPI)); in radio_ccm_ext_rx_pkt_set()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/nrfx_glue/
Dbt_ctlr_used_resources.h30 BIT(HAL_TRIGGER_CRYPT_PPI) | \