1
0

interrupt.c 372 B

123456789101112131415
  1. /*
  2. * Copyright (c) 2006-2022, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2010-03-30 Kyle Ported from STM32 to AVR32.
  9. */
  10. #include <rtthread.h>
  11. #include "compiler.h"
  12. rt_uint32_t rt_interrupt_from_thread, rt_interrupt_to_thread;
  13. rt_uint32_t rt_thread_switch_interrupt_flag;