Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dstm32f10x_adc.c1107 uint16_t LowThreshold) in ADC_AnalogWatchdogThresholdsConfig() argument
1112 assert_param(IS_ADC_THRESHOLD(LowThreshold)); in ADC_AnalogWatchdogThresholdsConfig()
1116 ADCx->LTR = LowThreshold; in ADC_AnalogWatchdogThresholdsConfig()
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_adc.c486 uint16_t LowThreshold) in ADC_AnalogWatchdogThresholdsConfig() argument
491 assert_param(IS_ADC_THRESHOLD(LowThreshold)); in ADC_AnalogWatchdogThresholdsConfig()
497 ADCx->LTR = LowThreshold; in ADC_AnalogWatchdogThresholdsConfig()
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_adc.c485 uint16_t LowThreshold) in ADC_AnalogWatchdogThresholdsConfig() argument
490 assert_param(IS_ADC_THRESHOLD(LowThreshold)); in ADC_AnalogWatchdogThresholdsConfig()
496 ADCx->LTR = LowThreshold; in ADC_AnalogWatchdogThresholdsConfig()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_adc.c1093 assert_param(IS_ADC_RANGE(tmp, AnalogWDGConfig->LowThreshold)); in HAL_ADC_AnalogWDGConfig()
1117 hadc->Instance->LTR = AnalogWDGConfig->LowThreshold; in HAL_ADC_AnalogWDGConfig()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_adc.h175 uint32_t LowThreshold; /*!< Configures the ADC analog watchdog High threshold value. member
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_adc.h456 …C_AnalogWatchdogThresholdsConfig(ADC_TypeDef* ADCx, uint16_t HighThreshold, uint16_t LowThreshold);
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_adc.c1758 assert_param(IS_ADC_RANGE(ADC_GET_RESOLUTION(hadc), AnalogWDGConfig->LowThreshold)); in HAL_ADC_AnalogWDGConfig()
1790 …pAWDLowThresholdShifted = ADC_AWD1THRESHOLD_SHIFT_RESOLUTION(hadc, AnalogWDGConfig->LowThreshold); in HAL_ADC_AnalogWDGConfig()
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_adc.h593 …DC_AnalogWatchdogThresholdsConfig(ADC_TypeDef* ADCx, uint16_t HighThreshold,uint16_t LowThreshold);
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_adc.h600 …DC_AnalogWatchdogThresholdsConfig(ADC_TypeDef* ADCx, uint16_t HighThreshold,uint16_t LowThreshold);
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_adc.h162 uint32_t LowThreshold; /*!< Configures the ADC analog watchdog High threshold value. member

Completed in 24 milliseconds