Ejemplo n.º 1
0
void UART5_IRQHandler(void)
{
	UartIRQ(&g_tUart5);
}
Ejemplo n.º 2
0
void USART6_IRQHandler(void)
{
	UartIRQ(&g_tUart6);
}
Ejemplo n.º 3
0
void UART4_IRQHandler(void)
{
	UartIRQ(&g_tUart4);
}
Ejemplo n.º 4
0
void USART3_IRQHandler(void)
{
	UartIRQ(&g_tUart3);
}
Ejemplo n.º 5
0
void USART2_IRQHandler(void)
{
	UartIRQ(&g_tUart2);
}
Ejemplo n.º 6
0
void USART1_IRQHandler(void)
{
	UartIRQ(&g_tUart1);
}
Ejemplo n.º 7
0
void __attribute__((used)) USART3_IRQHandler(void)
{
	UartIRQ(&g_tUart3);
}