Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_adc.h1561 #define IS_ADC4_LOW_POWER(__LP_MODE__) (((__LP_MODE__) == ADC_LOW_POWER_NONE) || \ argument
1562 ((__LP_MODE__) == ADC_LOW_POWER_AUTOFF) || \
1563 ((__LP_MODE__) == ADC_LOW_POWER_DPD) || \
1564 ((__LP_MODE__) == ADC_LOW_POWER_AUTOFF_DPD) )