Searched refs:LowThreshold (Results 1 – 10 of 10) sorted by relevance
1107 uint16_t LowThreshold) in ADC_AnalogWatchdogThresholdsConfig() argument1112 assert_param(IS_ADC_THRESHOLD(LowThreshold)); in ADC_AnalogWatchdogThresholdsConfig()1116 ADCx->LTR = LowThreshold; in ADC_AnalogWatchdogThresholdsConfig()
486 uint16_t LowThreshold) in ADC_AnalogWatchdogThresholdsConfig() argument491 assert_param(IS_ADC_THRESHOLD(LowThreshold)); in ADC_AnalogWatchdogThresholdsConfig()497 ADCx->LTR = LowThreshold; in ADC_AnalogWatchdogThresholdsConfig()
485 uint16_t LowThreshold) in ADC_AnalogWatchdogThresholdsConfig() argument490 assert_param(IS_ADC_THRESHOLD(LowThreshold)); in ADC_AnalogWatchdogThresholdsConfig()496 ADCx->LTR = LowThreshold; in ADC_AnalogWatchdogThresholdsConfig()
1093 assert_param(IS_ADC_RANGE(tmp, AnalogWDGConfig->LowThreshold)); in HAL_ADC_AnalogWDGConfig()1117 hadc->Instance->LTR = AnalogWDGConfig->LowThreshold; in HAL_ADC_AnalogWDGConfig()
175 uint32_t LowThreshold; /*!< Configures the ADC analog watchdog High threshold value. member
456 …C_AnalogWatchdogThresholdsConfig(ADC_TypeDef* ADCx, uint16_t HighThreshold, uint16_t LowThreshold);
1758 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()
593 …DC_AnalogWatchdogThresholdsConfig(ADC_TypeDef* ADCx, uint16_t HighThreshold,uint16_t LowThreshold);
600 …DC_AnalogWatchdogThresholdsConfig(ADC_TypeDef* ADCx, uint16_t HighThreshold,uint16_t LowThreshold);
162 uint32_t LowThreshold; /*!< Configures the ADC analog watchdog High threshold value. member
Completed in 24 milliseconds