Searched refs:nrf_ppi_channel_endpoint_setup (Results 1 – 5 of 5) sorted by relevance
| /hal_nordic-latest/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_extra_cca_attempts_set() 157 nrf_ppi_channel_endpoint_setup(NRF_PPI, in nrf_802154_trx_ppi_for_ramp_up_reconfigure() 179 nrf_ppi_channel_endpoint_setup(NRF_PPI, PPI_RAMP_UP_TRG_EGU, 0, 0); in nrf_802154_trx_ppi_for_ramp_up_clear() 183 nrf_ppi_channel_endpoint_setup(NRF_PPI, PPI_EGU_TIMER_START, 0, 0); in nrf_802154_trx_ppi_for_ramp_up_clear() 196 nrf_ppi_channel_endpoint_setup(NRF_PPI, NRF_802154_PPI_RADIO_CCABUSY_TO_RADIO_CCASTART, 0, 0); in nrf_802154_trx_ppi_for_extra_cca_attempts_clear() 241 nrf_ppi_channel_endpoint_setup(NRF_PPI, in nrf_802154_trx_ppi_for_ack_tx_set() 257 nrf_ppi_channel_endpoint_setup(NRF_PPI, PPI_TIMER_TX_ACK, 0, 0); in nrf_802154_trx_ppi_for_ack_tx_clear() 271 nrf_ppi_channel_endpoint_setup(NRF_PPI, PPI_EGU_TIMER_START, event_addr, task_addr); in nrf_802154_trx_ppi_for_fem_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-latest/nrfx/hal/ |
| D | nrf_ppi.h | 205 NRF_STATIC_INLINE void nrf_ppi_channel_endpoint_setup(NRF_PPI_Type * p_reg, 456 NRF_STATIC_INLINE void nrf_ppi_channel_endpoint_setup(NRF_PPI_Type * p_reg, in nrf_ppi_channel_endpoint_setup() function 494 nrf_ppi_channel_endpoint_setup(p_reg, channel, eep, tep); in nrf_ppi_channel_and_fork_endpoint_setup()
|
| /hal_nordic-latest/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-latest/nrfx/drivers/src/ |
| D | nrfx_ppi.c | 180 nrf_ppi_channel_endpoint_setup(NRF_PPI, channel, eep, tep); in nrfx_ppi_channel_assign()
|