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