Home
last modified time | relevance | path

Searched refs:tempThreshold (Results 1 – 4 of 4) sorted by relevance

/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/
A DHAL_adc.c603 uint32_t tempThreshold; in ADC_AnalogWatchdogThresholdsConfig() local
609 tempThreshold = HighThreshold; in ADC_AnalogWatchdogThresholdsConfig()
611 ADCx->ADCMPR = (tempThreshold<<16) | LowThreshold; in ADC_AnalogWatchdogThresholdsConfig()
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/
A Dhal_adc.c253 u32 tempThreshold; in ADC_AnalogWatchdogThresholdsConfig() local
254 tempThreshold = high_threshold; in ADC_AnalogWatchdogThresholdsConfig()
255 adc->ADCMPR = (tempThreshold << 16) | low_threshold; in ADC_AnalogWatchdogThresholdsConfig()
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/src/
A DHAL_adc.c603 uint32_t tempThreshold; in ADC_AnalogWatchdogThresholdsConfig() local
609 tempThreshold = HighThreshold; in ADC_AnalogWatchdogThresholdsConfig()
611 ADCx->ADCMPR = (tempThreshold << 16) | LowThreshold; in ADC_AnalogWatchdogThresholdsConfig()
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/
A DHAL_adc.c597 uint32_t tempThreshold; in ADC_AnalogWatchdogThresholdsConfig() local
603 tempThreshold = HighThreshold; in ADC_AnalogWatchdogThresholdsConfig()
605 ADCx->ADCMPR = (tempThreshold<<16) | LowThreshold; in ADC_AnalogWatchdogThresholdsConfig()

Completed in 21 milliseconds