Home
last modified time | relevance | path

Searched refs:nrf_dppi_channels_disable (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_trx_dppi.c85 nrf_dppi_channels_disable(NRF_802154_DPPIC_INSTANCE, in nrf_802154_trx_ppi_for_disable()
168 nrf_dppi_channels_disable(NRF_802154_DPPIC_INSTANCE, in nrf_802154_trx_ppi_for_ramp_up_clear()
251 nrf_dppi_channels_disable(NRF_802154_DPPIC_INSTANCE, (1UL << PPI_TIMER_TX_ACK)); in nrf_802154_trx_ppi_for_ack_tx_clear()
299 nrf_dppi_channels_disable(NRF_802154_DPPIC_INSTANCE, (1UL << PPI_RADIO_SYNC_EGU_SYNC)); in nrf_802154_trx_ppi_for_radio_sync_clear()
/hal_nordic-latest/nrfx/haly/
Dnrfy_dppi.h70 nrf_dppi_channels_disable(p_reg, mask); in nrfy_dppi_channels_set()
120 nrf_dppi_channels_disable(p_reg, mask); in nrfy_dppi_channels_disable()
/hal_nordic-latest/nrfx/hal/
Dnrf_dppi.h225 NRF_STATIC_INLINE void nrf_dppi_channels_disable(NRF_DPPIC_Type * p_reg, uint32_t mask);
405 NRF_STATIC_INLINE void nrf_dppi_channels_disable(NRF_DPPIC_Type * p_reg, uint32_t mask) in nrf_dppi_channels_disable() function