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

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

?? at91rm9200_udp.h

?? arch-at91rm9200
?? H
字號(hào):
/* linux/include/asm-arm/arch-at91rm9200/at91rm9200_udp.h
 * 
 * Hardware definition for the udp peripheral in the ATMEL at91rm9200 processor
 * 
 * Generated  01/09/2006 (16:49:36) AT91 SW Application Group from UDP_1765B V1.3
 * 
 * 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 __AT91RM9200_UDP_H
#define __AT91RM9200_UDP_H

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

/* -------------------------------------------------------- */
/* UDP Base Address definitions for  AT91RM9200   */
/* -------------------------------------------------------- */
#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 */

/* -------------------------------------------------------- */
/* 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_RMWUPE      (0x1 << 2 ) /**< (UDP) Remote Wake Up Enable */
#define AT91C_UDP_RSMINPR     (0x1 << 3 ) /**< (UDP) A Resume Has Been Sent to the Host */
/* --- 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_EPINT6      (0x1 << 6 ) /**< (UDP) Endpoint 6 Interrupt */
#define AT91C_UDP_EPINT7      (0x1 << 7 ) /**< (UDP) Endpoint 7 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_EPINT6      (0x1 << 6 ) /**< (UDP) Endpoint 6 Interrupt */
#define AT91C_UDP_EPINT7      (0x1 << 7 ) /**< (UDP) Endpoint 7 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_EPINT6      (0x1 << 6 ) /**< (UDP) Endpoint 6 Interrupt */
#define AT91C_UDP_EPINT7      (0x1 << 7 ) /**< (UDP) Endpoint 7 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_EPINT6      (0x1 << 6 ) /**< (UDP) Endpoint 6 Interrupt */
#define AT91C_UDP_EPINT7      (0x1 << 7 ) /**< (UDP) Endpoint 7 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_EPINT6      (0x1 << 6 ) /**< (UDP) Endpoint 6 Interrupt */
#define AT91C_UDP_EPINT7      (0x1 << 7 ) /**< (UDP) Endpoint 7 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 */
#define AT91C_UDP_EP6         (0x1 << 6 ) /**< (UDP) Reset Endpoint 6 */
#define AT91C_UDP_EP7         (0x1 << 7 ) /**< (UDP) Reset Endpoint 7 */
/* --- 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 */

