usb: Moved USB_PMA_BASE address definition to family-specific memorymap.h

credit: @fenugrec
This commit is contained in:
Kuldeep Singh Dhaka
2015-08-01 18:38:47 +05:30
committed by Karl Palsson
parent 6357630a90
commit 5c73d60176
6 changed files with 5 additions and 9 deletions

View File

@@ -56,7 +56,7 @@
#define I2C1_BASE (PERIPH_BASE_APB1 + 0x5400)
#define I2C2_BASE (PERIPH_BASE_APB1 + 0x5800)
#define USB_DEV_FS_BASE (PERIPH_BASE_APB1 + 0x5c00)
#define USB_SRAM_BASE (PERIPH_BASE_APB1 + 0x6000)
#define USB_PMA_BASE (PERIPH_BASE_APB1 + 0x6000)
/* gap */
#define POWER_CONTROL_BASE (PERIPH_BASE_APB1 + 0x7000)
#define DAC_BASE (PERIPH_BASE_APB1 + 0x7400)