/hal_stm32-3.5.0/stm32cube/stm32wlxx/soc/ |
D | system_stm32wlxx.c | 185 …const uint32_t AHBPrescTable[16UL] = {1UL, 3UL, 5UL, 1UL, 1UL, 6UL, 10UL, 32UL, 2UL, 4UL, 8UL, 16U… variable 338 tmp = AHBPrescTable[((RCC->EXTCFGR & RCC_EXTCFGR_C2HPRE) >> RCC_EXTCFGR_C2HPRE_Pos)]; in SystemCoreClockUpdate() 341 tmp = AHBPrescTable[((RCC->CFGR & RCC_CFGR_HPRE) >> RCC_CFGR_HPRE_Pos)]; in SystemCoreClockUpdate()
|
/hal_stm32-3.5.0/stm32cube/stm32c0xx/soc/ |
D | system_stm32c0xx.c | 112 …const uint32_t AHBPrescTable[16UL] = {0UL, 0UL, 0UL, 0UL, 0UL, 0UL, 0UL, 0UL, 1UL, 2UL, 3UL, 4UL, … variable 212 tmp = AHBPrescTable[((RCC->CFGR & RCC_CFGR_HPRE) >> RCC_CFGR_HPRE_Pos)]; in SystemCoreClockUpdate()
|
/hal_stm32-3.5.0/stm32cube/stm32f7xx/soc/ |
D | system_stm32f7xx.c | 125 const uint8_t AHBPrescTable[16] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9}; variable 243 tmp = AHBPrescTable[((RCC->CFGR & RCC_CFGR_HPRE) >> 4)]; in SystemCoreClockUpdate()
|
/hal_stm32-3.5.0/stm32cube/stm32f0xx/soc/ |
D | system_stm32f0xx.c | 102 const uint8_t AHBPrescTable[16] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9}; variable 233 tmp = AHBPrescTable[((RCC->CFGR & RCC_CFGR_HPRE) >> 4)]; in SystemCoreClockUpdate()
|
/hal_stm32-3.5.0/stm32cube/stm32g4xx/soc/ |
D | system_stm32g4xx.c | 154 …const uint8_t AHBPrescTable[16] = {0U, 0U, 0U, 0U, 0U, 0U, 0U, 0U, 1U, 2U, 3U, 4U, 6U, 7U, 8U, 9U}; variable 267 tmp = AHBPrescTable[((RCC->CFGR & RCC_CFGR_HPRE) >> 4)]; in SystemCoreClockUpdate()
|
/hal_stm32-3.5.0/stm32cube/stm32f3xx/soc/ |
D | system_stm32f3xx.c | 146 const uint8_t AHBPrescTable[16] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9}; variable 272 tmp = AHBPrescTable[((RCC->CFGR & RCC_CFGR_HPRE) >> 4)]; in SystemCoreClockUpdate()
|
/hal_stm32-3.5.0/stm32cube/stm32g0xx/soc/ |
D | system_stm32g0xx.c | 161 …const uint32_t AHBPrescTable[16UL] = {0UL, 0UL, 0UL, 0UL, 0UL, 0UL, 0UL, 0UL, 1UL, 2UL, 3UL, 4UL, … variable 286 tmp = AHBPrescTable[((RCC->CFGR & RCC_CFGR_HPRE) >> RCC_CFGR_HPRE_Pos)]; in SystemCoreClockUpdate()
|
/hal_stm32-3.5.0/stm32cube/stm32l5xx/soc/ |
D | system_stm32l5xx.c | 182 …const uint8_t AHBPrescTable[16] = {0U, 0U, 0U, 0U, 0U, 0U, 0U, 0U, 1U, 2U, 3U, 4U, 6U, 7U, 8U, 9U… variable 325 tmp = AHBPrescTable[((RCC->CFGR & RCC_CFGR_HPRE) >> 4U)]; in SystemCoreClockUpdate()
|
D | system_stm32l5xx_s.c | 198 …const uint8_t AHBPrescTable[16] = {0U, 0U, 0U, 0U, 0U, 0U, 0U, 0U, 1U, 2U, 3U, 4U, 6U, 7U, 8U, 9U… variable 351 tmp = AHBPrescTable[((RCC->CFGR & RCC_CFGR_HPRE) >> 4U)]; in SystemCoreClockUpdate()
|
/hal_stm32-3.5.0/stm32cube/stm32l4xx/soc/ |
D | system_stm32l4xx.c | 172 …const uint8_t AHBPrescTable[16] = {0U, 0U, 0U, 0U, 0U, 0U, 0U, 0U, 1U, 2U, 3U, 4U, 6U, 7U, 8U, 9U… variable 314 tmp = AHBPrescTable[((RCC->CFGR & RCC_CFGR_HPRE) >> 4U)]; in SystemCoreClockUpdate()
|
/hal_stm32-3.5.0/stm32cube/stm32l0xx/soc/ |
D | system_stm32l0xx.c | 128 …const uint8_t AHBPrescTable[16] = {0U, 0U, 0U, 0U, 0U, 0U, 0U, 0U, 1U, 2U, 3U, 4U, 6U, 7U, 8U, 9U}; variable 255 tmp = AHBPrescTable[((RCC->CFGR & RCC_CFGR_HPRE) >> RCC_CFGR_HPRE_Pos)]; in SystemCoreClockUpdate()
|
/hal_stm32-3.5.0/stm32cube/stm32wbxx/soc/ |
D | system_stm32wbxx.c | 175 const uint32_t AHBPrescTable[16UL] = {1UL, 3UL, 5UL, 1UL, 1UL, 6UL, 10UL, 32UL, 2UL, 4UL, 8UL, 16UL… variable 355 tmp = AHBPrescTable[((RCC->CFGR & RCC_CFGR_HPRE) >> RCC_CFGR_HPRE_Pos)]; in SystemCoreClockUpdate()
|
/hal_stm32-3.5.0/stm32cube/stm32f2xx/soc/ |
D | system_stm32f2xx.c | 127 const uint8_t AHBPrescTable[16] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9}; variable 247 tmp = AHBPrescTable[((RCC->CFGR & RCC_CFGR_HPRE) >> 4)]; in SystemCoreClockUpdate()
|
/hal_stm32-3.5.0/stm32cube/stm32u5xx/soc/ |
D | system_stm32u5xx.c | 167 …const uint8_t AHBPrescTable[16] = {0U, 0U, 0U, 0U, 0U, 0U, 0U, 0U, 1U, 2U, 3U, 4U, 6U, 7U, 8U, 9U… variable 345 tmp = AHBPrescTable[((RCC->CFGR2 & RCC_CFGR2_HPRE) >> RCC_CFGR2_HPRE_Pos)]; in SystemCoreClockUpdate()
|
D | system_stm32u5xx_s.c | 180 …const uint8_t AHBPrescTable[16] = {0U, 0U, 0U, 0U, 0U, 0U, 0U, 0U, 1U, 2U, 3U, 4U, 6U, 7U, 8U, 9U… variable 368 tmp = AHBPrescTable[((RCC->CFGR2 & RCC_CFGR2_HPRE) >> RCC_CFGR2_HPRE_Pos)]; in SystemCoreClockUpdate()
|
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/soc/ |
D | system_stm32wbaxx.c | 158 const uint8_t AHBPrescTable[8] = {0U, 0U, 0U, 0U, 1U, 2U, 3U, 4U}; variable 362 tmp1 = AHBPrescTable[(RCC->CFGR2 & RCC_CFGR2_HPRE)]; in SystemCoreClockUpdate()
|
D | system_stm32wbaxx_s.c | 172 const uint8_t AHBPrescTable[8] = {0U, 0U, 0U, 0U, 1U, 2U, 3U, 4U}; variable 384 tmp1 = AHBPrescTable[(RCC->CFGR2 & RCC_CFGR2_HPRE)]; in SystemCoreClockUpdate()
|
/hal_stm32-3.5.0/stm32cube/stm32f1xx/soc/ |
D | system_stm32f1xx.c | 143 const uint8_t AHBPrescTable[16U] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9}; variable 328 tmp = AHBPrescTable[((RCC->CFGR & RCC_CFGR_HPRE) >> 4U)]; in SystemCoreClockUpdate()
|
/hal_stm32-3.5.0/stm32cube/stm32l1xx/soc/ |
D | system_stm32l1xx.c | 127 const uint8_t AHBPrescTable[16] = {0U, 0U, 0U, 0U, 0U, 0U, 0U, 0U, 1U, 2U, 3U, 4U, 6U, 7U, 8U, 9U}; variable 255 tmp = AHBPrescTable[((RCC->CFGR & RCC_CFGR_HPRE) >> 4)]; in SystemCoreClockUpdate()
|
/hal_stm32-3.5.0/stm32cube/stm32h5xx/soc/ |
D | system_stm32h5xx_s.c | 188 …const uint8_t AHBPrescTable[16] = {0U, 0U, 0U, 0U, 0U, 0U, 0U, 0U, 1U, 2U, 3U, 4U, 6U, 7U, 8U, 9U… variable 398 tmp = AHBPrescTable[((RCC->CFGR2 & RCC_CFGR2_HPRE) >> RCC_CFGR2_HPRE_Pos)]; in SystemCoreClockUpdate()
|
D | system_stm32h5xx.c | 175 …const uint8_t AHBPrescTable[16] = {0U, 0U, 0U, 0U, 0U, 0U, 0U, 0U, 1U, 2U, 3U, 4U, 6U, 7U, 8U, 9U… variable 384 tmp = AHBPrescTable[((RCC->CFGR2 & RCC_CFGR2_HPRE) >> RCC_CFGR2_HPRE_Pos)]; in SystemCoreClockUpdate()
|
/hal_stm32-3.5.0/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_rcc.c | 445 …SystemCoreClock = HAL_RCC_GetSysClockFreq() >> AHBPrescTable[(RCC->CFGR & RCC_CFGR_HPRE)>> RCC_CFG… in HAL_RCC_OscConfig() 521 >> AHBPrescTable[((RCC->CFGR & RCC_CFGR_HPRE) >> RCC_CFGR_HPRE_Pos)]; in HAL_RCC_OscConfig() 1023 …SystemCoreClock = HAL_RCC_GetSysClockFreq() >> AHBPrescTable[(RCC->CFGR & RCC_CFGR_HPRE)>> RCC_CFG… in HAL_RCC_ClockConfig()
|
/hal_stm32-3.5.0/stm32cube/stm32f4xx/soc/ |
D | system_stm32f4xx.c | 138 const uint8_t AHBPrescTable[16] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9}; variable 263 tmp = AHBPrescTable[((RCC->CFGR & RCC_CFGR_HPRE) >> 4)]; in SystemCoreClockUpdate()
|
/hal_stm32-3.5.0/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_rcc.c | 505 >> AHBPrescTable[((RCC->CFGR & RCC_CFGR_HPRE) >> RCC_CFGR_HPRE_Pos)]; in HAL_RCC_OscConfig() 951 …SystemCoreClock = HAL_RCC_GetSysClockFreq() >> AHBPrescTable[(RCC->CFGR & RCC_CFGR_HPRE)>> RCC_CFG… in HAL_RCC_ClockConfig()
|
/hal_stm32-3.5.0/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_rcc.h | 828 ((__SYSCLKFREQ__) / AHBPrescTable[((__CPU1PRESCALER__) & RCC_CFGR_HPRE) >> RCC_CFGR_HPRE_Pos]) 852 …((__SYSCLKFREQ__) / AHBPrescTable[((__CPU2PRESCALER__) & RCC_EXTCFGR_C2HPRE) >> RCC_EXTCFGR_C2HP… 876 …((__SYSCLKFREQ__) / AHBPrescTable[(((__AHB3PRESCALER__) >> 4U) & RCC_EXTCFGR_SHDHPRE) >> RCC_EXTC…
|