コード例 #1
0
ファイル: serial_lon9263.c プロジェクト: jionfull/lon_uboot
static int lon9263_getc(void)
{
	return pxa_getc_dev(lon9263_INDEX);
}
コード例 #2
0
static int stuart_getc(void)
{
	return pxa_getc_dev(STUART_INDEX);
}
コード例 #3
0
int serial_getc(void) {
	return(pxa_getc_dev(UART_INDEX));
}
コード例 #4
0
static int ffuart_getc(void)
{
	return pxa_getc_dev(FFUART_INDEX);
}