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

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

?? hw_usb.h

?? KEIL驅動 各方面各 你的看法女士的煩惱 方看到你
?? H
?? 第 1 頁 / 共 5 頁
字號:
//*****************************************************************************
//
// hw_usb.h - Macros for use in accessing the USB registers.
//
// Copyright (c) 2007-2008 Luminary Micro, Inc.  All rights reserved.
// 
// Software License Agreement
// 
// Luminary Micro, Inc. (LMI) is supplying this software for use solely and
// exclusively on LMI's microcontroller products.
// 
// The software is owned by LMI and/or its suppliers, and is protected under
// applicable copyright laws.  All rights are reserved.  You may not combine
// this software with "viral" open-source software in order to form a larger
// program.  Any use in violation of the foregoing restrictions may subject
// the user to criminal sanctions under applicable laws, as well as to civil
// liability for the breach of the terms and conditions of this license.
// 
// THIS SOFTWARE IS PROVIDED "AS IS".  NO WARRANTIES, WHETHER EXPRESS, IMPLIED
// OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF
// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE.
// LMI SHALL NOT, IN ANY CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR
// CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.
// 
// This is part of revision 3223 of the Stellaris Peripheral Driver Library.
//
//*****************************************************************************

#ifndef __HW_USB_H__
#define __HW_USB_H__

//*****************************************************************************
//
// The following are defines for the Univeral Serial Bus (USB) Controller
// offsets.
//
//*****************************************************************************
#define USB_O_FADDR             0x00000000  // USB Device Functional Address
#define USB_O_POWER             0x00000001  // USB Power
#define USB_O_TXIS              0x00000002  // USB Transmit Interrupt Status
#define USB_O_RXIS              0x00000004  // USB Receive Interrupt Status
#define USB_O_TXIE              0x00000006  // USB Transmit Interrupt Enable
#define USB_O_RXIE              0x00000008  // USB Receive Interrupt Enable
#define USB_O_IS                0x0000000A  // USB General Interrupt Status
#define USB_O_IE                0x0000000B  // USB Interrupt Enable
#define USB_O_FRAME             0x0000000C  // USB Frame Value
#define USB_O_EPIDX             0x0000000E  // USB Endpoint Index
#define USB_O_TEST              0x0000000F  // USB Test Mode
#define USB_O_FIFO0             0x00000020  // USB FIFO Endpoint 0
#define USB_O_FIFO1             0x00000024  // USB FIFO Endpoint 1
#define USB_O_FIFO2             0x00000028  // USB FIFO Endpoint 2
#define USB_O_FIFO3             0x0000002C  // USB FIFO Endpoint 3
#define USB_O_DEVCTL            0x00000060  // USB Device Control
#define USB_O_TXFIFOSZ          0x00000062  // USB Transmit Dynamic FIFO Sizing
#define USB_O_RXFIFOSZ          0x00000063  // USB Receive Dynamic FIFO Sizing
#define USB_O_TXFIFOADD         0x00000064  // USB Transmit FIFO Start Address
#define USB_O_RXFIFOADD         0x00000066  // USB Receive FIFO Start Address
#define USB_O_CONTIM            0x0000007A  // USB Connect Timing
#define USB_O_VPLEN             0x0000007B  // USB OTG VBus Pulse Timing
#define USB_O_FSEOF             0x0000007D  // USB Full-Speed Last Transaction
                                            // to End of Frame Timing
#define USB_O_LSEOF             0x0000007E  // USB Low-Speed Last Transaction
                                            // to End of Frame Timing
#define USB_O_TXFUNCADDR0       0x00000080  // USB Transmit Functional Address
                                            // Endpoint 0
#define USB_O_TXHUBADDR0        0x00000082  // USB Transmit Hub Address
                                            // Endpoint 0
#define USB_O_TXHUBPORT0        0x00000083  // USB Transmit Hub Port Endpoint 0
#define USB_O_TXFUNCADDR1       0x00000088  // USB Transmit Functional Address
                                            // Endpoint 1
#define USB_O_TXHUBADDR1        0x0000008A  // USB Transmit Hub Address
                                            // Endpoint 1
#define USB_O_TXHUBPORT1        0x0000008B  // USB Transmit Hub Port Endpoint 1
#define USB_O_RXFUNCADDR1       0x0000008C  // USB Receive Functional Address
                                            // Endpoint 1
