STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
PWREx Regulator state in UnderDrive mode

Macros

#define PWR_MAINREGULATOR_UNDERDRIVE_ON   PWR_CR1_MRUDS
 
#define PWR_LOWPOWERREGULATOR_UNDERDRIVE_ON   ((uint32_t)(PWR_CR1_LPDS | PWR_CR1_LPUDS))
 

Detailed Description

Macro Definition Documentation

#define PWR_LOWPOWERREGULATOR_UNDERDRIVE_ON   ((uint32_t)(PWR_CR1_LPDS | PWR_CR1_LPUDS))

Definition at line 92 of file stm32f7xx_hal_pwr_ex.h.

#define PWR_MAINREGULATOR_UNDERDRIVE_ON   PWR_CR1_MRUDS

Definition at line 91 of file stm32f7xx_hal_pwr_ex.h.