STM32L443xx HAL User Manual
|
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 |
Structure definition of some features of COMP instance.
Definition at line 72 of file stm32l4xx_ll_comp.h.
uint32_t LL_COMP_InitTypeDef::InputHysteresis |
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 89 of file stm32l4xx_ll_comp.h.
Referenced by LL_COMP_Init(), and LL_COMP_StructInit().
uint32_t LL_COMP_InitTypeDef::InputMinus |
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 84 of file stm32l4xx_ll_comp.h.
Referenced by LL_COMP_Init(), and LL_COMP_StructInit().
uint32_t LL_COMP_InitTypeDef::InputPlus |
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 79 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 99 of file stm32l4xx_ll_comp.h.
Referenced by LL_COMP_Init(), and LL_COMP_StructInit().
uint32_t LL_COMP_InitTypeDef::OutputPolarity |
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 94 of file stm32l4xx_ll_comp.h.
Referenced by LL_COMP_Init(), and LL_COMP_StructInit().
uint32_t LL_COMP_InitTypeDef::PowerMode |
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 74 of file stm32l4xx_ll_comp.h.
Referenced by LL_COMP_Init(), and LL_COMP_StructInit().