Searched refs:nrf_ppi_event (Results 1 – 9 of 9) sorted by relevance
348 void nrf_ppi_event(ppi_event_types_t event);
203 nrf_ppi_event(GPIOTE_EVENTS_IN_0 + n); in nhw_GPIOTE_signal_EVENTS_IN()220 nrf_ppi_event(GPIOTE_EVENTS_PORT); in nhw_GPIOTE_signal_EVENTS_PORT()
637 nrf_ppi_event(event); in nhw_rtc_signal_COMPARE()672 nrf_ppi_event(event); in nhw_rtc_signal_OVERFLOW()708 nrf_ppi_event(event); in nhw_rtc_signal_TICK()
73 nrf_ppi_event(peri##_EVENTS_##event)
141 nrf_ppi_event(PPI_EGU_EVENTS_base[inst]+ event_nbr); in nhw_egu_signal_EVENTS_TRIGGERED()
226 nrf_ppi_event(CLOCK_EVENTS_##x); \
384 nrf_ppi_event(event_cc + cc); in nhw_timer_signal_COMPARE()
1182 nrf_ppi_event(UARTE0_EVENTS_##event); \1184 nrf_ppi_event(UARTE1_EVENTS_##event); \
727 void nrf_ppi_event(ppi_event_types_t event){ in nrf_ppi_event() function