Changes in kernel/arch/arm32/src/interrupt.c [f34c09e:646b996] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/interrupt.c
rf34c09e r646b996 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 109 99 /** Initialize basic tables for exception dispatching 110 100 * and starts the timer.
Note:
See TracChangeset
for help on using the changeset viewer.