⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ks8695sio.h

📁 kedin bsp for vxWorks
💻 H
字号:
/* ks8695Sio.h - KS8695P UART header file *//*modification history--------------------9/22/2003  Ritter Yeh  created */#ifndef __INCks8695pSioh #define __INCks8695pSioh #ifdef __cplusplusextern "C" {#endif#ifndef _ASMLANGUAGEtypedef struct KS8695P_CHAN    {    /* must be first */    SIO_CHAN	sio;		/* standard SIO_CHAN element */    /* callbacks */    STATUS	(*getTxChar) ();  /* installed Tx callback routine */    STATUS	(*putRcvChar) (); /* installed Rx callback routine */    void *	getTxArg;	/* argument to Tx callback routine */    void *	putRcvArg;	/* argument to Rx callback routine */    UINT32 *	regs;		/* AMBA registers */    UINT8 	levelRx;	/* Rx Interrupt level for this device */    UINT8 	levelTx;	/* Tx Interrupt level for this device */    UINT32	channelMode;	/* such as INT, POLL modes */    int		baudRate;	/* the current baud rate */    UINT32	xtal;		/* UART clock frequency */         } KS8695P_CHAN;/* function declarations */extern void ks8695pSioIntTx (KS8695P_CHAN *pChan);extern void ks8695pSioIntRx (KS8695P_CHAN *pChan);extern void ks8695pSioIntErr (KS8695P_CHAN *pChan);extern void ks8695pSioDevInit (KS8695P_CHAN *pChan);#endif	/* _ASMLANGUAGE */#ifdef __cplusplus}#endif #endif /* __INCks8695pSioh */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -