hardware registers More...
#include "usb_conf.h"
Go to the source code of this file.
Macros | |
#define | USB_OTG_CHAN_REGS_OFFSET 0x20 |
#define | USB_OTG_CORE_GLOBAL_REGS_OFFSET 0x000 |
#define | USB_OTG_DATA_FIFO_OFFSET 0x1000 |
#define | USB_OTG_DATA_FIFO_SIZE 0x1000 |
#define | USB_OTG_DEV_GLOBAL_REG_OFFSET 0x800 |
#define | USB_OTG_DEV_IN_EP_REG_OFFSET 0x900 |
#define | USB_OTG_DEV_OUT_EP_REG_OFFSET 0xB00 |
#define | USB_OTG_EP_REG_OFFSET 0x20 |
#define | USB_OTG_FS_BASE_ADDR 0x50000000 |
#define | USB_OTG_FS_MAX_PACKET_SIZE 64 |
#define | USB_OTG_HOST_CHAN_REGS_OFFSET 0x500 |
#define | USB_OTG_HOST_GLOBAL_REG_OFFSET 0x400 |
#define | USB_OTG_HOST_PORT_REGS_OFFSET 0x440 |
#define | USB_OTG_HS_BASE_ADDR 0x40040000 |
#define | USB_OTG_HS_MAX_PACKET_SIZE 512 |
#define | USB_OTG_MAX_EP0_SIZE 64 |
#define | USB_OTG_MAX_TX_FIFOS 15 |
#define | USB_OTG_PCGCCTL_OFFSET 0xE00 |
hardware registers
Licensed under MCD-ST Liberty SW License Agreement V2, (the "License"); You may not use this file except in compliance with the License. You may obtain a copy of the License at:
http://www.st.com/software_license_agreement_liberty_v2
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition in file usb_regs.h.