Searched refs:nrf_ppi_channel_endpoint_setup (Results 1 – 5 of 5) sorted by relevance
/hal_nordic-3.4.0/drivers/nrf_802154/driver/src/ |
D | nrf_802154_trx_ppi.c | 107 nrf_ppi_channel_endpoint_setup(NRF_PPI, in nrf_802154_trx_ppi_for_ramp_up_set() 119 nrf_ppi_channel_endpoint_setup(NRF_PPI, in nrf_802154_trx_ppi_for_ramp_up_set() 143 nrf_ppi_channel_endpoint_setup(NRF_PPI, in nrf_802154_trx_ppi_for_ramp_up_reconfigure() 165 nrf_ppi_channel_endpoint_setup(NRF_PPI, PPI_RAMP_UP_TRG_EGU, 0, 0); in nrf_802154_trx_ppi_for_ramp_up_clear() 169 nrf_ppi_channel_endpoint_setup(NRF_PPI, PPI_EGU_TIMER_START, 0, 0); in nrf_802154_trx_ppi_for_ramp_up_clear() 217 nrf_ppi_channel_endpoint_setup(NRF_PPI, in nrf_802154_trx_ppi_for_ack_tx_set() 233 nrf_ppi_channel_endpoint_setup(NRF_PPI, PPI_TIMER_TX_ACK, 0, 0); in nrf_802154_trx_ppi_for_ack_tx_clear() 247 nrf_ppi_channel_endpoint_setup(NRF_PPI, PPI_EGU_TIMER_START, event_addr, task_addr); in nrf_802154_trx_ppi_for_fem_set() 258 nrf_ppi_channel_endpoint_setup(NRF_PPI, PPI_EGU_TIMER_START, 0, 0); in nrf_802154_trx_ppi_for_fem_clear() 273 nrf_ppi_channel_endpoint_setup(NRF_PPI, in nrf_802154_trx_ppi_for_radio_sync_set() [all …]
|
D | nrf_802154_debug_gpio.c | 76 nrf_ppi_channel_endpoint_setup((nrf_ppi_channel_t)PPI_DBG_RADIO_EVT_END, in radio_event_gpio_toggle_init() 79 nrf_ppi_channel_endpoint_setup((nrf_ppi_channel_t)PPI_DBG_RADIO_EVT_DISABLED, in radio_event_gpio_toggle_init() 82 nrf_ppi_channel_endpoint_setup((nrf_ppi_channel_t)PPI_DBG_RADIO_EVT_READY, in radio_event_gpio_toggle_init()
|
/hal_nordic-3.4.0/nrfx/hal/ |
D | nrf_ppi.h | 205 NRF_STATIC_INLINE void nrf_ppi_channel_endpoint_setup(NRF_PPI_Type * p_reg, 441 NRF_STATIC_INLINE void nrf_ppi_channel_endpoint_setup(NRF_PPI_Type * p_reg, in nrf_ppi_channel_endpoint_setup() function 479 nrf_ppi_channel_endpoint_setup(p_reg, channel, eep, tep); in nrf_ppi_channel_and_fork_endpoint_setup()
|
/hal_nordic-3.4.0/nrfx/helpers/ |
D | nrfx_gppi_ppi.c | 75 nrf_ppi_channel_endpoint_setup(NRF_PPI, (nrf_ppi_channel_t)channel, eep, tep); in nrfx_gppi_channel_endpoints_setup()
|
/hal_nordic-3.4.0/nrfx/drivers/src/ |
D | nrfx_ppi.c | 180 nrf_ppi_channel_endpoint_setup(NRF_PPI, channel, eep, tep); in nrfx_ppi_channel_assign()
|