RTEMS 6.1-rc2
|
This source file contains the implementation of bsp_interrupt_lock() and bsp_interrupt_unlock(). More...
Functions | |
void | bsp_interrupt_lock (void) |
Acquires the interrupt support lock. | |
void | bsp_interrupt_unlock (void) |
Releases the interrupt support lock. | |
This source file contains the implementation of bsp_interrupt_lock() and bsp_interrupt_unlock().
void bsp_interrupt_lock | ( | void | ) |
Acquires the interrupt support lock.
The interrupt support lock is a mutex. The mutex is only acquired if the system is the SYSTEM_STATE_UP state.
void bsp_interrupt_unlock | ( | void | ) |
Releases the interrupt support lock.
The mutex is only released if the system is the SYSTEM_STATE_UP state.