21 #ifndef COSA_BOARD_ARDUINO_LEONARDO_HH 22 #define COSA_BOARD_ARDUINO_LEONARDO_HH 26 #define BOARD_ATMEGA32U4 32 #define UNUSED(x) (void) (x) 94 static volatile uint8_t* SFR(uint8_t pin)
95 __attribute__((always_inline))
97 return (pin < 8 ? &PINB :
110 static uint8_t BIT(uint8_t pin)
111 __attribute__((always_inline))
121 static volatile uint8_t* PCIMR(uint8_t pin)
122 __attribute__((always_inline))
133 static volatile uint8_t*
UART(uint8_t port)
134 __attribute__((always_inline))
177 } __attribute__((packed));
195 } __attribute__((packed));
204 } __attribute__((packed));
218 } __attribute__((packed));
229 } __attribute__((packed));
243 } __attribute__((packed));
262 } __attribute__((packed));
272 } __attribute__((packed));
278 VBG = (_BV(MUX4) | _BV(MUX3) | _BV(MUX2) | _BV(MUX1)),
283 } __attribute__((packed));
289 #define UCSZ00 UCSZ10 290 #define UCSZ01 UCSZ11 291 #define UCSZ02 UCSZ12 297 #define RXCIE0 RXCIE1 301 #define UDRIE0 UDRIE1 302 #define TXCIE0 TXCIE1 311 void ADC_vect(
void) __attribute__ ((signal));
313 void INT0_vect(
void) __attribute__ ((signal));
314 void INT1_vect(
void) __attribute__ ((signal));
315 void INT2_vect(
void) __attribute__ ((signal));
316 void INT3_vect(
void) __attribute__ ((signal));
317 void INT6_vect(
void) __attribute__ ((signal));
338 void TWI_vect(
void) __attribute__ ((signal));
339 void WDT_vect(
void) __attribute__ ((signal));
void TIMER0_OVF_vect(void)
void ANALOG_COMP_vect(void)
void TIMER1_COMPB_vect(void)
void TIMER1_COMPA_vect(void)
void USART1_TX_vect(void)
void TIMER3_OVF_vect(void)
void USART1_UDRE_vect(void)
void TIMER1_CAPT_vect(void)
void TIMER4_COMPD_vect(void)
void TIMER0_COMPB_vect(void)
void TIMER3_COMPB_vect(void)
void TIMER4_FPF_vect(void)
void USART1_RX_vect(void)
void TIMER3_COMPA_vect(void)
void TIMER1_COMPC_vect(void)
void TIMER0_COMPA_vect(void)
void TIMER4_OVF_vect(void)
void TIMER3_COMPC_vect(void)
void TIMER4_COMPA_vect(void)
void TIMER3_CAPT_vect(void)
void TIMER1_OVF_vect(void)
void TIMER4_COMPB_vect(void)