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

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

?? at91sam9260_udp.h

?? ATMEL AT91SAM9260的中段控制程序!
?? H
字號:
/* linux/include/asm-arm/arch-at91sam9260/at91sam9260_udp.h
 * 
 * Hardware definition for the udp peripheral in the ATMEL at91sam9260 processor
 * 
 * Generated  01/16/2006 (17:06:46) AT91 SW Application Group from UDP_6083C V1.2
 * 
 * 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 __AT91SAM9260_UDP_H
#define __AT91SAM9260_UDP_H

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

/* -------------------------------------------------------- */
/* UDP Base Address definitions for  AT91SAM9260   */
/* -------------------------------------------------------- */
#define AT91C_BASE_UDP       	0xFFFA4000 /**< 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 /* __AT91SAM9260_UDP_H */

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩国产高清在线| 91国偷自产一区二区三区观看| 欧美系列亚洲系列| 最新成人av在线| 成人黄色在线网站| 国产精品美女久久久久aⅴ| 国产又黄又大久久| 国产女主播一区| 成人精品亚洲人成在线| 国产精品乱人伦中文| 成人成人成人在线视频| 国产精品丝袜久久久久久app| 国产成人综合亚洲网站| 欧美极品少妇xxxxⅹ高跟鞋 | 日韩一区在线看| 91在线视频观看| 日韩国产一二三区| 精品久久久久久久一区二区蜜臀| 韩国精品久久久| 亚洲欧洲成人精品av97| 欧美日韩免费一区二区三区视频| 性做久久久久久久免费看| 日韩欧美一区在线| 国产麻豆视频一区| 一区二区三区国产精品| 欧美成va人片在线观看| 国产精品一级片| 五月激情综合婷婷| 中文av一区二区| 精品国产免费人成电影在线观看四季| 国产精品一区二区无线| 亚洲国产一区二区三区| 国产蜜臀97一区二区三区| 欧美三级日本三级少妇99| 国产成人精品免费在线| 日韩成人免费电影| 亚洲欧美日韩在线不卡| 国产校园另类小说区| 欧美老女人在线| 在线精品视频免费观看| 国产精品2024| 蓝色福利精品导航| 亚洲国产婷婷综合在线精品| 国产精品久久久久三级| 精品成人一区二区三区四区| 在线精品亚洲一区二区不卡| 不卡的电影网站| 成人app软件下载大全免费| 国产精品一区二区三区网站| 蜜桃91丨九色丨蝌蚪91桃色| 性欧美大战久久久久久久久| 亚洲一区二区3| 亚洲一区二区三区视频在线播放 | 91蜜桃网址入口| 色综合天天综合| 欧美系列在线观看| 91麻豆精品91久久久久久清纯 | 亚洲日本一区二区| 亚洲精品美国一| 亚洲在线视频免费观看| 激情六月婷婷久久| 久久不见久久见中文字幕免费| 日韩经典一区二区| 国产在线不卡一卡二卡三卡四卡| 经典三级在线一区| 99久久综合国产精品| 欧洲另类一二三四区| 欧美一级片在线| 欧美国产日产图区| 亚洲国产精品影院| 国产美女一区二区三区| 91免费视频观看| 欧美成人bangbros| 依依成人综合视频| 丁香激情综合国产| 欧美在线观看视频一区二区| 欧美成人性福生活免费看| 国产精品丝袜一区| 蜜臀av性久久久久av蜜臀妖精| 成人少妇影院yyyy| 4438x亚洲最大成人网| 日韩一区在线看| 国产精品69毛片高清亚洲| 欧美视频一区二区在线观看| 国产亚洲精品超碰| 美国av一区二区| 欧美日韩精品欧美日韩精品一 | 欧美日韩亚洲综合在线 欧美亚洲特黄一级 | 久久久久国产精品人| 天天影视色香欲综合网老头| 91在线丨porny丨国产| 欧美精品一区二区三区很污很色的| 亚洲一区二区三区不卡国产欧美| 国产在线一区观看| 日韩一区二区影院| 夜夜精品视频一区二区| 91免费视频网| 亚洲免费在线播放| 色综合亚洲欧洲| 国产成人精品www牛牛影视| 91搞黄在线观看| 精品处破学生在线二十三| 国产精品国产自产拍高清av王其| 国产精品美女www爽爽爽| 亚洲色图视频网| 色综合久久久久综合| 欧美一区二区成人6969| 久久一区二区三区四区| 美腿丝袜亚洲三区| 欧美精品一区二区三区久久久| 久久精品国产精品亚洲综合| 日韩视频国产视频| 国产一区二区三区最好精华液| 日韩你懂的在线观看| 精品一区二区三区蜜桃| 国产亚洲一二三区| 91在线观看一区二区| 国产女人18毛片水真多成人如厕 | 国产精品午夜电影| 一本一道久久a久久精品| 亚洲动漫第一页| 2023国产精品| 色一区在线观看| 久草这里只有精品视频| 中文字幕 久热精品 视频在线| 欧美在线不卡视频| 精品一区二区三区香蕉蜜桃| 综合久久给合久久狠狠狠97色 | 在线看不卡av| 高清在线观看日韩| 国内精品免费在线观看| 日韩一区二区三区精品视频 | 青草av.久久免费一区| 综合激情网...| 久久中文字幕电影| 欧美一区二区视频在线观看2020| 国产成人精品www牛牛影视| 日韩精品视频网站| 一区二区三区四区不卡在线 | 污片在线观看一区二区| 国产精品美女久久久久aⅴ | 91麻豆123| 粉嫩一区二区三区在线看| 开心九九激情九九欧美日韩精美视频电影| 欧美激情综合五月色丁香小说| 精品日韩成人av| 日韩欧美国产成人一区二区| 欧美影视一区在线| 欧美日韩国产精品自在自线| 色婷婷精品久久二区二区蜜臀av| 成人精品免费看| 大尺度一区二区| 99re热视频精品| 色综合久久中文字幕| 欧美性受xxxx| 欧美一级黄色片| 精品国产免费一区二区三区香蕉| 亚洲激情在线激情| 亚洲午夜精品在线| 日韩国产精品久久| 国产成人在线看| 色狠狠桃花综合| 欧美一区二区三区免费大片 | 亚洲一区免费在线观看| 日韩av一区二区三区四区| 久久超碰97人人做人人爱| 丁香五精品蜜臀久久久久99网站| 91免费国产在线| 日韩片之四级片| 中文字幕一区在线观看视频| 一区二区三区波多野结衣在线观看| 日韩精品欧美成人高清一区二区| 老鸭窝一区二区久久精品| eeuss鲁片一区二区三区| 欧美一区二区三区白人| 亚洲欧洲在线观看av| 久久国产精品第一页| 欧美精品一二三区| 亚洲色图制服诱惑| 亚洲欧美日韩国产手机在线| 综合欧美一区二区三区| 一区二区三区精品视频在线| 亚洲天堂免费在线观看视频| 1000部国产精品成人观看| 国产精品不卡一区| 亚洲一区二区视频| 成人激情动漫在线观看| 亚洲精品在线免费观看视频| 亚洲综合免费观看高清完整版| 风间由美性色一区二区三区| 日韩欧美国产成人一区二区| 亚洲成人综合视频| 欧美最猛性xxxxx直播| 亚洲精品乱码久久久久久日本蜜臀| 精品一区二区三区在线播放视频| 欧美色网一区二区| 亚洲18女电影在线观看| 国产91精品欧美| 中文字幕一区二区三区在线播放 | 欧美性受极品xxxx喷水|