#endif /* __AT91RM9200_UDP_H */

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
美腿丝袜亚洲一区| 91免费精品国自产拍在线不卡 | 性做久久久久久| 成人免费在线观看入口| 国产喂奶挤奶一区二区三区 | 午夜精品123| 亚洲欧洲综合另类| 亚洲欧洲日韩综合一区二区| 欧美激情在线一区二区| 久久精品视频在线看| 欧美精品一区二区在线播放| 日韩精品影音先锋| 欧美一区二区三区在线电影| 日韩一区二区免费视频| 日韩精品在线一区二区| 欧美电视剧在线看免费| 精品久久久网站| 久久久不卡网国产精品一区| 久久久99免费| 久久精品综合网| 国产精品毛片大码女人| 亚洲欧美另类图片小说| 亚洲精品综合在线| 亚洲一卡二卡三卡四卡| 日韩av电影一区| 国产一区二区免费看| 成人一区二区三区中文字幕| av不卡在线观看| 欧美在线视频你懂得| 欧美蜜桃一区二区三区| 日韩免费高清av| 亚洲国产精品国自产拍av| 亚洲天堂网中文字| 日韩影院精彩在线| 激情综合网激情| av一二三不卡影片| 欧美性受极品xxxx喷水| 欧美成人免费网站| 国产精品午夜电影| 一区二区三区欧美亚洲| 午夜精品福利在线| 狠狠色丁香久久婷婷综合丁香| 成熟亚洲日本毛茸茸凸凹| 欧美亚洲一区二区在线| 精品国产乱码久久久久久闺蜜| 国产片一区二区三区| 亚洲欧美激情小说另类| 奇米精品一区二区三区在线观看一 | www.成人在线| 欧美久久久久久蜜桃| 国产视频不卡一区| 一区二区三区国产| 韩国精品在线观看| 91免费国产在线观看| 欧美一区二区视频在线观看2022| 久久久噜噜噜久久人人看| 一区二区三区四区高清精品免费观看| 亚洲第一av色| 国产91精品在线观看| 欧美怡红院视频| 久久综合国产精品| 亚洲国产一区视频| 成人午夜av电影| 91精品国产综合久久精品app| 国产欧美综合色| 五月激情综合婷婷| 成人的网站免费观看| 日韩欧美中文一区二区| 亚洲人123区| 国产丶欧美丶日本不卡视频| 欧美视频一区在线| 中文字幕一区三区| 精品一二三四在线| 欧美在线999| 国产精品理伦片| 久久97超碰国产精品超碰| 欧亚洲嫩模精品一区三区| 久久久99精品久久| 老司机午夜精品99久久| 欧美日韩免费观看一区三区| 国产精品久久久久久福利一牛影视| 蜜桃精品视频在线| 欧美午夜影院一区| 亚洲私人黄色宅男| 国产91高潮流白浆在线麻豆| 日韩欧美一二三区| 婷婷开心激情综合| 色悠悠亚洲一区二区| 国产精品午夜在线观看| 国产在线视频不卡二| 91精品国产91久久久久久一区二区| 亚洲女女做受ⅹxx高潮| 成人激情开心网| 久久精品夜夜夜夜久久| 另类调教123区| 91精品一区二区三区久久久久久 | 亚洲欧美日韩国产一区二区三区| 狠狠久久亚洲欧美| 欧美一区二区视频观看视频| 亚洲成av人在线观看| 色久综合一二码| 亚洲欧美电影一区二区| 成人v精品蜜桃久久一区| 欧美国产亚洲另类动漫| 精品精品国产高清a毛片牛牛 | 国产精品理伦片| 国产精品18久久久久久久网站| 日韩一区二区在线看片| 日本亚洲视频在线| 欧美一区二区女人| 免费观看日韩av| 日韩午夜在线观看| 美腿丝袜在线亚洲一区| 日韩一区二区在线观看视频| 日韩av二区在线播放| 91精品国产91综合久久蜜臀| 免费在线一区观看| 欧美一区二区三区在线观看视频| 日韩精彩视频在线观看| 欧美一级夜夜爽| 黄色资源网久久资源365| 久久久久88色偷偷免费| 国产麻豆视频一区| 日本一区二区免费在线观看视频 | av成人老司机| 亚洲精品免费一二三区| 欧美伊人久久大香线蕉综合69| 一区二区三区四区在线播放 | 国产精品77777| 中文无字幕一区二区三区| 99精品视频在线观看免费| 亚洲手机成人高清视频| 欧洲一区在线电影| 午夜精品久久久久久久99樱桃| 91麻豆精品国产91久久久久| 韩国女主播成人在线| 国产亚洲精品资源在线26u| 粗大黑人巨茎大战欧美成人| 亚洲激情男女视频| 制服丝袜亚洲色图| 国产伦精品一区二区三区免费 | 天天综合网 天天综合色| 欧美一卡二卡三卡| 国产69精品久久99不卡| 亚洲毛片av在线| 欧美一区二区三区日韩视频| 国产精品亚洲一区二区三区妖精| 亚洲欧美一区二区在线观看| 欧美日韩一级二级三级| 韩国欧美国产一区| 一区二区三区.www| 日韩精品一区二区三区视频| 成人一二三区视频| 丝袜亚洲另类欧美| 国产精品你懂的| 欧美日韩一区二区在线观看视频 | 亚洲欧美偷拍另类a∨色屁股| 亚洲高清免费一级二级三级| 51午夜精品国产| 成人18视频在线播放| 天天av天天翘天天综合网| 久久精品夜色噜噜亚洲aⅴ| 欧美视频在线观看一区二区| 黄色小说综合网站| 亚洲一区在线观看免费| 欧美精品一区二区三区一线天视频 | 国产永久精品大片wwwapp| 一区二区三区四区乱视频| 精品国产凹凸成av人导航| 日本二三区不卡| 国产一区二区在线观看视频| 亚洲精品国产精华液| 日韩欧美国产系列| 91国偷自产一区二区开放时间| 国内精品在线播放| 性久久久久久久久久久久| 国产精品狼人久久影院观看方式| 日韩一区二区三区免费观看| 色婷婷国产精品| 国产精品99久久久| 蜜臀av一区二区在线免费观看| 亚洲欧美另类图片小说| 国产日韩欧美精品综合| 欧美大尺度电影在线| 在线观看亚洲精品| 成人黄动漫网站免费app| 国内精品久久久久影院色| 亚洲国产wwwccc36天堂| 国产精品每日更新在线播放网址| 精品少妇一区二区三区免费观看 | 亚洲视频一区在线观看| 久久久午夜电影| 日韩你懂的在线播放| 欧美日本乱大交xxxxx| 91网页版在线| thepron国产精品| 国产不卡一区视频| 国产在线播放一区| 激情综合网最新| 久久成人免费日本黄色|