Home
last modified time | relevance | path

Searched refs:MSICalibrationValue (Results 1 – 25 of 26) sorted by relevance

12

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_rcc.c471 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 Dboard.c31 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 Dboard.c25 RCC_OscInitStruct.MSICalibrationValue = RCC_MSICALIBRATION_DEFAULT; in SystemClock_Config()
/bsp/stm32/stm32l496-st-discovery/board/
A Dboard.c37 RCC_OscInitStruct.MSICalibrationValue = 0; in SystemClock_Config()
/bsp/stm32/stm32u585-iot02a/board/
A Dboard.c29 RCC_OscInitStruct.MSICalibrationValue = RCC_MSICALIBRATION_DEFAULT; in SystemClock_Config()
/bsp/stm32/stm32l552-st-nucleo/board/
A Dboard.c36 RCC_OscInitStruct.MSICalibrationValue = RCC_MSICALIBRATION_DEFAULT; in SystemClock_Config()
/bsp/stm32/libraries/templates/stm32l5xx/board/
A Dboard.c36 RCC_OscInitStruct.MSICalibrationValue = RCC_MSICALIBRATION_DEFAULT; in SystemClock_Config()
/bsp/stm32/stm32l412-st-nucleo/board/
A Dboard.c32 RCC_OscInitStruct.MSICalibrationValue = 0; in SystemClock_Config()
/bsp/stm32/stm32u575-st-nucleo/board/
A Dboard.c44 RCC_OscInitStruct.MSICalibrationValue = RCC_MSICALIBRATION_DEFAULT; in SystemClock_Config()
/bsp/stm32/stm32l432-st-nucleo/board/
A Dboard.c32 RCC_OscInitStruct.MSICalibrationValue = 0; in SystemClock_Config()
/bsp/stm32/stm32l433-st-nucleo/board/
A Dboard.c33 RCC_OscInitStruct.MSICalibrationValue = 0; in SystemClock_Config()
/bsp/stm32/stm32l431-BearPi/board/
A Dboard.c33 RCC_OscInitStruct.MSICalibrationValue = 0; in SystemClock_Config()
/bsp/stm32/stm32l496-st-nucleo/board/
A Dboard.c30 RCC_OscInitStruct.MSICalibrationValue = 0; in SystemClock_Config()
/bsp/stm32/stm32wb55-st-nucleo/board/
A Dboard.c36 RCC_OscInitStruct.MSICalibrationValue = RCC_MSICALIBRATION_DEFAULT; in SystemClock_Config()
/bsp/stm32/libraries/templates/stm32wbxx/board/
A Dboard.c37 RCC_OscInitStruct.MSICalibrationValue = RCC_MSICALIBRATION_DEFAULT; in SystemClock_Config()
/bsp/stm32/stm32u585-iot02a/board/CubeMX_Config/Src/
A Dmain.c131 RCC_OscInitStruct.MSICalibrationValue = RCC_MSICALIBRATION_DEFAULT; in SystemClock_Config()
/bsp/stm32/stm32l476-st-nucleo/board/
A Dboard.c192 RCC_OscInitStruct.MSICalibrationValue = RCC_MSICALIBRATION_DEFAULT; in SystemClock_2M()
/bsp/stm32/stm32l475-atk-pandora/board/
A Dboard.c194 RCC_OscInitStruct.MSICalibrationValue = RCC_MSICALIBRATION_DEFAULT; in SystemClock_2M()
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/src/
A Dn32l43x_rcc.c489 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 Dn32l40x_rcc.c507 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 Dn32g43x_rcc.c507 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 Dn32l43x_rcc.h831 void RCC_SetMsiCalibValue(uint8_t MSICalibrationValue);
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/inc/
A Dn32l40x_rcc.h831 void RCC_SetMsiCalibValue(uint8_t MSICalibrationValue);
/bsp/stm32/stm32l496-st-discovery/board/CubeMX_Config/Src/
A Dmain.c196 RCC_OscInitStruct.MSICalibrationValue = 0; in SystemClock_Config()
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/inc/
A Dn32g43x_rcc.h829 void RCC_SetMsiCalibValue(uint8_t MSICalibrationValue);

Completed in 58 milliseconds

12