?? drivers.c
字號:
/***************************************************************************\
Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
by threewter 2004.4.26
\***************************************************************************/
/***************************************************************************\
#說明: 驅動程序定義
---------------------------------- Bug --------------------------------------
---------------------------------- TODO list --------------------------------------
----------------------------------修正--------------------------------------
2004-4-26 添加串口驅動程序s3c2410_serialx_driver
\***************************************************************************/
#include "../inc/macro.h"
#include "../inc/drivers.h"
//#include "../inc/sys/sysdrv.h"
#include "../inc/uart.h"
/***************************************************************************\
for serial drivers
\***************************************************************************/
extern serial_driver_t s3c2410_serial0_driver, s3c2410_serial1_driver,
s3c2410_serial2_driver;
serial_driver_t* serial_drv[]={&s3c2410_serial0_driver, &s3c2410_serial1_driver,
&s3c2410_serial2_driver};
int NumberOfUartDrv=NumberOfArray(serial_drv);
struct_Uart_Buffer Uart_Buffer[NumberOfArray(serial_drv)];
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -