Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
Dirq_ctrl.c56 uint64_t irq_premask[IRQ_64s]; /*pended interrupts before the mask*/ member
194 this->irq_premask[i] &= ~this->irq_mask[i]; in hw_irq_ctrl_clear_all_enabled_irqs()
211 this->irq_premask[i] = 0U; in hw_irq_ctrl_clear_all_irqs()
247 return (nhw_intctrl_st[inst].irq_premask[irq/64] & ((uint64_t)1 << (irq%64)))?1:0; in hw_irq_ctrl_is_irq_pending()
264 this->irq_premask[irq_idx] &= ~irq_bit; in hw_irq_ctrl_clear_irq()
283 this->irq_premask[irq_idx] |= irq_bit; in hw_irq_ctrl_reeval_level_irq()
309 if (this->irq_premask[irq_idx] & irq_bit) { /*if the interrupt is pending*/ in hw_irq_ctrl_enable_irq()
332 this->irq_premask[irq_idx] |= irq_bit; in hw_irq_ctrl_irq_raise_prefix()