Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dstm32f10x_adc.c1106 void ADC_AnalogWatchdogThresholdsConfig(ADC_TypeDef* ADCx, uint16_t HighThreshold, in ADC_AnalogWatchdogThresholdsConfig() argument
1111 assert_param(IS_ADC_THRESHOLD(HighThreshold)); in ADC_AnalogWatchdogThresholdsConfig()
1114 ADCx->HTR = HighThreshold; in ADC_AnalogWatchdogThresholdsConfig()
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_adc.c485 void ADC_AnalogWatchdogThresholdsConfig(ADC_TypeDef* ADCx, uint16_t HighThreshold, in ADC_AnalogWatchdogThresholdsConfig() argument
490 assert_param(IS_ADC_THRESHOLD(HighThreshold)); in ADC_AnalogWatchdogThresholdsConfig()
494 ADCx->HTR = HighThreshold; in ADC_AnalogWatchdogThresholdsConfig()
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_adc.c484 void ADC_AnalogWatchdogThresholdsConfig(ADC_TypeDef* ADCx, uint16_t HighThreshold, in ADC_AnalogWatchdogThresholdsConfig() argument
489 assert_param(IS_ADC_THRESHOLD(HighThreshold)); in ADC_AnalogWatchdogThresholdsConfig()
493 ADCx->HTR = HighThreshold; in ADC_AnalogWatchdogThresholdsConfig()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_adc.c1092 assert_param(IS_ADC_RANGE(tmp, AnalogWDGConfig->HighThreshold)); in HAL_ADC_AnalogWDGConfig()
1114 hadc->Instance->HTR = AnalogWDGConfig->HighThreshold; in HAL_ADC_AnalogWDGConfig()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_adc.h173 uint32_t HighThreshold; /*!< Configures the ADC analog watchdog High threshold value. member
/lk-master/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_adc.h456 void ADC_AnalogWatchdogThresholdsConfig(ADC_TypeDef* ADCx, uint16_t HighThreshold, uint16_t LowThre…
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_adc.c1757 assert_param(IS_ADC_RANGE(ADC_GET_RESOLUTION(hadc), AnalogWDGConfig->HighThreshold)); in HAL_ADC_AnalogWDGConfig()
1789 …AWDHighThresholdShifted = ADC_AWD1THRESHOLD_SHIFT_RESOLUTION(hadc, AnalogWDGConfig->HighThreshold); in HAL_ADC_AnalogWDGConfig()
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_adc.h593 void ADC_AnalogWatchdogThresholdsConfig(ADC_TypeDef* ADCx, uint16_t HighThreshold,uint16_t LowThres…
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_adc.h600 void ADC_AnalogWatchdogThresholdsConfig(ADC_TypeDef* ADCx, uint16_t HighThreshold,uint16_t LowThres…
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_adc.h160 uint32_t HighThreshold; /*!< Configures the ADC analog watchdog High threshold value. member

Completed in 32 milliseconds