Lines Matching refs:RCC
161 RCC->CR |= (uint32_t)0x00000100; in SystemInit()
164 RCC->CFGR &= (uint32_t)0x88FFC00C; in SystemInit()
167 RCC->CR &= (uint32_t)0xEEFEFFFE; in SystemInit()
170 RCC->CR &= (uint32_t)0xFFFBFFFF; in SystemInit()
173 RCC->CFGR &= (uint32_t)0xFF02FFFF; in SystemInit()
176 RCC->CIR = 0x00000000; in SystemInit()
232 tmp = RCC->CFGR & RCC_CFGR_SWS; in SystemCoreClockUpdate()
237 msirange = (RCC->ICSCR & RCC_ICSCR_MSIRANGE) >> 13; in SystemCoreClockUpdate()
248 pllmul = RCC->CFGR & RCC_CFGR_PLLMUL; in SystemCoreClockUpdate()
249 plldiv = RCC->CFGR & RCC_CFGR_PLLDIV; in SystemCoreClockUpdate()
253 pllsource = RCC->CFGR & RCC_CFGR_PLLSRC; in SystemCoreClockUpdate()
267 msirange = (RCC->ICSCR & RCC_ICSCR_MSIRANGE) >> 13; in SystemCoreClockUpdate()
273 tmp = AHBPrescTable[((RCC->CFGR & RCC_CFGR_HPRE) >> 4)]; in SystemCoreClockUpdate()
296 RCC->APB1ENR |= RCC_APB1ENR_PWREN; in SystemInit_ExtMemCtl()
299 tmpreg = READ_BIT(RCC->APB1ENR, RCC_APB1ENR_PWREN); in SystemInit_ExtMemCtl()
330 RCC->AHBENR = 0x000080D8; in SystemInit_ExtMemCtl()
333 tmpreg = READ_BIT(RCC->AHBENR, RCC_AHBENR_GPIODEN); in SystemInit_ExtMemCtl()
385 RCC->AHBENR = 0x400080D8; in SystemInit_ExtMemCtl()
388 tmpreg = READ_BIT(RCC->AHBENR, RCC_AHBENR_FSMCEN); in SystemInit_ExtMemCtl()