| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_hal_rcc.c | 471 assert_param(IS_RCC_MSICALIBRATION_VALUE(RCC_OscInitStruct->MSICalibrationValue)); in HAL_RCC_OscConfig() 488 __HAL_RCC_MSI_CALIBRATIONVALUE_ADJUST(RCC_OscInitStruct->MSICalibrationValue); in HAL_RCC_OscConfig() 496 __HAL_RCC_MSI_CALIBRATIONVALUE_ADJUST(RCC_OscInitStruct->MSICalibrationValue); in HAL_RCC_OscConfig() 540 assert_param(IS_RCC_MSICALIBRATION_VALUE(RCC_OscInitStruct->MSICalibrationValue)); in HAL_RCC_OscConfig() 546 __HAL_RCC_MSI_CALIBRATIONVALUE_ADJUST(RCC_OscInitStruct->MSICalibrationValue); in HAL_RCC_OscConfig() 1221 …RCC_OscInitStruct->MSICalibrationValue = (uint32_t)((RCC->ICSCR & RCC_ICSCR_MSITRIM) >> RCC_ICSCR_… in HAL_RCC_GetOscConfig()
|
| /bsp/stm32/stm32l496-ali-developer/board/ |
| A D | board.c | 31 RCC_OscInitStruct.MSICalibrationValue = 0; in SystemClock_Config() 170 RCC_OscInitStruct.MSICalibrationValue = RCC_MSICALIBRATION_DEFAULT; in SystemClock_Config_fromSTOP() 231 RCC_OscInitStruct.MSICalibrationValue = RCC_MSICALIBRATION_DEFAULT; in SystemClock_2M()
|
| /bsp/stm32/stm32wle5-yizhilian-lm402/board/ |
| A D | board.c | 25 RCC_OscInitStruct.MSICalibrationValue = RCC_MSICALIBRATION_DEFAULT; in SystemClock_Config()
|
| /bsp/stm32/stm32l496-st-discovery/board/ |
| A D | board.c | 37 RCC_OscInitStruct.MSICalibrationValue = 0; in SystemClock_Config()
|
| /bsp/stm32/stm32u585-iot02a/board/ |
| A D | board.c | 29 RCC_OscInitStruct.MSICalibrationValue = RCC_MSICALIBRATION_DEFAULT; in SystemClock_Config()
|
| /bsp/stm32/stm32l552-st-nucleo/board/ |
| A D | board.c | 36 RCC_OscInitStruct.MSICalibrationValue = RCC_MSICALIBRATION_DEFAULT; in SystemClock_Config()
|
| /bsp/stm32/libraries/templates/stm32l5xx/board/ |
| A D | board.c | 36 RCC_OscInitStruct.MSICalibrationValue = RCC_MSICALIBRATION_DEFAULT; in SystemClock_Config()
|
| /bsp/stm32/stm32l412-st-nucleo/board/ |
| A D | board.c | 32 RCC_OscInitStruct.MSICalibrationValue = 0; in SystemClock_Config()
|
| /bsp/stm32/stm32u575-st-nucleo/board/ |
| A D | board.c | 44 RCC_OscInitStruct.MSICalibrationValue = RCC_MSICALIBRATION_DEFAULT; in SystemClock_Config()
|
| /bsp/stm32/stm32l432-st-nucleo/board/ |
| A D | board.c | 32 RCC_OscInitStruct.MSICalibrationValue = 0; in SystemClock_Config()
|
| /bsp/stm32/stm32l433-st-nucleo/board/ |
| A D | board.c | 33 RCC_OscInitStruct.MSICalibrationValue = 0; in SystemClock_Config()
|
| /bsp/stm32/stm32l431-BearPi/board/ |
| A D | board.c | 33 RCC_OscInitStruct.MSICalibrationValue = 0; in SystemClock_Config()
|
| /bsp/stm32/stm32l496-st-nucleo/board/ |
| A D | board.c | 30 RCC_OscInitStruct.MSICalibrationValue = 0; in SystemClock_Config()
|
| /bsp/stm32/stm32wb55-st-nucleo/board/ |
| A D | board.c | 36 RCC_OscInitStruct.MSICalibrationValue = RCC_MSICALIBRATION_DEFAULT; in SystemClock_Config()
|
| /bsp/stm32/libraries/templates/stm32wbxx/board/ |
| A D | board.c | 37 RCC_OscInitStruct.MSICalibrationValue = RCC_MSICALIBRATION_DEFAULT; in SystemClock_Config()
|
| /bsp/stm32/stm32u585-iot02a/board/CubeMX_Config/Src/ |
| A D | main.c | 131 RCC_OscInitStruct.MSICalibrationValue = RCC_MSICALIBRATION_DEFAULT; in SystemClock_Config()
|
| /bsp/stm32/stm32l476-st-nucleo/board/ |
| A D | board.c | 192 RCC_OscInitStruct.MSICalibrationValue = RCC_MSICALIBRATION_DEFAULT; in SystemClock_2M()
|
| /bsp/stm32/stm32l475-atk-pandora/board/ |
| A D | board.c | 194 RCC_OscInitStruct.MSICalibrationValue = RCC_MSICALIBRATION_DEFAULT; in SystemClock_2M()
|
| /bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/src/ |
| A D | n32l43x_rcc.c | 489 void RCC_SetMsiCalibValue(uint8_t MSICalibrationValue) in RCC_SetMsiCalibValue() argument 498 tmpregister |= (uint32_t)MSICalibrationValue << 15; in RCC_SetMsiCalibValue()
|
| /bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/src/ |
| A D | n32l40x_rcc.c | 507 void RCC_SetMsiCalibValue(uint8_t MSICalibrationValue) in RCC_SetMsiCalibValue() argument 516 tmpregister |= (uint32_t)MSICalibrationValue << 15; in RCC_SetMsiCalibValue()
|
| /bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/src/ |
| A D | n32g43x_rcc.c | 507 void RCC_SetMsiCalibValue(uint8_t MSICalibrationValue) in RCC_SetMsiCalibValue() argument 516 tmpregister |= (uint32_t)MSICalibrationValue << 15; in RCC_SetMsiCalibValue()
|
| /bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/ |
| A D | n32l43x_rcc.h | 831 void RCC_SetMsiCalibValue(uint8_t MSICalibrationValue);
|
| /bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/inc/ |
| A D | n32l40x_rcc.h | 831 void RCC_SetMsiCalibValue(uint8_t MSICalibrationValue);
|
| /bsp/stm32/stm32l496-st-discovery/board/CubeMX_Config/Src/ |
| A D | main.c | 196 RCC_OscInitStruct.MSICalibrationValue = 0; in SystemClock_Config()
|
| /bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/inc/ |
| A D | n32g43x_rcc.h | 829 void RCC_SetMsiCalibValue(uint8_t MSICalibrationValue);
|