STM32F37 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F37 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
SDADC Analog part configuration function

SDADC Analog configuration function. More...

Functions

void PWR_SDADCAnalogCmd (uint32_t PWR_SDADCAnalog, FunctionalState NewState)
 Enables or disables the WakeUp Pin functionality. More...
 

Detailed Description

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.

Function Documentation

void PWR_SDADCAnalogCmd ( uint32_t  PWR_SDADCAnalog,
FunctionalState  NewState 
)

Enables or disables the WakeUp Pin functionality.

Parameters
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.
Return values
None