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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? at91sam7x256_udp.h

?? at91sam7x256的PMC已經(jīng)編譯好
?? 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 */

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久99久久久欧美国产| 成人av在线资源| 美女视频黄免费的久久| 丝袜脚交一区二区| 日欧美一区二区| 亚洲视频在线一区二区| 中文字幕va一区二区三区| 7777精品伊人久久久大香线蕉经典版下载| 欧美人与z0zoxxxx视频| 欧美一级片免费看| 最新中文字幕一区二区三区| 亚洲激情成人在线| 国产日韩欧美不卡在线| 久久伊人蜜桃av一区二区| 日韩欧美中文一区| 在线视频综合导航| 九九视频精品免费| 欧美一区二区三区在线观看视频 | 97se亚洲国产综合在线| 99久久99久久免费精品蜜臀| 在线精品亚洲一区二区不卡| 欧美一区中文字幕| 欧美激情在线看| 亚洲v日本v欧美v久久精品| 久久精品国产成人一区二区三区| 国产盗摄精品一区二区三区在线| 91在线视频官网| 2020日本不卡一区二区视频| 最新国产成人在线观看| 国产精品一区久久久久| 欧美日韩亚洲丝袜制服| 国产精品免费观看视频| 国产美女主播视频一区| 91精品国产色综合久久ai换脸 | 国产激情视频一区二区三区欧美 | 欧美激情在线看| 成人免费毛片a| 91官网在线观看| 美女视频第一区二区三区免费观看网站 | 日本一区二区三区在线不卡| 日本精品一级二级| 国产v日产∨综合v精品视频| 婷婷成人激情在线网| 中文成人av在线| 宅男噜噜噜66一区二区66| 北条麻妃一区二区三区| 久久精品国产色蜜蜜麻豆| 一区二区三区不卡视频| 中文字幕亚洲综合久久菠萝蜜| 欧美一区二区三区成人| 欧美日韩在线播| 91丨porny丨最新| 国产成人精品午夜视频免费| 久久精品国产亚洲一区二区三区 | 日本一道高清亚洲日美韩| 亚洲欧美日韩一区二区| 国产精品网站一区| 久久免费国产精品| 26uuu另类欧美亚洲曰本| 91精品国产色综合久久ai换脸 | 亚洲国产精品久久艾草纯爱| 国产精品嫩草影院av蜜臀| 精品福利一二区| 日韩欧美亚洲国产精品字幕久久久| 91福利在线免费观看| 91猫先生在线| 色噜噜久久综合| 色婷婷综合激情| 色综合久久综合网| 在线视频你懂得一区| 91福利资源站| 欧美日韩中文字幕一区二区| 欧美色图天堂网| 欧美天堂一区二区三区| 欧美日韩日日摸| 欧美狂野另类xxxxoooo| 777a∨成人精品桃花网| 欧美电视剧免费全集观看| 欧美成人国产一区二区| 精品国产乱码久久久久久久| 26uuu精品一区二区在线观看| 欧美成人精品1314www| 久久天天做天天爱综合色| 久久亚洲一级片| 国产精品麻豆网站| 亚洲精品日韩专区silk| 亚洲在线一区二区三区| 天天综合日日夜夜精品| 久久精品噜噜噜成人av农村| 国产一区二区三区不卡在线观看| 国产高清不卡一区二区| av一本久道久久综合久久鬼色| 99视频超级精品| 欧美日韩免费观看一区三区| 精品欧美乱码久久久久久| 久久久国产精品不卡| 综合久久国产九一剧情麻豆| 亚洲成人高清在线| 国内久久精品视频| 91在线观看免费视频| 欧美日韩国产首页| 久久久综合视频| 亚洲欧美一区二区不卡| 香蕉乱码成人久久天堂爱免费| 久久爱另类一区二区小说| 成av人片一区二区| 欧美日韩一区二区三区四区五区 | 日韩一区精品视频| 精品一区二区免费看| www.性欧美| 欧美一级日韩不卡播放免费| 国产欧美精品日韩区二区麻豆天美| 亚洲色图清纯唯美| 麻豆91免费看| 日本精品免费观看高清观看| 精品国产麻豆免费人成网站| 亚洲人午夜精品天堂一二香蕉| 日韩精品三区四区| jlzzjlzz亚洲日本少妇| 欧美二区在线观看| 国产精品国产三级国产aⅴ原创| 三级久久三级久久久| fc2成人免费人成在线观看播放 | 国产成人av福利| 欧美色综合久久| 国产精品欧美久久久久无广告 | 亚洲成人av一区二区三区| 国产制服丝袜一区| 欧美丝袜丝nylons| 国产精品美女www爽爽爽| 热久久国产精品| 91久久人澡人人添人人爽欧美| 久久久综合网站| 日韩av在线播放中文字幕| 色视频成人在线观看免| 国产欧美一二三区| 美女mm1313爽爽久久久蜜臀| 色综合久久88色综合天天免费| 久久久久久久久久久久电影| 日韩精品福利网| 欧美亚洲另类激情小说| 中文字幕在线一区免费| 激情国产一区二区| 日韩午夜激情电影| 亚洲成人免费视频| 欧美在线一二三四区| 亚洲免费色视频| 成人午夜av影视| 国产日韩欧美激情| 国产乱子伦视频一区二区三区 | 欧美久久高跟鞋激| 一区二区久久久久| 91小视频免费观看| 国产亚洲欧美一区在线观看| 免费成人美女在线观看.| 欧美日韩高清一区二区不卡 | 午夜激情久久久| 欧美日韩一卡二卡三卡| 亚洲图片欧美一区| 欧美少妇一区二区| 亚洲国产一区二区a毛片| 91国在线观看| 亚洲国产日韩一级| 欧美人妖巨大在线| 日韩高清一区在线| 91精品国产一区二区| 青青草伊人久久| 日韩免费观看2025年上映的电影| 美国精品在线观看| 欧美刺激脚交jootjob| 激情综合五月天| 久久久久久电影| 国产寡妇亲子伦一区二区| 国产欧美精品一区二区色综合| 成人妖精视频yjsp地址| 国产精品久久久久久久久搜平片| 成人app在线| 亚洲午夜视频在线观看| 欧美日韩午夜精品| 精品在线观看免费| 国产亚洲欧美日韩俺去了| 北条麻妃国产九九精品视频| 亚洲欧美激情小说另类| 欧美日韩国产高清一区二区三区| 视频一区免费在线观看| 欧美精品一区二区高清在线观看| 国产高清久久久久| 一区二区三区精密机械公司| 制服丝袜亚洲网站| 国产v日产∨综合v精品视频| 一区二区三区在线视频免费| 欧美一区三区四区| 国产精品一级二级三级| 亚洲三级在线看| 日韩午夜精品视频| 成人动漫在线一区| 三级亚洲高清视频| 国产精品麻豆99久久久久久| 欧美日韩国产综合一区二区 | 在线视频综合导航|