Esempio n. 1
0
/*                                                                             
 *  SIOの割込みサービスルーチン                                                
 */
void
uart_isr()
{
    if (siopcb_table[0].openflag) {
        uart_isr_siop(&(siopcb_table[0]));
    }
}
Esempio n. 2
0
void
uart_isr1()
{
    uart_isr_siop(&(siopcb_table[1]));
}
Esempio n. 3
0
void
uart_isr0()
{
    uart_isr_siop(&(siopcb_table[0]));
}