G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
Analog Filter Selection

Macros

#define DDL_I2C_ANALOGFILTER_ENABLE   0x00000000U
#define DDL_I2C_ANALOGFILTER_DISABLE   I2C_FILTER_ANFDIS

Detailed Description

Macro Definition Documentation

◆ DDL_I2C_ANALOGFILTER_DISABLE

#define DDL_I2C_ANALOGFILTER_DISABLE   I2C_FILTER_ANFDIS

Analog filter is disabled.

Definition at line 235 of file g32r4xx_ddl_i2c.h.

◆ DDL_I2C_ANALOGFILTER_ENABLE

#define DDL_I2C_ANALOGFILTER_ENABLE   0x00000000U

Analog filter is enabled.

Definition at line 234 of file g32r4xx_ddl_i2c.h.