Home
last modified time | relevance | path

Searched refs:dppi_map (Results 1 – 11 of 11) sorted by relevance

/nrf_hw_models-latest/src/HW_models/
DNHW_PPIB.c43 uint dppi_map; //To which DPPI instance are this PPIB subscribe&publish ports connected to member
67 nhw_ppib_st[i].dppi_map = nhw_PPIB_dppi_map[i]; in nhw_ppib_init()
157 nhw_dppi_common_subscribe_sideeffect(this->dppi_map, in nhw_PPIB_regw_sideeffects_SUBSCRIBE_SEND()
172 nhw_dppi_event_signal_if(nhw_ppib_st[inst].dppi_map, in nhw_ppib_propagate_event_mate()
DNRF_GPIOTE.c72 uint dppi_map; member
88 uint dppi_map[] = NHW_GPIOTE_DPPI_MAP; in nrf_gpiote_init() local
93 gpiote_st[i].dppi_map = dppi_map[i]; in nrf_gpiote_init()
205 nhw_dppi_event_signal_if(gpiote_st[inst].dppi_map, in nhw_GPIOTE_signal_EVENTS_IN()
223 nhw_dppi_event_signal_if(gpiote_st[inst].dppi_map, in nhw_GPIOTE_signal_EVENTS_PORT()
226 nhw_dppi_event_signal_if(gpiote_st[inst].dppi_map, in nhw_GPIOTE_signal_EVENTS_PORT()
228 nhw_dppi_event_signal_if(gpiote_st[inst].dppi_map, in nhw_GPIOTE_signal_EVENTS_PORT()
398 nhw_dppi_common_subscribe_sideeffect(st->dppi_map, \
DNHW_IPC.c38 uint dppi_map; //To which DPPI instance are this IPC subscribe&publish ports connected to member
60 nhw_ipc_st[i].dppi_map = nhw_IPC_dppi_map[i]; in nhw_ipc_init()
164 nhw_dppi_common_subscribe_sideeffect(this->dppi_map, in nhw_IPC_regw_sideeffects_SUBSCRIBE_SEND()
DNHW_EGU.c36 uint dppi_map; //To which DPPI instance are this EGU subscribe&publish ports connected to member
63 nhw_egu_st[i].dppi_map = nhw_egu_dppi_map[i]; in nhw_egu_init()
144 nhw_dppi_event_signal_if(this->dppi_map, in nhw_egu_signal_EVENTS_TRIGGERED()
170 nhw_dppi_common_subscribe_sideeffect(this->dppi_map, in nhw_egu_regw_sideeffects_SUBSCRIBE_TRIGGER()
DNHW_RTC.c133 uint dppi_map; //To which DPPI instance are this RTC subscribe&publish ports connected to member
180 rtc_st->dppi_map = nhw_rtc_dppi_map[i]; in nhw_rtc_init()
639 nhw_dppi_event_signal_if(this->dppi_map, in nhw_rtc_signal_COMPARE()
674 nhw_dppi_event_signal_if(this->dppi_map, in nhw_rtc_signal_OVERFLOW()
710 nhw_dppi_event_signal_if(this->dppi_map, in nhw_rtc_signal_TICK()
776 nhw_dppi_common_subscribe_sideeffect(this->dppi_map, in nhw_rtc_regw_sideeffects_SUBSCRIBE_CAPTURE()
793 nhw_dppi_common_subscribe_sideeffect(this->dppi_map, \
DNHW_UART_private.h44 uint dppi_map; member
DNHW_TIMER.c62 uint dppi_map; //To which DPPI instance are this TIMER subscribe&publish ports connected to member
110 t_st->dppi_map = nhw_timer_dppi_map[t]; in nhw_timer_init()
386 nhw_dppi_event_signal_if(this->dppi_map, in nhw_timer_signal_COMPARE()
473 nhw_dppi_common_subscribe_sideeffect(this->dppi_map, in nhw_timer_regw_sideeffects_SUBSCRIBE_CAPTURE()
490 nhw_dppi_common_subscribe_sideeffect(this->dppi_map, \
DNHW_DPPI.c91 uint dppi_map; //To which DPPI instance are this DPPI subscription ports connected to member
133 el->dppi_map = nhw_dppi_dppi_map[i]; in nhw_dppi_init()
412 nhw_dppi_common_subscribe_sideeffect(this->dppi_map, in nhw_dppi_regw_sideeffects_SUBSCRIBE_CHG_EN()
426 nhw_dppi_common_subscribe_sideeffect(this->dppi_map, in nhw_dppi_regw_sideeffects_SUBSCRIBE_CHG_DIS()
DNHW_CLOCK.c92 …uint dppi_map; //To which DPPI instance are this CLOCK/POWER subscribe&publish ports connected to member
170 c_el->dppi_map = nhw_clkpwr_dppi_map[i]; in nhw_clock_init()
233 nhw_dppi_event_signal_if(nhw_clkpwr_st[i].dppi_map, \
543 nhw_dppi_common_subscribe_sideeffect(this->dppi_map, \
DNHW_GRTC.c78 uint dppi_map; //To which DPPI instance are this GRTC subscribe&publish ports connected to member
126 nhw_grtc_st.dppi_map = nhw_GRTC_dppi_map; in nhw_grtc_init()
275 nhw_dppi_event_signal_if(nhw_grtc_st.dppi_map, in nhw_GRTC_signal_EVENTS_COMPARE()
385 nhw_dppi_common_subscribe_sideeffect(this->dppi_map, in nhw_GRTC_regw_sideeffects_SUBSCRIBE_CAPTURE()
DNHW_UART.c176 u_el->dppi_map = nhw_UARTE_dppi_map[i]; in nhw_uarte_init()
1188 nhw_dppi_event_signal_if(nhw_uarte_st[inst].dppi_map, \
1294 nhw_dppi_event_signal_if(nhw_uarte_st[inst].dppi_map, in nhw_UARTE_signal_EVENTS_DMA_RX_MATCH()
1355 nhw_dppi_common_subscribe_sideeffect(this->dppi_map, \
1388 nhw_dppi_common_subscribe_sideeffect(this->dppi_map, in nhw_UARTE_regw_sideeffects_SUBSCRIBE_DMA_RX_ENABLEMATCH()
1407 nhw_dppi_common_subscribe_sideeffect(this->dppi_map, in nhw_UARTE_regw_sideeffects_SUBSCRIBE_DMA_RX_DISABLEMATCH()