Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
Dirq_ctrl.c51 #define IRQ_64s ((NHW_INTCTRL_MAX_INTLINES+63)/64) macro
54 uint64_t irq_lines[IRQ_64s]; /*Level of interrupt lines from peripherals*/
55 uint64_t irq_status[IRQ_64s]; /*pended and not masked interrupts*/
56 uint64_t irq_premask[IRQ_64s]; /*pended interrupts before the mask*/
65 uint64_t irq_mask[IRQ_64s];
120 for (int i = 0; i < IRQ_64s; i++) { in irq_status_not_zero()
145 for (int i = 0; i < IRQ_64s; i++) { in hw_irq_ctrl_get_highest_prio_irq()
191 for (int i=0; i < IRQ_64s; i++) { in hw_irq_ctrl_clear_all_enabled_irqs()
208 for (int i=0; i < IRQ_64s; i++) { in hw_irq_ctrl_clear_all_irqs()