Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
Dirq_ctrl.c77 bool irqs_locked; member
138 if (this->irqs_locked) { in hw_irq_ctrl_get_highest_prio_irq()
164 return nhw_intctrl_st[inst].irqs_locked; in hw_irq_ctrl_get_current_lock()
175 uint32_t previous_lock = this->irqs_locked; in hw_irq_ctrl_change_lock()
177 this->irqs_locked = new_lock; in hw_irq_ctrl_change_lock()
335 if ((this->irqs_locked == false) || (this->lock_ignore)) { in hw_irq_ctrl_set_irq()
408 if ((this->irqs_locked == false) || (this->lock_ignore)) { in irq_raising_from_hw_now()
438 if (nhw_intctrl_st[inst].irqs_locked == false) { in hw_irq_ctrl_raise_im_from_sw()