Home
last modified time | relevance | path

Searched refs:nrf_ppi_event (Results 1 – 9 of 9) sorted by relevance

/nrf_hw_models-latest/src/HW_models/
DNRF_PPI.h348 void nrf_ppi_event(ppi_event_types_t event);
DNRF_GPIOTE.c203 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()
DNHW_RTC.c637 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()
DNHW_templates.h73 nrf_ppi_event(peri##_EVENTS_##event)
DNHW_EGU.c141 nrf_ppi_event(PPI_EGU_EVENTS_base[inst]+ event_nbr); in nhw_egu_signal_EVENTS_TRIGGERED()
DNHW_CLOCK.c226 nrf_ppi_event(CLOCK_EVENTS_##x); \
DNHW_TIMER.c384 nrf_ppi_event(event_cc + cc); in nhw_timer_signal_COMPARE()
DNHW_UART.c1182 nrf_ppi_event(UARTE0_EVENTS_##event); \
1184 nrf_ppi_event(UARTE1_EVENTS_##event); \
DNRF_PPI.c727 void nrf_ppi_event(ppi_event_types_t event){ in nrf_ppi_event() function