Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_adc.c2962 uint32_t tmp_adc_resolution; in HAL_ADC_AnalogWDGConfig() local
3018 tmp_adc_resolution = LL_ADC_GetResolution(hadc->Instance); in HAL_ADC_AnalogWDGConfig()
3019 tmp_awd_high_threshold_shifted = __LL_ADC_ANALOGWD_SET_THRESHOLD_RESOLUTION(tmp_adc_resolution, in HAL_ADC_AnalogWDGConfig()
3021 tmp_awd_low_threshold_shifted = __LL_ADC_ANALOGWD_SET_THRESHOLD_RESOLUTION(tmp_adc_resolution, in HAL_ADC_AnalogWDGConfig()