stm32l4: rcc: correct register name
Use the same name as the reference manual and the same name as other parts.
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
#define RCC_CR MMIO32(RCC_BASE + 0x00)
|
||||
#define RCC_ICSCR MMIO32(RCC_BASE + 0x04)
|
||||
#define RCC_CFGR MMIO32(RCC_BASE + 0x08)
|
||||
#define RCC_PLL_CFGR MMIO32(RCC_BASE + 0x0c)
|
||||
#define RCC_PLLCFGR MMIO32(RCC_BASE + 0x0c)
|
||||
#define RCC_PLLSAI1_CFGR MMIO32(RCC_BASE + 0x10)
|
||||
#define RCC_PLLSAI2_CFGR MMIO32(RCC_BASE + 0x14)
|
||||
#define RCC_CIER MMIO32(RCC_BASE + 0x18)
|
||||
|
||||
Reference in New Issue
Block a user