亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? at91sam7x256_udp.h

?? 關于usb的一段程序
?? H
字號:
/* linux/include/asm-arm/arch-at91sam7x256/at91sam7x256_udp.h
 * 
 * Hardware definition for the udp peripheral in the ATMEL at91sam7x256 processor
 * 
 * Generated  11/02/2005 (15:17:30) AT91 SW Application Group from UDP_SAM7X V1.1
 * 
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License as published by the
 * Free Software Foundation; either version 2 of the License, or (at your
 * option) any later version.
 * 
 * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR
 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE
 * DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR ANY DIRECT, INDIRECT,
 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
 * OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
 * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 * 
 * You should have received a copy of the  GNU General Public License along
 * with this program; if not, write  to the Free Software Foundation, Inc.,
 * 675 Mass Ave, Cambridge, MA 02139, USA.
 */


#ifndef __AT91SAM7X256_UDP_H
#define __AT91SAM7X256_UDP_H

/* -------------------------------------------------------- */
/* UDP ID definitions for  AT91SAM7X256           */
/* -------------------------------------------------------- */
#ifndef AT91C_ID_UDP
#define AT91C_ID_UDP   	11 /**< USB Device Port id */
#endif /* AT91C_ID_UDP */

/* -------------------------------------------------------- */
/* UDP Base Address definitions for  AT91SAM7X256   */
/* -------------------------------------------------------- */
#define AT91C_BASE_UDP       	0xFFFB0000 /**< UDP base address */

/* -------------------------------------------------------- */
/* PIO definition for UDP hardware peripheral */
/* -------------------------------------------------------- */

/* -------------------------------------------------------- */
/* Register offset definition for UDP hardware peripheral */
/* -------------------------------------------------------- */
#define UDP_NUM 	(0x0000) 	/**< Frame Number Register */
#define UDP_GLBSTATE 	(0x0004) 	/**< Global State Register */
#define UDP_FADDR 	(0x0008) 	/**< Function Address Register */
#define UDP_IER 	(0x0010) 	/**< Interrupt Enable Register */
#define UDP_IDR 	(0x0014) 	/**< Interrupt Disable Register */
#define UDP_IMR 	(0x0018) 	/**< Interrupt Mask Register */
#define UDP_ISR 	(0x001C) 	/**< Interrupt Status Register */
#define UDP_ICR 	(0x0020) 	/**< Interrupt Clear Register */
#define UDP_RSTEP 	(0x0028) 	/**< Reset Endpoint Register */
#define UDP_CSR 	(0x0030) 	/**< Endpoint Control and Status Register */
#define UDP_FDR 	(0x0050) 	/**< Endpoint FIFO Data Register */
#define UDP_TXVC 	(0x0074) 	/**< Transceiver Control Register */

