STM32H735xx HAL User Manual
|
Structure definition of some features of COMP instance. More...
#include <stm32h7xx_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 64 of file stm32h7xx_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 81 of file stm32h7xx_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 76 of file stm32h7xx_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 71 of file stm32h7xx_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 91 of file stm32h7xx_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 86 of file stm32h7xx_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 66 of file stm32h7xx_ll_comp.h.
Referenced by LL_COMP_Init(), and LL_COMP_StructInit().