Home
last modified time | relevance | path

Searched refs:MSI_VALUE (Results 1 – 9 of 9) sorted by relevance

/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32l5xx/Device/Source/Templates/
Dsystem_stm32l5xx.c124 #if !defined (MSI_VALUE)
125 #define MSI_VALUE 4000000U /*!< Value of the Internal oscillator in Hz*/ macro
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32l5xx/secure/
Dsystem_stm32l5xx.c108 #if !defined (MSI_VALUE)
109 #define MSI_VALUE 4000000U /*!< Value of the Internal oscillator in Hz*/ macro
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32u5xx/secure/
Dsystem_stm32u5xx.c127 #if !defined (MSI_VALUE)
128 #define MSI_VALUE 4000000U /*!< Value of the Internal oscillator in Hz*/ macro
/trusted-firmware-m-3.7.0/platform/ext/target/stm/nucleo_l552ze_q/include/
Dstm32l5xx_hal_conf.h100 #if !defined (MSI_VALUE)
101 #define MSI_VALUE 4000000U /*!< Value of the Internal oscillator in Hz*/ macro
/trusted-firmware-m-3.7.0/platform/ext/target/stm/stm32l562e_dk/include/
Dstm32l5xx_hal_conf.h100 #if !defined (MSI_VALUE)
101 #define MSI_VALUE 4000000U /*!< Value of the Internal oscillator in Hz*/ macro
/trusted-firmware-m-3.7.0/platform/ext/target/stm/b_u585i_iot02a/include/
Dstm32u5xx_hal_conf.h105 #if !defined (MSI_VALUE)
106 #define MSI_VALUE 4000000UL /*!< Value of the Internal oscillator in Hz*/ macro
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32u5xx/Device/Source/Templates/
Dsystem_stm32u5xx.c127 #if !defined (MSI_VALUE)
128 #define MSI_VALUE 4000000U /*!< Value of the Internal oscillator in Hz*/ macro
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_rcc.c277 SystemCoreClock = MSI_VALUE; in HAL_RCC_DeInit()
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_rcc.c503 SystemCoreClock = MSI_VALUE; in HAL_RCC_DeInit()