|
STM32L4xx_HAL_Driver
1.14.0
|
Data Structures | |
| struct | LL_COMP_InitTypeDef |
| Structure definition of some features of COMP instance. More... | |
| struct LL_COMP_InitTypeDef |
Structure definition of some features of COMP instance.
Definition at line 65 of file stm32l4xx_ll_comp.h.
| Data Fields | ||
|---|---|---|
| uint32_t | 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(). |
| uint32_t | 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(). |
| uint32_t | 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(). |
| uint32_t | OutputBlankingSource |
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(). |
| uint32_t | 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(). |
| uint32_t | 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(). |