RTEMS 6.1-rc7
Loading...
Searching...
No Matches
Data Fields
COMP_InitTypeDef Struct Reference

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
 

Detailed Description

COMP Init structure definition

Field Documentation

◆ BlankingSrce

uint32_t COMP_InitTypeDef::BlankingSrce

Set comparator blanking source. This parameter can be a value of COMP Blanking Source

◆ Hysteresis

uint32_t COMP_InitTypeDef::Hysteresis

Set comparator hysteresis mode of the input minus. This parameter can be a value of COMP hysteresis

◆ InvertingInput

uint32_t COMP_InitTypeDef::InvertingInput

Set comparator input minus (inverting input). This parameter can be a value of COMP input minus (inverting input)

◆ Mode

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

◆ NonInvertingInput

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)

◆ OutputPol

uint32_t COMP_InitTypeDef::OutputPol

Set comparator output polarity. This parameter can be a value of COMP Output Polarity

◆ TriggerMode

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

◆ WindowMode

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


The documentation for this struct was generated from the following file: