Go to the documentation of this file.
36 #define _AVR_FUSE_H_ 1
39 #if !defined(_AVR_IO_H_)
40 #error "You must #include <avr/io.h> and not <avr/fuse.h> by itself."
223 #ifndef __ASSEMBLER__
226 #define FUSEMEM __attribute__((section (".fuse")))
229 #if FUSE_MEMORY_SIZE > 3
233 unsigned char byte[FUSE_MEMORY_SIZE];
237 #elif FUSE_MEMORY_SIZE == 3
243 unsigned char extended;
246 #elif FUSE_MEMORY_SIZE == 2
254 #elif FUSE_MEMORY_SIZE == 1
264 #if defined(__AVR_XMEGA__)
265 #define FUSES NVM_FUSES_t __fuse FUSEMEM
267 #define FUSES __fuse_t __fuse FUSEMEM
Automatically generated by Doxygen 1.8.7 on Tue Jul 8 2014. Dash Docset conversion by Matt Kane