Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Inc/
Dstm32l4xx_hal_conf.h122 #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/
Dstm32l4xx_hal_conf.h122 #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/
Dsystem_stm32l4xx.c114 #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/
Dsystem_stm32l4xx.c114 #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/
DNucleo-L4A6RG.ioc129 …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/
DNucleo-L476RG.ioc161 …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/
Dstm32l4xx_hal_rcc.c303 SystemCoreClock = MSI_VALUE; in HAL_RCC_DeInit()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rcc.c303 SystemCoreClock = MSI_VALUE; in HAL_RCC_DeInit()