#define USB_O_RXHUBADDR1        0x0000008E  // USB Receive Hub Address Endpoint
                                            // 1
#define USB_O_RXHUBPORT1        0x0000008F  // USB Receive Hub Port Endpoint 1
#define USB_O_TXFUNCADDR2       0x00000090  // USB Transmit Functional Address
                                            // Endpoint 2
#define USB_O_TXHUBADDR2        0x00000092  // USB Transmit Hub Address
                                            // Endpoint 2
#define USB_O_TXHUBPORT2        0x00000093  // USB Transmit Hub Port Endpoint 2
#define USB_O_RXFUNCADDR2       0x00000094  // USB Receive Functional Address
                                            // Endpoint 2
#define USB_O_RXHUBADDR2        0x00000096  // USB Receive Hub Address Endpoint
                                            // 2
#define USB_O_RXHUBPORT2        0x00000097  // USB Receive Hub Port Endpoint 2
#define USB_O_TXFUNCADDR3       0x00000098  // USB Transmit Functional Address
                                            // Endpoint 3
#define USB_O_TXHUBADDR3        0x0000009A  // USB Transmit Hub Address
                                            // Endpoint 3
#define USB_O_TXHUBPORT3        0x0000009B  // USB Transmit Hub Port Endpoint 3
#define USB_O_RXFUNCADDR3       0x0000009C  // USB Receive Functional Address
                                            // Endpoint 3
#define USB_O_RXHUBADDR3        0x0000009E  // USB Receive Hub Address Endpoint
                                            // 3
#define USB_O_RXHUBPORT3        0x0000009F  // USB Receive Hub Port Endpoint 3
#define USB_O_CSRL0             0x00000102  // USB Control and Status Endpoint
                                            // 0 Low
#define USB_O_CSRH0             0x00000103  // USB Control and Status Endpoint
                                            // 0 High
#define USB_O_COUNT0            0x00000108  // USB Receive Byte Count Endpoint
                                            // 0
#define USB_O_TYPE0             0x0000010A  // USB Type Endpoint 0
#define USB_O_NAKLMT            0x0000010B  // USB NAK Limit
#define USB_O_TXMAXP1           0x00000110  // USB Maximum Transmit Data
                                            // Endpoint 1
#define USB_O_TXCSRL1           0x00000112  // USB Transmit Control and Status
                                            // Endpoint 1 Low
#define USB_O_TXCSRH1           0x00000113  // USB Transmit Control and Status
                                            // Endpoint 1 High
#define USB_O_RXMAXP1           0x00000114  // USB Maximum Receive Data
                                            // Endpoint 1
#define USB_O_RXCSRL1           0x00000116  // USB Receive Control and Status
                                            // Endpoint 1 Low
#define USB_O_RXCSRH1           0x00000117  // USB Receive Control and Status
                                            // Endpoint 1 High
#define USB_O_RXCOUNT1          0x00000118  // USB Receive Byte Count Endpoint
                                            // 1
#define USB_O_TXTYPE1           0x0000011A  // USB Host Transmit Configure Type
                                            // Endpoint 1
#define USB_O_TXINTERVAL1       0x0000011B  // USB Host Transmit Interval
                                            // Endpoint 1
#define USB_O_RXTYPE1           0x0000011C  // USB Host Configure Receive Type
                                            // Endpoint 1
#define USB_O_RXINTERVAL1       0x0000011D  // USB Host Receive Polling
                                            // Interval Endpoint 1
#define USB_O_TXMAXP2           0x00000120  // USB Maximum Transmit Data
                                            // Endpoint 2
#define USB_O_TXCSRL2           0x00000122  // USB Transmit Control and Status
                                            // Endpoint 2 Low
#define USB_O_TXCSRH2           0x00000123  // USB Transmit Control and Status
                                            // Endpoint 2 High
#define USB_O_RXMAXP2           0x00000124  // USB Maximum Receive Data
                                            // Endpoint 2
#define USB_O_RXCSRL2           0x00000126  // USB Receive Control and Status
                                            // Endpoint 2 Low
#define USB_O_RXCSRH2           0x00000127  // USB Receive Control and Status
                                            // Endpoint 2 High
#define USB_O_RXCOUNT2          0x00000128  // USB Receive Byte Count Endpoint
                                            // 2
#define USB_O_TXTYPE2           0x0000012A  // USB Host Transmit Configure Type
                                            // Endpoint 2
