![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API 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 |
COMP Init structure definition.
Definition at line 75 of file g32r4xx_ddl_comp.h.
| 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.
| 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.
| 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.
| 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.