27 #define HW_DEVICE_FAMILY avr
32 #define HW_DEVICE_FAMILY_AVR
37 #define HW_DEVICE_VENDOR atmel
42 #define HW_DEVICE_VENDOR_ATMEL
47 #define HW_DEVICE_ARCH avr
52 #define HW_DEVICE_ARCH_AVR
58 #if defined __ASSEMBLER__ || DOXYGEN
61 typedef signed int int8_t __attribute__((__mode__(__QI__)));
62 typedef unsigned int uint8_t __attribute__((__mode__(__QI__)));
63 typedef signed int int16_t __attribute__ ((__mode__ (__HI__)));
64 typedef unsigned int uint16_t __attribute__ ((__mode__ (__HI__)));
65 typedef signed int int32_t __attribute__ ((__mode__ (__SI__)));
66 typedef unsigned int uint32_t __attribute__ ((__mode__ (__SI__)));
68 typedef int16_t intptr_t;
69 typedef uint16_t uintptr_t;
78 #include "../../hwa/hwa_1.h"