usb.h

来自「自己正在开发的一个ARM9的操作系统。详细信息请访问www.another-pr」· C头文件 代码 · 共 43 行

H
43
字号
/* *	ApOS (Another Project software for s3c2410) *	 *	This program is free software; you can redistribute it and/or modify *	it under the terms of the GNU General Public License version 2 as *	published by the Free Software Foundation. *			 *						Copyright caiyuqing * */#ifndef _USB_H#define _USB_Hstruct usb_host_ctrl_object{	volatile unsigned int	*revision;	volatile unsigned int	*control;	volatile unsigned int	*comman_status;	volatile unsigned int	*interrupt_status;	volatile unsigned int	*interrupt_enable;	volatile unsigned int	*interrupt_disable;	volatile unsigned int	*hcca;	volatile unsigned int	*period_cuttent_ed;	volatile unsigned int	*control_head_ed;	volatile unsigned int	*control_current_ed;	volatile unsigned int	*bulk_dead_ed;	volatile unsigned int	*bulk_current_ed;	volatile unsigned int	*done_head;	volatile unsigned int	*rm_interval;	volatile unsigned int	*fm_remaining;	volatile unsigned int	*fm_number;	volatile unsigned int	*periodic_start;	volatile unsigned int	*LSThre_shold;	volatile unsigned int	*descriptor_a;	volatile unsigned int	*descriptor_b;	volatile unsigned int	*status;	volatile unsigned int	*portStatus_1;	volatile unsigned int	*portStatus_2;};#endif

⌨️ 快捷键说明

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