Home
last modified time | relevance | path

Searched refs:USART_IRQ_COUNT (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/avr/
H A Datmega.c123 #define USART_IRQ_COUNT 3 macro
124 #define USART_RXC_IRQ(n) (n * USART_IRQ_COUNT + USART0_RXC_IRQ)
125 #define USART_DRE_IRQ(n) (n * USART_IRQ_COUNT + USART0_DRE_IRQ)
126 #define USART_TXC_IRQ(n) (n * USART_IRQ_COUNT + USART0_TXC_IRQ)