G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
DDL_COMP_InitTypeDef Struct Reference

COMP Init structure definition. More...

#include <g32r4xx_ddl_comp.h>

Data Fields

uint32_t InputPlus
uint32_t InputMinus
uint32_t OutputPol
uint32_t OutputBlank

Detailed Description

COMP Init structure definition.

Definition at line 75 of file g32r4xx_ddl_comp.h.

Field Documentation

◆ InputMinus

uint32_t DDL_COMP_InitTypeDef::InputMinus

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

This feature can be modified afterwards using unitary function DDL_COMP_SetInputMinus().

Definition at line 83 of file g32r4xx_ddl_comp.h.

◆ InputPlus

uint32_t DDL_COMP_InitTypeDef::InputPlus

Set comparator input plus. Note: Input plus is available only for COMP2. This parameter can be a value of COMP input plus

This feature can be modified afterwards using unitary function DDL_COMP_SetInputPlus().

Definition at line 77 of file g32r4xx_ddl_comp.h.

◆ OutputBlank

uint32_t DDL_COMP_InitTypeDef::OutputBlank

Set comparator output blank. This parameter can be a value between 0x00 ~ 0x07

This feature can be modified afterwards using unitary function DDL_COMP_SetOutputBlank().

Definition at line 93 of file g32r4xx_ddl_comp.h.

◆ OutputPol

uint32_t DDL_COMP_InitTypeDef::OutputPol

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

This feature can be modified afterwards using unitary function DDL_COMP_SetOutputPolarity().

Definition at line 88 of file g32r4xx_ddl_comp.h.


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