Home
last modified time | relevance | path

Searched refs:IS_RCC_CALIBRATION_VALUE (Results 1 – 10 of 10) sorted by relevance

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_rcc.c334 assert_param(IS_RCC_CALIBRATION_VALUE(RCC_OscInitStruct->HSICalibrationValue)); in HAL_RCC_OscConfig()
513 assert_param(IS_RCC_CALIBRATION_VALUE(RCC_OscInitStruct->HSI14CalibrationValue)); in HAL_RCC_OscConfig()
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_rcc.h430 #define IS_RCC_CALIBRATION_VALUE(VALUE) ((VALUE) <= 0x1F) macro
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_rcc.c313 assert_param(IS_RCC_CALIBRATION_VALUE(RCC_OscInitStruct->HSICalibrationValue)); in HAL_RCC_OscConfig()
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_rcc.c302 assert_param(IS_RCC_CALIBRATION_VALUE(HSICalibrationValue)); in RCC_AdjustHSICalibrationValue()
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_rcc.h625 #define IS_RCC_CALIBRATION_VALUE(VALUE) ((VALUE) <= 0x1F) macro
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dstm32f10x_rcc.c337 assert_param(IS_RCC_CALIBRATION_VALUE(HSICalibrationValue)); in RCC_AdjustHSICalibrationValue()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_rcc.h1255 #define IS_RCC_CALIBRATION_VALUE(VALUE) ((VALUE) <= 0x1F) macro
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_rcc.h708 #define IS_RCC_CALIBRATION_VALUE(VALUE) ((VALUE) <= 0x1F) macro
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_rcc.c322 assert_param(IS_RCC_CALIBRATION_VALUE(HSICalibrationValue)); in RCC_AdjustHSICalibrationValue()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_rcc.h154 #define IS_RCC_CALIBRATION_VALUE(__VALUE__) ((__VALUE__) <= 0x1FU) macro

Completed in 29 milliseconds