#define USB_O_TXINTERVAL2       0x0000012B  // USB Host Transmit Interval
                                            // Endpoint 2
#define USB_O_RXTYPE2           0x0000012C  // USB Host Configure Receive Type
                                            // Endpoint 2
#define USB_O_RXINTERVAL2       0x0000012D  // USB Host Receive Polling
                                            // Interval Endpoint 2
#define USB_O_TXMAXP3           0x00000130  // USB Maximum Transmit Data
                                            // Endpoint 3
#define USB_O_TXCSRL3           0x00000132  // USB Transmit Control and Status
                                            // Endpoint 3 Low
#define USB_O_TXCSRH3           0x00000133  // USB Transmit Control and Status
                                            // Endpoint 3 High
#define USB_O_RXMAXP3           0x00000134  // USB Maximum Receive Data
                                            // Endpoint 3
#define USB_O_RXCSRL3           0x00000136  // USB Receive Control and Status
                                            // Endpoint 3 Low
#define USB_O_RXCSRH3           0x00000137  // USB Receive Control and Status
                                            // Endpoint 3 High
#define USB_O_RXCOUNT3          0x00000138  // USB Receive Byte Count Endpoint
                                            // 3
#define USB_O_TXTYPE3           0x0000013A  // USB Host Transmit Configure Type
                                            // Endpoint 3
#define USB_O_TXINTERVAL3       0x0000013B  // USB Host Transmit Interval
                                            // Endpoint 3
#define USB_O_RXTYPE3           0x0000013C  // USB Host Configure Receive Type
                                            // Endpoint 3
#define USB_O_RXINTERVAL3       0x0000013D  // USB Host Receive Polling
                                            // Interval Endpoint 3
#define USB_O_RQPKTCOUNT1       0x00000304  // USB Request Packet Count in
                                            // Block Transfer Endpoint 1
#define USB_O_RQPKTCOUNT2       0x00000308  // USB Request Packet Count in
                                            // Block Transfer Endpoint 2
#define USB_O_RQPKTCOUNT3       0x0000030C  // USB Request Packet Count in
                                            // Block Transfer Endpoint 3
#define USB_O_RXDPKTBUFDIS      0x00000340  // USB Receive Double Packet Buffer
                                            // Disable
#define USB_O_TXDPKTBUFDIS      0x00000342  // USB Transmit Double Packet
                                            // Buffer Disable
#define USB_O_EPC               0x00000400  // USB External Power Control
#define USB_O_EPCRIS            0x00000404  // USB External Power Control Raw
                                            // Interrupt Status
#define USB_O_EPCIM             0x00000408  // USB External Power Control
                                            // Interrupt Mask
#define USB_O_EPCISC            0x0000040C  // USB External Power Control
                                            // Interrupt Status and Clear
#define USB_O_DRRIS             0x00000410  // USB Device Resume Raw Interrupt
                                            // Status
#define USB_O_DRIM              0x00000414  // USB Device Resume Interrupt Mask
#define USB_O_DRISC             0x00000418  // USB Device Resume Interrupt
                                            // Status and Clear
#define USB_O_GPCS              0x0000041C  // USB General-Purpose Control and
                                            // Status

//*****************************************************************************
//
// The following are defines for the bit fields in the USB_O_FADDR register.
//
//*****************************************************************************
#define USB_FADDR_M             0x0000007F  // Function Address.
#define USB_FADDR_S             0

//*****************************************************************************
//
// The following are defines for the bit fields in the USB_O_POWER register.
//
//*****************************************************************************
#define USB_POWER_ISOUP         0x00000080  // ISO Update.
#define USB_POWER_SOFTCONN      0x00000040  // Soft Connect/Disconnect.
#define USB_POWER_RESET         0x00000008  // Reset.
#define USB_POWER_RESUME        0x00000004  // Resume Signaling.
#define USB_POWER_SUSPEND       0x00000002  // Suspend Mode.
#define USB_POWER_PWRDNPHY      0x00000001  // Power Down PHY.

//*****************************************************************************
//
// The following are defines for the bit fields in the USB_O_TXIS register.
//
//*****************************************************************************
#define USB_TXIS_EP3            0x00000008  // TX Endpoint 3 Interrupt.
#define USB_TXIS_EP2            0x00000004  // TX Endpoint 2 Interrupt.
#define USB_TXIS_EP1            0x00000002  // TX Endpoint 1 Interrupt.
#define USB_TXIS_EP0            0x00000001  // TX and RX Endpoint 0 Interrupt.

