Searched defs:usart_irq (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/arm/ |
H A D | stm32f100_soc.c | 43 static const int usart_irq[STM_NUM_USARTS] = {37, 38, 39}; variable
|
H A D | stm32f205_soc.c | 46 static const int usart_irq[STM_NUM_USARTS] = {37, 38, 39, 52, 53, 71}; variable
|
H A D | stm32f405_soc.c | 48 static const int usart_irq[] = { 37, 38, 39, 52, 53, 71, 82, 83 }; variable
|