at91usbslave.h
来自「(1)基于部分u-boot代码自己调试的vxworks BSP (2)实现了n」· C头文件 代码 · 共 40 行
H
40 行
/* s3c2510Usb.h - AT91RM9200 USB header */
#ifndef __INCs3c2510Usbh
#define __INCs3c2510Usbh
typedef struct usb_tcd_at91_params
{
UINT32 ioBase; /* Base I/O address range */
UINT16 irq; /* IRQ channel (e.g., 5 = IRQ5) */
UINT16 dma; /* DMA channel (e.g., 3 = DMA3) */
} USB_TCD_AT91_PARAMS, *pUSB_TCD_AT91_PARAMS;
#ifdef __cplusplus
extern "C" {
#endif
/* Function Prototypes */
#if defined(__STDC__) || defined(__cplusplus)
IMPORT STATUS at91UsbSlaveInit(void);
#else /* defined(__STDC__) || defined(__cplusplus) */
IMPORT STATUS at91UsbSlaveInit();
#endif /* defined(__STDC__) || defined(__cplusplus) */
#ifdef __cplusplus
}
#endif
#endif /* __INCs3c2510Usbh */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?