Home
last modified time | relevance | path

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

/hal_nordic-3.4.0/drivers/nrf_802154/driver/src/
Dnrf_802154_debug_gpio.c86 nrf_ppi_channel_enable((nrf_ppi_channel_t)PPI_DBG_RADIO_EVT_END); in radio_event_gpio_toggle_init()
87 nrf_ppi_channel_enable((nrf_ppi_channel_t)PPI_DBG_RADIO_EVT_DISABLED); in radio_event_gpio_toggle_init()
88 nrf_ppi_channel_enable((nrf_ppi_channel_t)PPI_DBG_RADIO_EVT_READY); in radio_event_gpio_toggle_init()
Dnrf_802154_trx_ppi.c223 nrf_ppi_channel_enable(NRF_PPI, PPI_TIMER_TX_ACK); in nrf_802154_trx_ppi_for_ack_tx_set()
248 nrf_ppi_channel_enable(NRF_PPI, PPI_EGU_TIMER_START); in nrf_802154_trx_ppi_for_fem_set()
277 nrf_ppi_channel_enable(NRF_PPI, PPI_RADIO_SYNC_EGU_SYNC); in nrf_802154_trx_ppi_for_radio_sync_set()
/hal_nordic-3.4.0/nrfx/hal/
Dnrf_ppi.h147 NRF_STATIC_INLINE void nrf_ppi_channel_enable(NRF_PPI_Type * p_reg, nrf_ppi_channel_t channel);
403 NRF_STATIC_INLINE void nrf_ppi_channel_enable(NRF_PPI_Type * p_reg, nrf_ppi_channel_t channel) in nrf_ppi_channel_enable() function
/hal_nordic-3.4.0/nrfx/drivers/src/
Dnrfx_ppi.c232 nrf_ppi_channel_enable(NRF_PPI, channel); in nrfx_ppi_channel_enable()