Searched refs:MSI_VALUE (Results 1 – 8 of 8) sorted by relevance
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Inc/ |
D | stm32l4xx_hal_conf.h | 122 #if !defined (MSI_VALUE) 123 #define MSI_VALUE ((uint32_t)48000000U) /*!< Value of the Internal oscillator in Hz*/ macro
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Inc/ |
D | stm32l4xx_hal_conf.h | 122 #if !defined (MSI_VALUE) 123 #define MSI_VALUE ((uint32_t)4000000U) /*!< Value of the Internal oscillator in Hz*/ macro
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Src/ |
D | system_stm32l4xx.c | 114 #if !defined (MSI_VALUE) 115 #define MSI_VALUE 4000000U /*!< Value of the Internal oscillator in Hz*/ macro
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Src/ |
D | system_stm32l4xx.c | 114 #if !defined (MSI_VALUE) 115 #define MSI_VALUE 4000000U /*!< Value of the Internal oscillator in Hz*/ macro
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/ |
D | Nucleo-L4A6RG.ioc | 129 …q_Value,LPUART1Freq_Value,LSCOPinFreq_Value,LSI_VALUE,MCO1PinFreq_Value,MSI_VALUE,PLLN,PLLPoutputF… 137 RCC.MSI_VALUE=4000000
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/ |
D | Nucleo-L476RG.ioc | 161 …1Freq_Value,LSCOPinFreq_Value,LSI_VALUE,MCO1PinFreq_Value,MSIClockRange,MSI_VALUE,PLLN,PLLPoutputF… 170 RCC.MSI_VALUE=48000000
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_rcc.c | 303 SystemCoreClock = MSI_VALUE; in HAL_RCC_DeInit()
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_rcc.c | 303 SystemCoreClock = MSI_VALUE; in HAL_RCC_DeInit()
|