Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_adc.h798 #define ADC_LOW_POWER_NONE (0x00000000UL) /*!< Both Low Power Auto… macro
1561 #define IS_ADC4_LOW_POWER(__LP_MODE__) (((__LP_MODE__) == ADC_LOW_POWER_NONE) || \
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_adc.c729 if (hadc->Init.LowPowerAutoPowerOff != ADC_LOW_POWER_NONE) in HAL_ADC_Init()
4316 if ((hadc->Init.LowPowerAutoPowerOff == ADC_LOW_POWER_NONE) || (hadc->Instance != ADC4)) in ADC_Enable()