//*****************************************************************************
//
// The following are defines for the bit fields in the USB_O_RXIS register.
//
//*****************************************************************************
#define USB_RXIS_EP3            0x00000008  // RX Endpoint 3 Interrupt.
#define USB_RXIS_EP2            0x00000004  // RX Endpoint 2 Interrupt.
#define USB_RXIS_EP1            0x00000002  // RX Endpoint 1 Interrupt.

//*****************************************************************************
//
// The following are defines for the bit fields in the USB_O_TXIE register.
//
//*****************************************************************************
#define USB_TXIE_EP3            0x00000008  // TX Endpoint 3 Interrupt Enable.
#define USB_TXIE_EP2            0x00000004  // TX Endpoint 2 Interrupt Enable.
#define USB_TXIE_EP1            0x00000002  // TX Endpoint 1 Interrupt Enable.
#define USB_TXIE_EP0            0x00000001  // TX and RX Endpoint 0 Interrupt
                                            // Enable.

//*****************************************************************************
//
// The following are defines for the bit fields in the USB_O_RXIE register.
//
//*****************************************************************************
#define USB_RXIE_EP3            0x00000008  // RX Endpoint 3 Interrupt Enable.
#define USB_RXIE_EP2            0x00000004  // RX Endpoint 2 Interrupt Enable.
#define USB_RXIE_EP1            0x00000002  // RX Endpoint 1 Interrupt Enable.

