STM32L443xx HAL User Manual
|
COMP Init structure definition. More...
#include <stm32l4xx_hal_comp.h>
Data Fields | |
uint32_t | WindowMode |
uint32_t | Mode |
uint32_t | NonInvertingInput |
uint32_t | InvertingInput |
uint32_t | Hysteresis |
uint32_t | OutputPol |
uint32_t | BlankingSrce |
uint32_t | TriggerMode |
COMP Init structure definition.
Definition at line 48 of file stm32l4xx_hal_comp.h.
uint32_t COMP_InitTypeDef::BlankingSrce |
Set comparator blanking source. This parameter can be a value of COMP blanking source
Definition at line 75 of file stm32l4xx_hal_comp.h.
Referenced by HAL_COMP_Init().
uint32_t COMP_InitTypeDef::Hysteresis |
Set comparator hysteresis mode of the input minus. This parameter can be a value of COMP hysteresis
Definition at line 69 of file stm32l4xx_hal_comp.h.
Referenced by HAL_COMP_Init().
uint32_t COMP_InitTypeDef::InvertingInput |
Set comparator input minus (inverting input). This parameter can be a value of COMP input minus (inverting input)
Definition at line 66 of file stm32l4xx_hal_comp.h.
Referenced by HAL_COMP_Init().
uint32_t COMP_InitTypeDef::Mode |
Set comparator operating mode to adjust power and speed. Note: For the characteristics of comparator power modes (propagation delay and power consumption), refer to device datasheet. This parameter can be a value of COMP power mode
Definition at line 58 of file stm32l4xx_hal_comp.h.
Referenced by HAL_COMP_Init().
uint32_t COMP_InitTypeDef::NonInvertingInput |
Set comparator input plus (non-inverting input). This parameter can be a value of COMP input plus (non-inverting input)
Definition at line 63 of file stm32l4xx_hal_comp.h.
Referenced by HAL_COMP_Init().
uint32_t COMP_InitTypeDef::OutputPol |
Set comparator output polarity. This parameter can be a value of COMP output Polarity
Definition at line 72 of file stm32l4xx_hal_comp.h.
Referenced by HAL_COMP_Init().
uint32_t COMP_InitTypeDef::TriggerMode |
Set the comparator output triggering External Interrupt Line (EXTI). This parameter can be a value of COMP output to EXTI
Definition at line 78 of file stm32l4xx_hal_comp.h.
Referenced by HAL_COMP_Init().
uint32_t COMP_InitTypeDef::WindowMode |
Set window mode of a pair of comparators instances (2 consecutive instances odd and even COMP<x> and COMP<x+1>). Note: HAL COMP driver allows to set window mode from any COMP instance of the pair of COMP instances composing window mode. This parameter can be a value of COMP Window Mode
Definition at line 52 of file stm32l4xx_hal_comp.h.
Referenced by HAL_COMP_Init().