Home
last modified time | relevance | path

Searched refs:EVENTS_PORT (Results 1 – 4 of 4) sorted by relevance

/nrf_hw_models-latest/src/HW_models/
DNRF_GPIOTE.c179 if (NRF_GPIOTE_regs[inst].EVENTS_PORT && mask) { in nrf_gpiote_eval_interrupt()
184 if (NRF_GPIOTE_regs[inst].EVENTS_PORT[0].NONSECURE && mask) { in nrf_gpiote_eval_interrupt()
188 if (NRF_GPIOTE_regs[inst].EVENTS_PORT[0].SECURE && mask) { in nrf_gpiote_eval_interrupt()
212 NRF_GPIOTE_regs[inst].EVENTS_PORT = 1; in nhw_GPIOTE_signal_EVENTS_PORT()
214 NRF_GPIOTE_regs[inst].EVENTS_PORT[0].NONSECURE = 1; in nhw_GPIOTE_signal_EVENTS_PORT()
215 NRF_GPIOTE_regs[inst].EVENTS_PORT[0].SECURE = 1; in nhw_GPIOTE_signal_EVENTS_PORT()
DNRF_PPI.c427 {GPIOTE_EVENTS_PORT, &NRF_GPIOTE_regs[0].EVENTS_PORT},
DNRF5340_peri_types.h2194 …__IOM uint32_t EVENTS_PORT; /*!< (@ 0x0000017C) Event generated from multiple in… member
/nrf_hw_models-latest/src/nrfx/hal/
Dnrf_gpiote.c84 } else if (reg == &NRF_GPIOTE_regs[inst].EVENTS_PORT) { in nrf_gpiote_event_clear()
87 } else if ((reg == &NRF_GPIOTE_regs[inst].EVENTS_PORT[0].NONSECURE) in nrf_gpiote_event_clear()
88 || (reg == &NRF_GPIOTE_regs[inst].EVENTS_PORT[0].SECURE)) { in nrf_gpiote_event_clear()