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

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

?? at91sam7x256_udp.h

?? at91sam7x256的GPIO已經(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一区二区三区免费野_久草精品视频
日韩欧美国产一二三区| 久久久精品蜜桃| 国产精品美女www爽爽爽| 蜜臀av性久久久久蜜臀aⅴ| 欧美体内she精高潮| 亚洲视频每日更新| 99久久99久久精品国产片果冻 | 亚洲一区二区欧美| 日本少妇一区二区| 一本色道久久综合狠狠躁的推荐 | 久久亚洲精精品中文字幕早川悠里 | 国产精品网曝门| 国产不卡在线一区| 欧美国产一区二区在线观看| 国产一区二区三区四区五区入口| 日韩精品一区二区三区蜜臀| 日本中文在线一区| 欧美tickling网站挠脚心| 玉米视频成人免费看| 精品视频一区二区三区免费| 婷婷中文字幕一区三区| 日韩一区二区三区电影在线观看| 久久激五月天综合精品| 精品噜噜噜噜久久久久久久久试看| 国内欧美视频一区二区| 欧美激情艳妇裸体舞| 成人手机电影网| 亚洲精品国久久99热| 欧美日韩在线播放一区| 肉色丝袜一区二区| 精品剧情v国产在线观看在线| 国产精品一区二区三区四区 | 夫妻av一区二区| 久久久久久久久久久久久久久99| 丁香婷婷综合色啪| 亚洲一区二区视频在线| 欧美一区二区三区影视| 蜜臀av性久久久久蜜臀aⅴ流畅| 精品盗摄一区二区三区| 91丨porny丨最新| 日韩在线一区二区| 国产欧美视频一区二区| 欧美中文字幕久久| 精品夜夜嗨av一区二区三区| 中文字幕一区二区在线观看 | 在线观看一区日韩| 麻豆精品在线看| 国产精品伦理在线| 欧美一区二区三区在| 国产成人亚洲综合a∨婷婷| 亚洲va国产天堂va久久en| 日韩一区二区三区免费看 | 国产精品自在在线| 夜夜嗨av一区二区三区中文字幕| 欧美zozo另类异族| 91麻豆国产福利在线观看| 五月天视频一区| 国产蜜臀97一区二区三区| 欧美电影在哪看比较好| 国产激情精品久久久第一区二区 | 亚洲va欧美va天堂v国产综合| 久久久午夜电影| 欧美性高清videossexo| 成人午夜精品一区二区三区| 视频一区二区中文字幕| 一区二区三区高清不卡| 久久精品一区四区| 91精品国产欧美一区二区| 9久草视频在线视频精品| 久热成人在线视频| 夜夜亚洲天天久久| 国产精品传媒视频| 久久夜色精品国产噜噜av | 蜜臀av性久久久久蜜臀av麻豆| 国产亚洲污的网站| 久久久久国色av免费看影院| 91传媒视频在线播放| 国产激情精品久久久第一区二区| 偷拍一区二区三区| 亚洲精品免费播放| 综合网在线视频| 国产精品久久久久永久免费观看| 精品区一区二区| 国产成人av一区二区三区在线| 日本va欧美va精品| 午夜精品福利视频网站| 亚洲va中文字幕| 五月天久久比比资源色| 亚洲成av人片在线观看| 亚洲自拍偷拍麻豆| 亚洲欧洲精品成人久久奇米网| 久久综合一区二区| 日韩一区二区在线观看视频播放| 欧美色图免费看| 欧美日韩在线三级| 欧美日韩国产综合草草| 欧美精品第1页| 欧美撒尿777hd撒尿| 精品污污网站免费看| 欧美日韩精品高清| 91香蕉视频污在线| 99热在这里有精品免费| 国产精品88av| 国产福利一区二区三区在线视频| 国产黄色精品网站| 高清国产一区二区| av激情综合网| 欧美性猛交xxxx乱大交退制版| 欧美写真视频网站| 欧美日本一区二区三区四区| 5566中文字幕一区二区电影| 欧美一区永久视频免费观看| 欧美色欧美亚洲另类二区| 91黄色小视频| 91 com成人网| 久久久一区二区三区捆绑**| 国产亚洲成aⅴ人片在线观看| 中文字幕电影一区| 亚洲精品成人在线| 五月激情六月综合| 国产精品一级片| 91亚洲精品乱码久久久久久蜜桃| 51午夜精品国产| 丁香啪啪综合成人亚洲小说| 成人开心网精品视频| 93久久精品日日躁夜夜躁欧美| 色偷偷88欧美精品久久久| 欧美性猛交xxxx乱大交退制版 | 26uuu国产电影一区二区| 欧美tk—视频vk| 亚洲视频精选在线| 日韩精品成人一区二区三区 | 成人a级免费电影| 91国偷自产一区二区三区观看| 欧美一区二区三区四区五区| 国产亚洲精品中文字幕| 一区二区三区中文字幕在线观看| 日韩高清不卡一区二区三区| 国产超碰在线一区| 欧美一区二区三区播放老司机| 日本一区二区电影| 婷婷久久综合九色综合绿巨人 | 91网址在线看| 欧美性感一类影片在线播放| 欧美变态凌虐bdsm| 亚洲一区二区在线免费观看视频| 日韩av在线免费观看不卡| 懂色av一区二区三区蜜臀| 在线播放国产精品二区一二区四区| 国产亚洲视频系列| 日韩中文字幕区一区有砖一区 | 精品视频资源站| 国产农村妇女毛片精品久久麻豆| 亚洲午夜精品网| 成人av在线资源| 精品国产乱码久久久久久牛牛 | 久久久99久久精品欧美| 蜜桃精品在线观看| 日韩毛片在线免费观看| 成人在线综合网站| 国产喷白浆一区二区三区| 国产一区二区三区综合| 26uuu国产日韩综合| 狠狠久久亚洲欧美| 久久视频一区二区| 国产毛片精品国产一区二区三区| 久久青草欧美一区二区三区| 久久99久久久久| 欧美精品一区二区三区很污很色的| 韩日欧美一区二区三区| 18涩涩午夜精品.www| 国产99久久久精品| 在线观看亚洲精品| 亚洲色图一区二区三区| 91首页免费视频| ...xxx性欧美| 在线免费观看视频一区| 亚洲午夜免费视频| 欧美一二三四区在线| 欧美一区二区三区免费观看视频| 亚洲精品高清视频在线观看| 欧美在线观看禁18| 国产亚洲精品超碰| 欧美日韩高清影院| 风间由美一区二区av101| 亚洲大片在线观看| 国产欧美日韩中文久久| 欧美精品自拍偷拍| 成a人片亚洲日本久久| 蜜臀a∨国产成人精品| 亚洲日本在线视频观看| 欧美精品一区男女天堂| 欧美中文字幕一二三区视频| 国产成人免费视频| 日本色综合中文字幕| 亚洲欧美另类综合偷拍| 久久婷婷国产综合国色天香| 欧美日本一道本| 91色.com| 成人一级片在线观看|