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

Macros

#define DDL_COMP_FILTER_NONE   (0x00000000UL)
#define DDL_COMP_FILTER_2HSICLK   (COMP_CSTS_FILTER_0)
#define DDL_COMP_FILTER_4HSICLK   (COMP_CSTS_FILTER_1)
#define DDL_COMP_FILTER_6HSICLK   (COMP_CSTS_FILTER_1 | COMP_CSTS_FILTER_0)
#define DDL_COMP_FILTER_12HSICLK   (COMP_CSTS_FILTER_2)
#define DDL_COMP_FILTER_18HSICLK   (COMP_CSTS_FILTER_2 | COMP_CSTS_FILTER_0)
#define DDL_COMP_FILTER_24HSICLK   (COMP_CSTS_FILTER_2 | COMP_CSTS_FILTER_1)
#define DDL_COMP_FILTER_30HSICLK   (COMP_CSTS_FILTER)

Detailed Description

Macro Definition Documentation

◆ DDL_COMP_FILTER_12HSICLK

#define DDL_COMP_FILTER_12HSICLK   (COMP_CSTS_FILTER_2)

Definition at line 207 of file g32r4xx_ddl_comp.h.

◆ DDL_COMP_FILTER_18HSICLK

#define DDL_COMP_FILTER_18HSICLK   (COMP_CSTS_FILTER_2 | COMP_CSTS_FILTER_0)

Definition at line 208 of file g32r4xx_ddl_comp.h.

◆ DDL_COMP_FILTER_24HSICLK

#define DDL_COMP_FILTER_24HSICLK   (COMP_CSTS_FILTER_2 | COMP_CSTS_FILTER_1)

Definition at line 209 of file g32r4xx_ddl_comp.h.

◆ DDL_COMP_FILTER_2HSICLK

#define DDL_COMP_FILTER_2HSICLK   (COMP_CSTS_FILTER_0)

Definition at line 204 of file g32r4xx_ddl_comp.h.

◆ DDL_COMP_FILTER_30HSICLK

#define DDL_COMP_FILTER_30HSICLK   (COMP_CSTS_FILTER)

Definition at line 210 of file g32r4xx_ddl_comp.h.

◆ DDL_COMP_FILTER_4HSICLK

#define DDL_COMP_FILTER_4HSICLK   (COMP_CSTS_FILTER_1)

Definition at line 205 of file g32r4xx_ddl_comp.h.

◆ DDL_COMP_FILTER_6HSICLK

#define DDL_COMP_FILTER_6HSICLK   (COMP_CSTS_FILTER_1 | COMP_CSTS_FILTER_0)

Definition at line 206 of file g32r4xx_ddl_comp.h.

◆ DDL_COMP_FILTER_NONE

#define DDL_COMP_FILTER_NONE   (0x00000000UL)

Definition at line 203 of file g32r4xx_ddl_comp.h.