![]() |
STM32F37 Standard Peripheral bibliotheek
1.0
ST Microelectronics bibliotheek documentatie voor de STM32F37 Standard Peripheral Library
|
SDADC Analog configuration function. More...
Functions | |
| void | PWR_SDADCAnalogCmd (uint32_t PWR_SDADCAnalog, FunctionalState NewState) |
| Enables or disables the WakeUp Pin functionality. More... | |
SDADC Analog configuration function.
==============================================================================
##### SDADC analog configuration functions #####
==============================================================================
[..]
(+) The SDADC peripherals are per default in deep power down mode, in order to
be used their analog part should be enabled and though by calling the
PWR_SDADCAnalogCmd() function. | void PWR_SDADCAnalogCmd | ( | uint32_t | PWR_SDADCAnalog, |
| FunctionalState | NewState | ||
| ) |
Enables or disables the WakeUp Pin functionality.
| PWR_SDADCAnalog,: | specifies the SDADC. This parameter can be: PWR_SDADCAnalog_1, PWR_SDADCAnalog_2 or PWR_SDADCAnalog_3. |
| NewState,: | new state of the SDADC Analog functionality. This parameter can be: ENABLE or DISABLE. |
| None |