Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_trx_ppi.c195 nrf_ppi_channel_disable(NRF_PPI, NRF_802154_PPI_RADIO_CCABUSY_TO_RADIO_CCASTART); in nrf_802154_trx_ppi_for_extra_cca_attempts_clear()
256 nrf_ppi_channel_disable(NRF_PPI, PPI_TIMER_TX_ACK); in nrf_802154_trx_ppi_for_ack_tx_clear()
281 nrf_ppi_channel_disable(NRF_PPI, PPI_EGU_TIMER_START); in nrf_802154_trx_ppi_for_fem_clear()
311 nrf_ppi_channel_disable(NRF_PPI, PPI_RADIO_SYNC_EGU_SYNC); in nrf_802154_trx_ppi_for_radio_sync_clear()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_ppi.c155 nrf_ppi_channel_disable(NRF_PPI, channel); in nrfx_ppi_channel_free()
254 nrf_ppi_channel_disable(NRF_PPI, channel); in nrfx_ppi_channel_disable()
/hal_nordic-latest/nrfx/hal/
Dnrf_ppi.h157 NRF_STATIC_INLINE void nrf_ppi_channel_disable(NRF_PPI_Type * p_reg, nrf_ppi_channel_t channel);
423 NRF_STATIC_INLINE void nrf_ppi_channel_disable(NRF_PPI_Type * p_reg, nrf_ppi_channel_t channel) in nrf_ppi_channel_disable() function