Changes in kernel/arch/arm32/src/interrupt.c [646b996:f34c09e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/interrupt.c
r646b996 rf34c09e 97 97 } 98 98 99 /** Check interrupts state. 100 * 101 * @return True if interrupts are disabled. 102 * 103 */ 104 bool interrupts_disabled(void) 105 { 106 return current_status_reg_read() & STATUS_REG_IRQ_DISABLED_BIT; 107 } 108 99 109 /** Initialize basic tables for exception dispatching 100 110 * and starts the timer.
Note:
See TracChangeset
for help on using the changeset viewer.