![]() |
RTEMS 6.1-rc7
|
COMP Init structure definition
More...
#include <stm32h7xx_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
uint32_t COMP_InitTypeDef::BlankingSrce |
Set comparator blanking source. This parameter can be a value of COMP Blanking Source
uint32_t COMP_InitTypeDef::Hysteresis |
Set comparator hysteresis mode of the input minus. This parameter can be a value of COMP hysteresis
uint32_t COMP_InitTypeDef::InvertingInput |
Set comparator input minus (inverting input). This parameter can be a value of COMP input minus (inverting input)
uint32_t COMP_InitTypeDef::Mode |
Set comparator operating mode to adjust power and speed. Note: For the characteritics of comparator power modes (propagation delay and power consumption), refer to device datasheet. This parameter can be a value of COMP power mode
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)
uint32_t COMP_InitTypeDef::OutputPol |
Set comparator output polarity. This parameter can be a value of COMP Output Polarity
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
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