Skip to main content
Visitor II
November 25, 2022
Question

Error in documentation in stm32u5xx_hal.adc.h

  • November 25, 2022
  • 1 reply
  • 723 views

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"

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    November 28, 2022

    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