STM32L486xx HAL User Manual
Data Fields
LL_COMP_InitTypeDef Struct Reference

Structure definition of some features of COMP instance. More...

#include <stm32l4xx_ll_comp.h>

Data Fields

uint32_t PowerMode
uint32_t InputPlus
uint32_t InputMinus
uint32_t InputHysteresis
uint32_t OutputPolarity
uint32_t OutputBlankingSource

Detailed Description

Structure definition of some features of COMP instance.

Definition at line 81 of file stm32l4xx_ll_comp.h.


Field Documentation

Set comparator hysteresis mode of the input minus. This parameter can be a value of Comparator input - Hysteresis

This feature can be modified afterwards using unitary function LL_COMP_SetInputHysteresis().

Definition at line 98 of file stm32l4xx_ll_comp.h.

Referenced by LL_COMP_Init(), and LL_COMP_StructInit().

Set comparator input minus (inverting input). This parameter can be a value of Comparator inputs - Input minus (input inverting) selection

This feature can be modified afterwards using unitary function LL_COMP_SetInputMinus().

Definition at line 93 of file stm32l4xx_ll_comp.h.

Referenced by LL_COMP_Init(), and LL_COMP_StructInit().

Set comparator input plus (non-inverting input). This parameter can be a value of Comparator inputs - Input plus (input non-inverting) selection

This feature can be modified afterwards using unitary function LL_COMP_SetInputPlus().

Definition at line 88 of file stm32l4xx_ll_comp.h.

Referenced by LL_COMP_Init(), and LL_COMP_StructInit().

Set comparator blanking source. This parameter can be a value of Comparator output - Blanking source

This feature can be modified afterwards using unitary function LL_COMP_SetOutputBlankingSource().

Definition at line 108 of file stm32l4xx_ll_comp.h.

Referenced by LL_COMP_Init(), and LL_COMP_StructInit().

Set comparator output polarity. This parameter can be a value of Comparator output - Output polarity

This feature can be modified afterwards using unitary function LL_COMP_SetOutputPolarity().

Definition at line 103 of file stm32l4xx_ll_comp.h.

Referenced by LL_COMP_Init(), and LL_COMP_StructInit().

Set comparator operating mode to adjust power and speed. This parameter can be a value of Comparator modes - Power mode

This feature can be modified afterwards using unitary function LL_COMP_SetPowerMode().

Definition at line 83 of file stm32l4xx_ll_comp.h.

Referenced by LL_COMP_Init(), and LL_COMP_StructInit().


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