Home
last modified time | relevance | path

Searched refs:NHW_GPIOTE_N_INT (Results 1 – 2 of 2) sorted by relevance

/nrf_hw_models-latest/src/HW_models/
DNHW_config.h77 #define NHW_GPIOTE_N_INT 1 /* Number of interrupts lines, common for all instances */ macro
328 #define NHW_GPIOTE_N_INT 1 /* Number of interrupts lines, common for all instances */ macro
601 #define NHW_GPIOTE_N_INT 2 /* Number of interrupts lines, common for all instances */ macro
DNRF_GPIOTE.c52 static struct nhw_irq_mapping nhw_gpiote_irq_map[NHW_GPIOTE_TOTAL_INST][NHW_GPIOTE_N_INT] = NHW_GPI…
69 uint32_t GPIOTE_ITEN[NHW_GPIOTE_N_INT];
70 …bool gpiote_int_line[NHW_GPIOTE_N_INT]; /* Is the GPIOTE currently driving its interrupt line high…
166 for (int line= 0; line < NHW_GPIOTE_N_INT; line ++) { in nrf_gpiote_eval_interrupt()