/* -------------------------------------------------------- */
/* Bitfields definition for UDP hardware peripheral */
/* -------------------------------------------------------- */
/* --- Register UDP_FRM_NUM */
#define AT91C_UDP_FRM_NUM     (0x7FF << 0 ) /**< (UDP) Frame Number as Defined in the Packet Field Formats */
#define AT91C_UDP_FRM_ERR     (0x1 << 16) /**< (UDP) Frame Error */
#define AT91C_UDP_FRM_OK      (0x1 << 17) /**< (UDP) Frame OK */
/* --- Register UDP_GLB_STATE */
#define AT91C_UDP_FADDEN      (0x1 << 0 ) /**< (UDP) Function Address Enable */
#define AT91C_UDP_CONFG       (0x1 << 1 ) /**< (UDP) Configured */
#define AT91C_UDP_ESR         (0x1 << 2 ) /**< (UDP) Enable Send Resume */
#define AT91C_UDP_RSMINPR     (0x1 << 3 ) /**< (UDP) A Resume Has Been Sent to the Host */
#define AT91C_UDP_RMWUPE      (0x1 << 4 ) /**< (UDP) Remote Wake Up Enable */
/* --- Register UDP_FADDR */
#define AT91C_UDP_FADD        (0xFF << 0 ) /**< (UDP) Function Address Value */
#define AT91C_UDP_FEN         (0x1 << 8 ) /**< (UDP) Function Enable */
/* --- Register UDP_IER */
#define AT91C_UDP_EPINT0      (0x1 << 0 ) /**< (UDP) Endpoint 0 Interrupt */
#define AT91C_UDP_EPINT1      (0x1 << 1 ) /**< (UDP) Endpoint 0 Interrupt */
#define AT91C_UDP_EPINT2      (0x1 << 2 ) /**< (UDP) Endpoint 2 Interrupt */
#define AT91C_UDP_EPINT3      (0x1 << 3 ) /**< (UDP) Endpoint 3 Interrupt */
#define AT91C_UDP_EPINT4      (0x1 << 4 ) /**< (UDP) Endpoint 4 Interrupt */
#define AT91C_UDP_EPINT5      (0x1 << 5 ) /**< (UDP) Endpoint 5 Interrupt */
#define AT91C_UDP_RXSUSP      (0x1 << 8 ) /**< (UDP) USB Suspend Interrupt */
#define AT91C_UDP_RXRSM       (0x1 << 9 ) /**< (UDP) USB Resume Interrupt */
#define AT91C_UDP_EXTRSM      (0x1 << 10) /**< (UDP) USB External Resume Interrupt */
#define AT91C_UDP_SOFINT      (0x1 << 11) /**< (UDP) USB Start Of frame Interrupt */
#define AT91C_UDP_WAKEUP      (0x1 << 13) /**< (UDP) USB Resume Interrupt */
/* --- Register UDP_IDR */
#define AT91C_UDP_EPINT0      (0x1 << 0 ) /**< (UDP) Endpoint 0 Interrupt */
#define AT91C_UDP_EPINT1      (0x1 << 1 ) /**< (UDP) Endpoint 0 Interrupt */
#define AT91C_UDP_EPINT2      (0x1 << 2 ) /**< (UDP) Endpoint 2 Interrupt */
#define AT91C_UDP_EPINT3      (0x1 << 3 ) /**< (UDP) Endpoint 3 Interrupt */
#define AT91C_UDP_EPINT4      (0x1 << 4 ) /**< (UDP) Endpoint 4 Interrupt */
#define AT91C_UDP_EPINT5      (0x1 << 5 ) /**< (UDP) Endpoint 5 Interrupt */
#define AT91C_UDP_RXSUSP      (0x1 << 8 ) /**< (UDP) USB Suspend Interrupt */
#define AT91C_UDP_RXRSM       (0x1 << 9 ) /**< (UDP) USB Resume Interrupt */
#define AT91C_UDP_EXTRSM      (0x1 << 10) /**< (UDP) USB External Resume Interrupt */
#define AT91C_UDP_SOFINT      (0x1 << 11) /**< (UDP) USB Start Of frame Interrupt */
#define AT91C_UDP_WAKEUP      (0x1 << 13) /**< (UDP) USB Resume Interrupt */
/* --- Register UDP_IMR */
#define AT91C_UDP_EPINT0      (0x1 << 0 ) /**< (UDP) Endpoint 0 Interrupt */
#define AT91C_UDP_EPINT1      (0x1 << 1 ) /**< (UDP) Endpoint 0 Interrupt */
#define AT91C_UDP_EPINT2      (0x1 << 2 ) /**< (UDP) Endpoint 2 Interrupt */
#define AT91C_UDP_EPINT3      (0x1 << 3 ) /**< (UDP) Endpoint 3 Interrupt */
#define AT91C_UDP_EPINT4      (0x1 << 4 ) /**< (UDP) Endpoint 4 Interrupt */
#define AT91C_UDP_EPINT5      (0x1 << 5 ) /**< (UDP) Endpoint 5 Interrupt */
#define AT91C_UDP_RXSUSP      (0x1 << 8 ) /**< (UDP) USB Suspend Interrupt */
#define AT91C_UDP_RXRSM       (0x1 << 9 ) /**< (UDP) USB Resume Interrupt */
#define AT91C_UDP_EXTRSM      (0x1 << 10) /**< (UDP) USB External Resume Interrupt */
#define AT91C_UDP_SOFINT      (0x1 << 11) /**< (UDP) USB Start Of frame Interrupt */
#define AT91C_UDP_WAKEUP      (0x1 << 13) /**< (UDP) USB Resume Interrupt */
/* --- Register UDP_ISR */
#define AT91C_UDP_EPINT0      (0x1 << 0 ) /**< (UDP) Endpoint 0 Interrupt */
#define AT91C_UDP_EPINT1      (0x1 << 1 ) /**< (UDP) Endpoint 0 Interrupt */
#define AT91C_UDP_EPINT2      (0x1 << 2 ) /**< (UDP) Endpoint 2 Interrupt */
#define AT91C_UDP_EPINT3      (0x1 << 3 ) /**< (UDP) Endpoint 3 Interrupt */
#define AT91C_UDP_EPINT4      (0x1 << 4 ) /**< (UDP) Endpoint 4 Interrupt */
#define AT91C_UDP_EPINT5      (0x1 << 5 ) /**< (UDP) Endpoint 5 Interrupt */
#define AT91C_UDP_RXSUSP      (0x1 << 8 ) /**< (UDP) USB Suspend Interrupt */
#define AT91C_UDP_RXRSM       (0x1 << 9 ) /**< (UDP) USB Resume Interrupt */
#define AT91C_UDP_EXTRSM      (0x1 << 10) /**< (UDP) USB External Resume Interrupt */
#define AT91C_UDP_SOFINT      (0x1 << 11) /**< (UDP) USB Start Of frame Interrupt */
#define AT91C_UDP_ENDBUSRES   (0x1 << 12) /**< (UDP) USB End Of Bus Reset Interrupt */
#define AT91C_UDP_WAKEUP      (0x1 << 13) /**< (UDP) USB Resume Interrupt */
/* --- Register UDP_ICR */
#define AT91C_UDP_EPINT0      (0x1 << 0 ) /**< (UDP) Endpoint 0 Interrupt */
#define AT91C_UDP_EPINT1      (0x1 << 1 ) /**< (UDP) Endpoint 0 Interrupt */
#define AT91C_UDP_EPINT2      (0x1 << 2 ) /**< (UDP) Endpoint 2 Interrupt */
#define AT91C_UDP_EPINT3      (0x1 << 3 ) /**< (UDP) Endpoint 3 Interrupt */
#define AT91C_UDP_EPINT4      (0x1 << 4 ) /**< (UDP) Endpoint 4 Interrupt */
#define AT91C_UDP_EPINT5      (0x1 << 5 ) /**< (UDP) Endpoint 5 Interrupt */
#define AT91C_UDP_RXSUSP      (0x1 << 8 ) /**< (UDP) USB Suspend Interrupt */
#define AT91C_UDP_RXRSM       (0x1 << 9 ) /**< (UDP) USB Resume Interrupt */
#define AT91C_UDP_EXTRSM      (0x1 << 10) /**< (UDP) USB External Resume Interrupt */
#define AT91C_UDP_SOFINT      (0x1 << 11) /**< (UDP) USB Start Of frame Interrupt */
#define AT91C_UDP_WAKEUP      (0x1 << 13) /**< (UDP) USB Resume Interrupt */
/* --- Register UDP_RST_EP */
#define AT91C_UDP_EP0         (0x1 << 0 ) /**< (UDP) Reset Endpoint 0 */
#define AT91C_UDP_EP1         (0x1 << 1 ) /**< (UDP) Reset Endpoint 1 */
#define AT91C_UDP_EP2         (0x1 << 2 ) /**< (UDP) Reset Endpoint 2 */
#define AT91C_UDP_EP3         (0x1 << 3 ) /**< (UDP) Reset Endpoint 3 */
#define AT91C_UDP_EP4         (0x1 << 4 ) /**< (UDP) Reset Endpoint 4 */
#define AT91C_UDP_EP5         (0x1 << 5 ) /**< (UDP) Reset Endpoint 5 */
/* --- Register UDP_CSR */
#define AT91C_UDP_TXCOMP      (0x1 << 0 ) /**< (UDP) Generates an IN packet with data previously written in the DPR */
#define AT91C_UDP_RX_DATA_BK0 (0x1 << 1 ) /**< (UDP) Receive Data Bank 0 */
#define AT91C_UDP_RXSETUP     (0x1 << 2 ) /**< (UDP) Sends STALL to the Host (Control endpoints) */
#define AT91C_UDP_ISOERROR    (0x1 << 3 ) /**< (UDP) Isochronous error (Isochronous endpoints) */
#define AT91C_UDP_TXPKTRDY    (0x1 << 4 ) /**< (UDP) Transmit Packet Ready */
#define AT91C_UDP_FORCESTALL  (0x1 << 5 ) /**< (UDP) Force Stall (used by Control, Bulk and Isochronous endpoints). */
#define AT91C_UDP_RX_DATA_BK1 (0x1 << 6 ) /**< (UDP) Receive Data Bank 1 (only used by endpoints with ping-pong attributes). */
#define AT91C_UDP_DIR         (0x1 << 7 ) /**< (UDP) Transfer Direction */
#define AT91C_UDP_EPTYPE      (0x7 << 8 ) /**< (UDP) Endpoint type */
#define 	AT91C_UDP_EPTYPE_CTRL                 (0x0 <<  8) /**< (UDP) Control */
#define 	AT91C_UDP_EPTYPE_ISO_OUT              (0x1 <<  8) /**< (UDP) Isochronous OUT */
#define 	AT91C_UDP_EPTYPE_BULK_OUT             (0x2 <<  8) /**< (UDP) Bulk OUT */
#define 	AT91C_UDP_EPTYPE_INT_OUT              (0x3 <<  8) /**< (UDP) Interrupt OUT */
#define 	AT91C_UDP_EPTYPE_ISO_IN               (0x5 <<  8) /**< (UDP) Isochronous IN */
#define 	AT91C_UDP_EPTYPE_BULK_IN              (0x6 <<  8) /**< (UDP) Bulk IN */
#define 	AT91C_UDP_EPTYPE_INT_IN               (0x7 <<  8) /**< (UDP) Interrupt IN */
#define AT91C_UDP_DTGLE       (0x1 << 11) /**< (UDP) Data Toggle */
#define AT91C_UDP_EPEDS       (0x1 << 15) /**< (UDP) Endpoint Enable Disable */
#define AT91C_UDP_RXBYTECNT   (0x7FF << 16) /**< (UDP) Number Of Bytes Available in the FIFO */
/* --- Register UDP_TXVC */
#define AT91C_UDP_TXVDIS      (0x1 << 8 ) /**< (UDP)  */
#define AT91C_UDP_PUON        (0x1 << 9 ) /**< (UDP) Pull-up ON */

