Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_trx_dppi.c72 nrf_dppi_channels_enable(NRF_802154_DPPIC_INSTANCE, in nrf_802154_trx_ppi_for_enable()
136 nrf_dppi_channels_enable(NRF_802154_DPPIC_INSTANCE, in nrf_802154_trx_ppi_for_ramp_up_set()
242 nrf_dppi_channels_enable(NRF_802154_DPPIC_INSTANCE, (1UL << PPI_TIMER_TX_ACK)); in nrf_802154_trx_ppi_for_ack_tx_set()
290 nrf_dppi_channels_enable(NRF_802154_DPPIC_INSTANCE, (1UL << PPI_RADIO_SYNC_EGU_SYNC)); in nrf_802154_trx_ppi_for_radio_sync_set()
Dnrf_802154_aes_ccm_acc_ccm.c187 nrf_dppi_channels_enable(DPPIC_CCM, dppi_ch_to_enable); in ppi_configure()
/hal_nordic-latest/nrfx/haly/
Dnrfy_dppi.h66 nrf_dppi_channels_enable(p_reg, mask); in nrfy_dppi_channels_set()
113 nrf_dppi_channels_enable(p_reg, mask); in nrfy_dppi_channels_enable()
/hal_nordic-latest/nrfx/hal/
Dnrf_dppi.h214 NRF_STATIC_INLINE void nrf_dppi_channels_enable(NRF_DPPIC_Type * p_reg, uint32_t mask);
400 NRF_STATIC_INLINE void nrf_dppi_channels_enable(NRF_DPPIC_Type * p_reg, uint32_t mask) in nrf_dppi_channels_enable() function