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
Window mode control function

Window mode control function. More...

Functions

void COMP_WindowCmd (FunctionalState NewState)
 Enables or disables the window mode. More...
 

Detailed Description

Window mode control function.

 ===============================================================================
                     ##### Window mode control function #####
 ===============================================================================  

Function Documentation

void COMP_WindowCmd ( FunctionalState  NewState)

Enables or disables the window mode.

Note
In window mode, COMP1 and COMP2 non inverting inputs are connected together and only COMP1 non inverting input (PA1) can be used.
Parameters
NewState,:new state of the window mode. This parameter can be :
  • ENABLE: COMP1 and COMP2 non inverting inputs are connected together.
  • DISABLE: OMP1 and COMP2 non inverting inputs are disconnected.
Return values
None