Searched refs:EVENTS_PORT (Results 1 – 4 of 4) sorted by relevance
179 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()
427 {GPIOTE_EVENTS_PORT, &NRF_GPIOTE_regs[0].EVENTS_PORT},
2194 …__IOM uint32_t EVENTS_PORT; /*!< (@ 0x0000017C) Event generated from multiple in… member
84 } 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()