STM32L486xx HAL User Manual
Data Fields
COMP_InitTypeDef Struct Reference

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

Detailed Description

COMP Init structure definition.

Definition at line 65 of file stm32l4xx_hal_comp.h.


Field Documentation

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

Definition at line 90 of file stm32l4xx_hal_comp.h.

Referenced by HAL_COMP_Init().

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

Definition at line 84 of file stm32l4xx_hal_comp.h.

Referenced by HAL_COMP_Init().

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

Definition at line 81 of file stm32l4xx_hal_comp.h.

Referenced by HAL_COMP_Init().

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

Definition at line 73 of file stm32l4xx_hal_comp.h.

Referenced by HAL_COMP_Init().

Set comparator input plus (non-inverting input). This parameter can be a value of COMP input plus (non-inverting input)

Definition at line 78 of file stm32l4xx_hal_comp.h.

Referenced by HAL_COMP_Init().

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

Definition at line 87 of file stm32l4xx_hal_comp.h.

Referenced by HAL_COMP_Init().

Set the comparator output triggering External Interrupt Line (EXTI). This parameter can be a value of COMP output to EXTI

Definition at line 93 of file stm32l4xx_hal_comp.h.

Referenced by HAL_COMP_Init().

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 68 of file stm32l4xx_hal_comp.h.

Referenced by HAL_COMP_Init().


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