Ejemplo n.º 1
0
void usart1_isr()
{
    uart_handle_interrupt(UART_1);
}
Ejemplo n.º 2
0
void uart5_isr()
{
    uart_handle_interrupt(UART_5);
}
Ejemplo n.º 3
0
void usart3_isr()
{
    uart_handle_interrupt(UART_3);
}
Ejemplo n.º 4
0
void uart4_isr()
{
    uart_handle_interrupt(UART_4);
}
Ejemplo n.º 5
0
void usart2_isr()
{
    uart_handle_interrupt(UART_2);
}