Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/src/interrupt.c

    rf34c09e r646b996  
    9797}
    9898
    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 
    10999/** Initialize basic tables for exception dispatching
    110100 * and starts the timer.
Note: See TracChangeset for help on using the changeset viewer.