#endif /* __AT91SAM7X256_UDP_H */

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产欧美日韩在线| 麻豆中文一区二区| 久久精品日韩一区二区三区| 911国产精品| 91麻豆精品国产91久久久 | 成人免费va视频| 国产成人精品网址| 成人av网站在线| 91在线观看一区二区| 色哦色哦哦色天天综合| 91精品办公室少妇高潮对白| 欧美在线一区二区| 日韩精品中文字幕在线一区| ww久久中文字幕| 中文字幕国产一区| 18成人在线观看| 五月婷婷综合网| 日av在线不卡| 成人短视频下载| 在线精品视频一区二区三四| 91麻豆精品国产91久久久久久| 日韩久久免费av| 国产一区视频导航| 日韩一级在线观看| 黑人巨大精品欧美黑白配亚洲| 国产精品一品二品| 在线免费观看日韩欧美| 亚洲卡通动漫在线| 日韩极品在线观看| 国产**成人网毛片九色| 色综合久久综合| 精品少妇一区二区三区视频免付费 | 久久这里只有精品6| 国产精品每日更新在线播放网址| 亚洲美女精品一区| 激情av综合网| 欧美日精品一区视频| 久久精品一区二区三区不卡牛牛| 精品视频一区 二区 三区| 欧美v亚洲v综合ⅴ国产v| 在线观看日韩毛片| 久久精品一区八戒影视| 一二三区精品视频| 国产福利一区二区三区视频| 一本色道久久综合狠狠躁的推荐| 亚洲精品成人悠悠色影视| 日韩一区二区三区三四区视频在线观看 | 国产欧美精品在线观看| 亚洲一二三四在线| 丁香五精品蜜臀久久久久99网站 | 国内精品不卡在线| 99国产欧美另类久久久精品| 欧美成人一区二区三区| 亚洲国产精品人人做人人爽| aaa欧美大片| 国产欧美中文在线| 另类调教123区 | 26uuu久久天堂性欧美| 亚洲精品日产精品乱码不卡| 国产成人在线免费观看| 日韩你懂的电影在线观看| 亚洲成人av一区二区三区| 91蜜桃在线观看| 日韩毛片精品高清免费| 懂色av一区二区在线播放| 久久嫩草精品久久久精品| 天天操天天综合网| 欧美日韩成人在线| 亚洲国产成人av好男人在线观看| 色综合久久综合| 国产精品成人免费精品自在线观看| 精品系列免费在线观看| 精品免费视频.| 国模无码大尺度一区二区三区 | 国产在线一区二区| 欧美一区二区三区思思人| 日日摸夜夜添夜夜添亚洲女人| 欧亚洲嫩模精品一区三区| 玉足女爽爽91| 欧美性猛交xxxx乱大交退制版| 亚洲精品亚洲人成人网在线播放| 色综合久久中文字幕综合网| 亚洲一二三级电影| 在线不卡一区二区| 视频一区欧美日韩| 欧美成人aa大片| 国产麻豆成人精品| 亚洲日本韩国一区| 欧美无人高清视频在线观看| 视频在线观看一区| 久久久噜噜噜久久人人看 | 亚洲一线二线三线视频| 欧美伦理电影网| 国内欧美视频一区二区| 中文字幕欧美日韩一区| 色妞www精品视频| 日韩avvvv在线播放| 精品国产电影一区二区| 成人在线一区二区三区| 一区二区三区中文字幕| 6080国产精品一区二区| 国产ts人妖一区二区| 亚洲美女视频在线观看| 日韩欧美色综合网站| av亚洲精华国产精华| 婷婷综合久久一区二区三区| 久久综合九色综合欧美就去吻| 99精品视频在线免费观看| 秋霞成人午夜伦在线观看| 国产精品乱码人人做人人爱| 精品视频在线免费看| 国产一区在线观看视频| 亚洲午夜激情av| 欧美激情在线看| 日韩美女视频在线| 91视频一区二区三区| 蜜臀av性久久久久av蜜臀妖精 | 免费精品99久久国产综合精品| 久久精品人人做人人综合 | 亚洲区小说区图片区qvod| 777精品伊人久久久久大香线蕉| 国产电影一区二区三区| 日韩国产欧美在线播放| 亚洲日本一区二区三区| 久久久精品中文字幕麻豆发布| 欧美亚洲国产一区二区三区| 成人性生交大合| 久久国产精品免费| 午夜日韩在线观看| 亚洲精品v日韩精品| 欧美国产精品一区二区三区| 欧美一区二区三区爱爱| 欧美日韩你懂得| 国产激情一区二区三区桃花岛亚洲| 男男视频亚洲欧美| 欧美精品精品一区| 91老师国产黑色丝袜在线| 国产米奇在线777精品观看| 久久国产三级精品| 天天操天天干天天综合网| 中文字幕在线免费不卡| 国产欧美日韩在线视频| 精品捆绑美女sm三区| 91精品国产日韩91久久久久久| 在线视频一区二区免费| jlzzjlzz国产精品久久| 福利电影一区二区三区| 国产黄色成人av| 国产精品一级在线| 国产精品一区二区三区乱码| 黄色资源网久久资源365| 精品午夜久久福利影院| 国产美女一区二区三区| 久久99热99| 九一久久久久久| 国产精品一区二区果冻传媒| 国产一区二区主播在线| 国产在线视频一区二区三区| 国产自产高清不卡| 国产经典欧美精品| 成+人+亚洲+综合天堂| 成人av网站大全| 色8久久精品久久久久久蜜| 色网站国产精品| 欧美精品aⅴ在线视频| 91精品国产全国免费观看| 日韩欧美成人一区| 国产亚洲精久久久久久| 欧美国产精品一区二区三区| 日韩美女视频一区二区| 日韩一区欧美二区| 久久99久久99精品免视看婷婷 | aaa亚洲精品| 欧美三级在线看| 日韩女优毛片在线| 国产精品区一区二区三| 亚洲三级电影全部在线观看高清| 亚洲mv在线观看| 国产高清精品久久久久| 色婷婷国产精品综合在线观看| 欧美肥妇bbw| 国产精品天天摸av网| 亚洲成av人片在线| 成人精品亚洲人成在线| 欧美三级乱人伦电影| 国产肉丝袜一区二区| 亚洲第一会所有码转帖| 国产麻豆成人精品| 欧美另类z0zxhd电影| 国产欧美1区2区3区| 亚洲成在人线免费| 成人免费看视频| 欧美一级高清片| 亚洲精品ww久久久久久p站 | 91小视频在线观看| 91精品国产麻豆国产自产在线 | 欧美电影免费观看完整版| 国产精品久久久久久妇女6080| 天堂久久一区二区三区| av一二三不卡影片|