cancel
Showing results for 
Search instead for 
Did you mean: 

Error in documentation in stm32u5xx_hal.adc.h

LMond.1
Associate

There is a little error on documention at the following lines

#define ADC_LOW_POWER_NONE              (0x00000000UL)                 /*!< Both Low Power Auto Off and Deep Power Down is Disabled*/
#define ADC_LOW_POWER_AUTOFF            (ADC4_PW_AUTOFF)               /*!< Low Power Auto Off Enabled and Deep Power Down is Disabled*/
#define ADC_LOW_POWER_DPD               (ADC4_PW_DPD)                  /*!< Low Power Auto Off Disabled and Deep Power Down is Enabaled*/
#define ADC_LOW_POWER_AUTOFF_DPD        (ADC4_PW_AUTOFF | ADC4_PW_DPD) /*!< Low Power Auto Off Disabled and Deep Power Down is Enabaled*/

Line 3 has to be corrected, from "Enabaled" to "Enabled"

Line 4 has to be corrected with the following sentence : "Both Low Power Auto Off and Deep Power Down are Enabled"

1 REPLY 1
KDJEM.1
ST Employee

Hello @LMond.1​ and welcome to the Community 🙂,

Thanks for bringing this issue to our attention.

I reported internally.

Internal ticket number: 139909 (This is an internal tracking number and is not accessible or usable by customers).

Kaouthar

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.