Searched refs:NRF_DPPIC (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio_nrf5_dppi.h | 9 #define NRF_DPPIC NRF_DPPIC10 macro 14 nrf_dppi_channels_enable(NRF_DPPIC, mask); in hal_radio_nrf_ppi_channels_enable() 19 nrf_dppi_channels_disable(NRF_DPPIC, mask); in hal_radio_nrf_ppi_channels_disable() 40 nrf_dppi_channels_enable(NRF_DPPIC, in hal_radio_enable_on_tick_ppi_config_and_enable() 54 nrf_dppi_channels_enable(NRF_DPPIC, in hal_radio_enable_on_tick_ppi_config_and_enable() 247 nrf_dppi_channels_enable(NRF_DPPIC, BIT(HAL_SW_SWITCH_TIMER_CLEAR_PPI)); in hal_sw_switch_timer_clear_ppi_config() 299 nrf_dppi_subscribe_set(NRF_DPPIC, \ 398 nrf_dppi_subscribe_set(NRF_DPPIC, in hal_radio_sw_switch_setup() 405 nrf_dppi_subscribe_clear(NRF_DPPIC, in hal_radio_sw_switch_setup() 480 nrf_dppi_subscribe_clear(NRF_DPPIC, in hal_radio_sw_switch_disable() [all …]
|
/Zephyr-latest/modules/hal_nordic/nrfx/ |
D | nrfx_config_nrf91.h | 15 #define NRF_DPPIC NRF_PERIPH(NRF_DPPIC) macro
|
D | nrfx_config_nrf5340_application.h | 18 #define NRF_DPPIC NRF_PERIPH(NRF_DPPIC) macro
|
D | nrfx_config_nrf5340_network.h | 28 #define NRF_DPPIC NRF_DPPIC_NS macro
|
/Zephyr-latest/soc/nordic/ |
D | validate_base_addresses.c | 149 CHECK_DT_REG(dppic, NRF_DPPIC);
|