//*****************************************************************************
//
// The following are defines for the bit fields in the USB_O_IS register.
//

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产盗摄视频一区二区三区| 亚洲一级二级在线| 亚洲欧美综合网| 亚洲一区二区三区四区在线观看 | 国产精品久久影院| 亚洲综合激情另类小说区| 4438x成人网最大色成网站| 日本一区二区三区dvd视频在线| 国产精品美女久久福利网站| 久草热8精品视频在线观看| 欧美成人一区二区三区片免费| 午夜视频在线观看一区二区| 99精品久久久久久| 精品国产免费人成在线观看| 最新成人av在线| 午夜精品一区二区三区三上悠亚| 97精品电影院| 久久免费偷拍视频| 亚洲人成亚洲人成在线观看图片| 精品一区精品二区高清| 欧美性videosxxxxx| 欧美国产日韩a欧美在线观看| 日本成人中文字幕在线视频| 五月天一区二区| 91浏览器入口在线观看| 欧美精品乱人伦久久久久久| 国产午夜亚洲精品午夜鲁丝片| 久久精品亚洲一区二区三区浴池 | 欧美高清激情brazzers| 国产精品久久久久一区二区三区| 久久精品国产精品亚洲精品| 欧美三级韩国三级日本一级| 欧美国产禁国产网站cc| 欧美国产精品v| 亚洲一区二区三区四区在线| 国产精品卡一卡二卡三| 国产精品美女一区二区| 国产1区2区3区精品美女| 亚洲国产wwwccc36天堂| 国产欧美一区二区三区在线老狼| 国产精品精品国产色婷婷| 日韩欧美成人午夜| 国产一区二区成人久久免费影院 | 99久久婷婷国产综合精品电影 | 麻豆精品在线视频| 91官网在线观看| 国产精品欧美综合在线| 国产东北露脸精品视频| 2023国产一二三区日本精品2022| 欧美中文字幕久久 | 欧美日韩视频在线第一区 | 成人激情动漫在线观看| 国产日韩精品久久久| 精品一区二区三区在线观看国产| 欧美精品粉嫩高潮一区二区| 亚洲一区二区综合| a4yy欧美一区二区三区| 国产精品二三区| 91蜜桃传媒精品久久久一区二区| 国产精品久久久久婷婷二区次| 久久精品久久综合| 26uuu精品一区二区三区四区在线| 久久精品免费看| 国产欧美精品区一区二区三区| 成人h动漫精品一区二| 国产精品成人一区二区三区夜夜夜| 国产精品1区2区3区| 亚洲国产视频一区二区| 国产色产综合色产在线视频| 丁香桃色午夜亚洲一区二区三区| 中文字幕国产一区| 亚洲一区二区精品视频| 91麻豆精品在线观看| 国产精品亚洲午夜一区二区三区| 成人的网站免费观看| 欧美日韩国产一级| 亚洲永久精品国产| 欧美人妖巨大在线| 国产综合久久久久久鬼色| 国产欧美1区2区3区| 国产福利精品一区| 亚洲蜜臀av乱码久久精品蜜桃| 欧美日韩一级视频| 久久99精品国产麻豆婷婷| 亚洲柠檬福利资源导航| 欧美一区二区三区在线| 福利一区二区在线| 日韩一级片网址| 欧美亚洲动漫另类| 精品一区二区三区影院在线午夜| 中文字幕在线免费不卡| 在线视频你懂得一区二区三区| 国产乱妇无码大片在线观看| 亚洲激情自拍偷拍| 久久免费视频色| 91免费视频网址| 国产老妇另类xxxxx| 午夜电影一区二区| 国产精品久久久久久亚洲伦| 欧美怡红院视频| 99国产欧美久久久精品| 狠狠色丁香九九婷婷综合五月| 93久久精品日日躁夜夜躁欧美| 精品入口麻豆88视频| 蜜桃视频第一区免费观看| 欧美性猛片aaaaaaa做受| 久久99国产精品久久99| 欧美日韩亚洲综合一区| 中文字幕一区日韩精品欧美| 美女尤物国产一区| 亚洲一二三四在线观看| 欧美日韩国产精选| 亚洲一区欧美一区| 亚洲电影在线免费观看| 欧美系列在线观看| 91网站在线观看视频| av在线不卡免费看| 91亚洲精品久久久蜜桃| 91麻豆精东视频| 一本色道久久综合亚洲精品按摩| 99精品视频免费在线观看| 婷婷综合五月天| 亚洲第一av色| 久久99久久久久久久久久久| 日本成人超碰在线观看| 亚洲精品大片www| 国产欧美日韩三区| 777精品伊人久久久久大香线蕉| 成人黄色在线看| 国产成人在线色| 一本久久a久久精品亚洲| 国产综合久久久久久久久久久久| 欧美三级蜜桃2在线观看| 久久国产精品72免费观看| 国产成人av电影在线| 韩国成人在线视频| 亚洲精品乱码久久久久久| 国产网站一区二区三区| 91亚洲男人天堂| 国产成人小视频| 精品一区二区三区在线观看| 免费成人av在线| 国产在线乱码一区二区三区| 激情综合色综合久久| 欧美日韩在线播放三区| 成人av先锋影音| av在线不卡电影| 国产一区二区三区蝌蚪| 成人午夜碰碰视频| 色狠狠一区二区三区香蕉| 久久网站最新地址| 日韩欧美在线不卡| 国产亚洲午夜高清国产拍精品| 日韩丝袜情趣美女图片| 欧美日韩五月天| 日韩一区二区精品在线观看| 欧美午夜电影网| 国产亚洲一区二区三区| 亚洲日本护士毛茸茸| 亚洲国产日韩a在线播放| 蜜臀久久久99精品久久久久久| 久草中文综合在线| 日本韩国一区二区三区视频| 亚洲精品一区二区三区蜜桃下载| 久久一夜天堂av一区二区三区| 亚洲国产精品视频| 成人不卡免费av| 久久影视一区二区| 麻豆精品视频在线观看免费| 亚洲.国产.中文慕字在线| 亚洲二区在线视频| 成人小视频免费观看| 欧美一级一区二区| 一区二区久久久久久| 国产精品影音先锋| 69p69国产精品| 一区二区成人在线| 成人久久久精品乱码一区二区三区| 在线不卡免费av| 亚洲资源在线观看| www.亚洲国产| 精品捆绑美女sm三区| 亚洲成人av电影| 色呦呦网站一区| 国产精品久久久久久久久久久免费看 | 日韩欧美色电影| 亚洲动漫第一页| 在线看不卡av| 亚洲精品国产无套在线观| 不卡一区二区中文字幕| 久久精品亚洲国产奇米99| 国内精品国产成人国产三级粉色 | 夫妻av一区二区| 精品国产欧美一区二区| 青青草国产精品亚洲专区无| 91精品福利在线| 亚洲精品日日夜夜| 一本色道久久综合亚洲aⅴ蜜桃| 国产精品每日更新在线播放网址| 国产精品一区二区在线观看不卡 |