Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
Dirq_ctrl.h36 uint32_t hw_irq_ctrl_change_lock(unsigned int inst, uint32_t new_lock);
Dirq_ctrl.c172 uint32_t hw_irq_ctrl_change_lock(unsigned int inst, uint32_t new_lock) in hw_irq_ctrl_change_lock() argument
177 this->irqs_locked = new_lock; in hw_irq_ctrl_change_lock()
179 if ((previous_lock == true) && (new_lock == false)) { in hw_irq_ctrl_change_lock()