Searched refs:high_threshold (Results 1 – 6 of 6) sorted by relevance
86 cmp_config->high_threshold = 0xffff; in sdm_get_channel_default_comparator_config()131 ptr->CH[ch_index].SCHTL = cmp_config->high_threshold; in sdm_config_channel_comparator()
251 void ADC_AnalogWatchdogThresholdsConfig(ADC_TypeDef* adc, u16 high_threshold, u16 low_threshold) in ADC_AnalogWatchdogThresholdsConfig() argument254 tempThreshold = high_threshold; in ADC_AnalogWatchdogThresholdsConfig()
718 …adc_watchdog_threshold_config(uint32_t adc_periph, uint16_t low_threshold, uint16_t high_threshold) in adc_watchdog_threshold_config() argument721 ADC_WDHT(adc_periph) = (uint32_t)WDHT_WDHT(high_threshold); in adc_watchdog_threshold_config()
61 uint16_t high_threshold; member
304 void ADC_AnalogWatchdogThresholdsConfig(ADC_TypeDef* adc, u16 high_threshold, u16 low_threshold);
367 …dc_watchdog_threshold_config(uint32_t adc_periph, uint16_t low_threshold, uint16_t high_threshold);
Completed in 622 milliseconds