예제 #1
0
void usart1_isr()
{
    uart_handle_interrupt(UART_1);
}
예제 #2
0
void uart5_isr()
{
    uart_handle_interrupt(UART_5);
}
예제 #3
0
void usart3_isr()
{
    uart_handle_interrupt(UART_3);
}
예제 #4
0
void uart4_isr()
{
    uart_handle_interrupt(UART_4);
}
예제 #5
0
void usart2_isr()
{
    uart_handle_interrupt(UART_2);
}