Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/native_simulator/native/src/include/
Dirq_ctrl.h29 uint32_t hw_irq_ctrl_get_current_lock(void);
/Zephyr-latest/boards/native/native_posix/
Dirq_ctrl.h27 uint32_t hw_irq_ctrl_get_current_lock(void);
Dirq_ctrl.c115 uint32_t hw_irq_ctrl_get_current_lock(void) in hw_irq_ctrl_get_current_lock() function
Dirq_handler.c72 irq_lock = hw_irq_ctrl_get_current_lock(); in posix_irq_handler()
/Zephyr-latest/boards/native/nrf_bsim/common/cmsis/
Dcmsis.c78 return hw_irq_ctrl_get_current_lock(CONFIG_NATIVE_SIMULATOR_MCU_N); in __get_PRIMASK()
/Zephyr-latest/boards/native/native_sim/
Dirq_handler.c73 irq_lock = hw_irq_ctrl_get_current_lock(); in posix_irq_handler()
/Zephyr-latest/scripts/native_simulator/native/src/
Dirq_ctrl.c111 uint32_t hw_irq_ctrl_get_current_lock(void) in hw_irq_ctrl_get_current_lock() function
/Zephyr-latest/boards/native/nrf_bsim/
Dirq_handler.c91 irq_lock = hw_irq_ctrl_get_current_lock(cpu_n); in posix_irq_handler()