| /bsp/stm32/stm32h747-st-discovery/board/CubeMX_Config/Common/Src/ |
| A D | system_stm32h7xx_dualcore_boot_cm4_cm7.c | 58 #if !defined (CSI_VALUE) 59 #define CSI_VALUE ((uint32_t)4000000) /*!< Value of the Internal oscillator in Hz*/ macro 291 SystemCoreClock = CSI_VALUE; in SystemCoreClockUpdate() 320 …pllvco = ((float_t)CSI_VALUE / (float_t)pllm) * ((float_t)(uint32_t)(RCC->PLL1DIVR & RCC_PLL1DIVR_… in SystemCoreClockUpdate() 328 …pllvco = ((float_t)CSI_VALUE / (float_t)pllm) * ((float_t)(uint32_t)(RCC->PLL1DIVR & RCC_PLL1DIVR_… in SystemCoreClockUpdate() 341 SystemCoreClock = CSI_VALUE; in SystemCoreClockUpdate()
|
| /bsp/stm32/stm32h750-weact-ministm32h7xx/board/CubeMX_Config/Src/ |
| A D | system_stm32h7xx.c | 54 #if !defined (CSI_VALUE) 55 #define CSI_VALUE ((uint32_t)4000000) /*!< Value of the Internal oscillator in Hz*/ macro 327 common_system_clock = CSI_VALUE; in SystemCoreClockUpdate() 356 …pllvco = ((float_t)CSI_VALUE / (float_t)pllm) * ((float_t)(uint32_t)(RCC->PLL1DIVR & RCC_PLL1DIVR_… in SystemCoreClockUpdate() 364 …pllvco = ((float_t)CSI_VALUE / (float_t)pllm) * ((float_t)(uint32_t)(RCC->PLL1DIVR & RCC_PLL1DIVR_… in SystemCoreClockUpdate() 377 common_system_clock = CSI_VALUE; in SystemCoreClockUpdate()
|
| /bsp/stm32/stm32h7s7-st-disco/board/CubeMX_Config/Appli/Core/Src/ |
| A D | system_stm32h7rsxx.c | 77 #if !defined (CSI_VALUE) 78 #define CSI_VALUE 4000000UL /*!< Value of the Low-power Internal oscillator in Hz */ macro 227 sysclk = CSI_VALUE; in SystemCoreClockUpdate() 258 …pllvco = ((float_t)CSI_VALUE / (float_t)pllm) * ((float_t)(uint32_t)(RCC->PLL1DIVR1 & RCC_PLL1DIVR… in SystemCoreClockUpdate()
|
| /bsp/stm32/stm32h7s7-st-disco/board/CubeMX_Config/Boot/Core/Src/ |
| A D | system_stm32h7rsxx.c | 77 #if !defined (CSI_VALUE) 78 #define CSI_VALUE 4000000UL /*!< Value of the Low-power Internal oscillator in Hz */ macro 227 sysclk = CSI_VALUE; in SystemCoreClockUpdate() 258 …pllvco = ((float_t)CSI_VALUE / (float_t)pllm) * ((float_t)(uint32_t)(RCC->PLL1DIVR1 & RCC_PLL1DIVR… in SystemCoreClockUpdate()
|
| /bsp/stm32/stm32h503-st-nucleo/board/CubeMX_Config/Src/ |
| A D | system_stm32h5xx.c | 134 #if !defined (CSI_VALUE) 135 #define CSI_VALUE (4000000UL) /*!< Value of the Internal oscillator in Hz*/ macro 334 SystemCoreClock = CSI_VALUE; in SystemCoreClockUpdate() 359 …pllvco = ((float_t)CSI_VALUE / (float_t)pllm) * ((float_t)(uint32_t)(RCC->PLL1DIVR & RCC_PLL1DIVR_… in SystemCoreClockUpdate()
|
| /bsp/stm32/stm32h563-st-nucleo/board/CubeMX_Config/Src/ |
| A D | system_stm32h5xx.c | 134 #if !defined (CSI_VALUE) 135 #define CSI_VALUE (4000000UL) /*!< Value of the Internal oscillator in Hz*/ macro 334 SystemCoreClock = CSI_VALUE; in SystemCoreClockUpdate() 359 …pllvco = ((float_t)CSI_VALUE / (float_t)pllm) * ((float_t)(uint32_t)(RCC->PLL1DIVR & RCC_PLL1DIVR_… in SystemCoreClockUpdate()
|
| /bsp/stm32/stm32h750-fk750m1-vbt6/board/CubeMX_Config/Src/ |
| A D | system_stm32h7xx.c | 54 #if !defined (CSI_VALUE) 55 #define CSI_VALUE ((uint32_t)4000000) /*!< Value of the Internal oscillator in Hz*/ macro 356 common_system_clock = CSI_VALUE; in SystemCoreClockUpdate() 385 …pllvco = ((float_t)CSI_VALUE / (float_t)pllm) * ((float_t)(uint32_t)(RCC->PLL1DIVR & RCC_PLL1DIVR_… in SystemCoreClockUpdate()
|
| /bsp/stm32/stm32mp157a-st-discovery/board/CubeMX_Config/Common/System/ |
| A D | system_stm32mp1xx.c | 220 SystemCoreClock = CSI_VALUE; in SystemCoreClockUpdate() 243 pll3vco *= (float)(CSI_VALUE / pll3m); in SystemCoreClockUpdate()
|
| /bsp/stm32/stm32mp157a-st-ev1/board/CubeMX_Config/Common/System/ |
| A D | system_stm32mp1xx.c | 220 SystemCoreClock = CSI_VALUE; in SystemCoreClockUpdate() 243 pll3vco *= (float)(CSI_VALUE / pll3m); in SystemCoreClockUpdate()
|
| /bsp/stm32/libraries/templates/stm32mp1xx/board/CubeMX_Config/Common/System/ |
| A D | system_stm32mp1xx.c | 220 SystemCoreClock = CSI_VALUE; in SystemCoreClockUpdate() 243 pll3vco *= (float)(CSI_VALUE / pll3m); in SystemCoreClockUpdate()
|
| /bsp/stm32/libraries/templates/stm32h7xx/board/CubeMX_Config/Inc/ |
| A D | stm32h7xx_hal_conf.h | 128 #if !defined (CSI_VALUE) 129 #define CSI_VALUE ((uint32_t)4000000) /*!< Value of the Internal oscillator in Hz*/ macro
|
| /bsp/stm32/libraries/templates/stm32mp1xx/board/CubeMX_Config/CM4/Inc/ |
| A D | stm32mp1xx_hal_conf.h | 152 #if !defined (CSI_VALUE) 153 #define CSI_VALUE 4000000U /*!< Value of the Internal oscillator in Hz*/ macro
|
| /bsp/stm32/stm32mp157a-st-discovery/board/CubeMX_Config/CM4/Inc/ |
| A D | stm32mp1xx_hal_conf.h | 152 #if !defined (CSI_VALUE) 153 #define CSI_VALUE 4000000U /*!< Value of the Internal oscillator in Hz*/ macro
|
| /bsp/stm32/stm32mp157a-st-ev1/board/CubeMX_Config/CM4/Inc/ |
| A D | stm32mp1xx_hal_conf.h | 152 #if !defined (CSI_VALUE) 153 #define CSI_VALUE 4000000U /*!< Value of the Internal oscillator in Hz*/ macro
|
| /bsp/stm32/stm32h7s7-st-disco/board/CubeMX_Config/Boot/Core/Inc/ |
| A D | stm32h7rsxx_hal_conf.h | 123 #if !defined (CSI_VALUE) 124 #define CSI_VALUE 4000000UL /*!< Value of the Internal oscillator in Hz */ macro
|
| /bsp/stm32/stm32h563-st-nucleo/board/CubeMX_Config/Inc/ |
| A D | stm32h5xx_hal_conf.h | 117 #if !defined (CSI_VALUE) 118 #define CSI_VALUE 4000000UL /*!< Value of the Internal oscillator in Hz*/ macro
|
| /bsp/stm32/stm32h743-st-nucleo/board/CubeMX_Config/Inc/ |
| A D | stm32h7xx_hal_conf.h | 110 #if !defined (CSI_VALUE) 111 #define CSI_VALUE ((uint32_t)4000000) /*!< Value of the Internal oscillator in Hz*/ macro
|
| /bsp/stm32/stm32h7r7-artpi2/board/CubeMX_Config/Appli/Core/Inc/ |
| A D | stm32h7rsxx_hal_conf.h | 124 #if !defined (CSI_VALUE) 125 #define CSI_VALUE 4000000UL /*!< Value of the Internal oscillator in Hz */ macro
|
| /bsp/stm32/stm32h7s7-st-disco/board/CubeMX_Config/Appli/Core/Inc/ |
| A D | stm32h7rsxx_hal_conf.h | 123 #if !defined (CSI_VALUE) 124 #define CSI_VALUE 4000000UL /*!< Value of the Internal oscillator in Hz */ macro
|
| /bsp/stm32/stm32h503-st-nucleo/board/CubeMX_Config/Inc/ |
| A D | stm32h5xx_hal_conf.h | 117 #if !defined (CSI_VALUE) 118 #define CSI_VALUE 4000000UL /*!< Value of the Internal oscillator in Hz*/ macro
|
| /bsp/stm32/stm32h750-armfly-h7-tool/board/CubeMX_Config/Inc/ |
| A D | stm32h7xx_hal_conf.h | 110 #if !defined (CSI_VALUE) 111 #define CSI_VALUE ((uint32_t)4000000) /*!< Value of the Internal oscillator in Hz*/ macro
|
| /bsp/stm32/stm32h743-armfly-v7/board/CubeMX_Config/Inc/ |
| A D | stm32h7xx_hal_conf.h | 120 #if !defined (CSI_VALUE) 121 #define CSI_VALUE (4000000UL) /*!< Value of the Internal oscillator in Hz*/ macro
|
| /bsp/stm32/stm32h743-openmv-h7plus/board/CubeMX_Config/Core/Inc/ |
| A D | stm32h7xx_hal_conf.h | 120 #if !defined (CSI_VALUE) 121 #define CSI_VALUE (4000000UL) /*!< Value of the Internal oscillator in Hz*/ macro
|
| /bsp/stm32/stm32h747-st-discovery/board/CubeMX_Config/CM4/Inc/ |
| A D | stm32h7xx_hal_conf.h | 117 #if !defined (CSI_VALUE) 118 #define CSI_VALUE ((uint32_t)4000000) /*!< Value of the Internal oscillator in Hz*/ macro
|
| /bsp/stm32/stm32h747-st-discovery/board/CubeMX_Config/CM7/Inc/ |
| A D | stm32h7xx_hal_conf.h | 117 #if !defined (CSI_VALUE) 118 #define CSI_VALUE ((uint32_t)4000000) /*!< Value of the Internal oscillator in Hz*/ macro
|