Check if global interrupts are enabled.
bool system_interrupt_is_global_enabled( void )
Checks if global interrupts are currently enabled.
A boolean that identifies if the global interrupts are enabled or not.
| Return value | Description |
|---|---|
|
true |
Global interrupts are currently enabled |
|
false |
Global interrupts are currently disabled |