AVR/GCC-specific compiler abstraction. More...
Go to the source code of this file.
Defines | |
Interrupt Control | |
| #define | cpu_irq_disable() asm volatile("cli" ::: "memory") |
| Disable interrupts globally. | |
| #define | cpu_irq_enable() asm volatile("sei" ::: "memory") |
| Enable interrupts globally. | |
AVR/GCC-specific compiler abstraction.
Copyright (C) 2009 Atmel Corporation. All rights reserved.
Definition in file compiler-gcc.h.
1.6.3