STM32F0 Standard Peripheral bibliotheek  1.0
ST Microelectronics standard peripheral bibliotheek documentatie voor de STM32F0 familie
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
COMP_InitTypeDef Struct Reference

COMP Init structure definition. More...

#include <stm32f0xx_comp.h>

Data Fields

uint32_t COMP_InvertingInput
 
uint32_t COMP_Output
 
uint32_t COMP_OutputPol
 
uint32_t COMP_Hysteresis
 
uint32_t COMP_Mode
 

Detailed Description

COMP Init structure definition.

Field Documentation

uint32_t COMP_Hysteresis
        Selects the hysteresis voltage of the comparator.

This parameter can be a value of COMP_Hysteresis

uint32_t COMP_InvertingInput
    Selects the inverting input of the comparator.

This parameter can be a value of COMP_InvertingInput

uint32_t COMP_Mode
               Selects the operating mode of the comparator

and allows to adjust the speed/consumption. This parameter can be a value of COMP_Mode

uint32_t COMP_Output
            Selects the output redirection of the comparator.

This parameter can be a value of COMP_Output

uint32_t COMP_OutputPol
           Selects the output polarity of the comparator.

This parameter can be a value of COMP_OutputPolarity


The documentation for this struct was generated from the following file: