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

Macros

#define DDL_COMP_OUTPUT_SEL_NONE   (0x00000000UL)
#define DDL_COMP_OUTPUT_SEL_TMR1_BKIN   (COMP_CSTS_TMR_SEL_0)
#define DDL_COMP_OUTPUT_SEL_TMR1_IC1   (COMP_CSTS_TMR_SEL_1)
#define DDL_COMP_OUTPUT_SEL_TMR1_IC2   (COMP_CSTS_TMR_SEL_1 | COMP_CSTS_TMR_SEL_0)
#define DDL_COMP_OUTPUT_SEL_TMR1_ETR   (COMP_CSTS_TMR_SEL_2)
#define DDL_COMP_OUTPUT_SEL_TMR2_IC1   (COMP_CSTS_TMR_SEL_2 | COMP_CSTS_TMR_SEL_0)
#define DDL_COMP_OUTPUT_SEL_TMR2_IC2   (COMP_CSTS_TMR_SEL_2 | COMP_CSTS_TMR_SEL_1)
#define DDL_COMP_OUTPUT_SEL_TMR2_IC3   (COMP_CSTS_TMR_SEL_2 | COMP_CSTS_TMR_SEL_1 | COMP_CSTS_TMR_SEL_0)
#define DDL_COMP_OUTPUT_SEL_TMR2_IC4   (COMP_CSTS_TMR_SEL_3)
#define DDL_COMP_OUTPUT_SEL_TMR2_ETR   (COMP_CSTS_TMR_SEL_3 | COMP_CSTS_TMR_SEL_0)
#define DDL_COMP_OUTPUT_SEL_TMR3_IC1   (COMP_CSTS_TMR_SEL_3 | COMP_CSTS_TMR_SEL_1)
#define DDL_COMP_OUTPUT_SEL_TMR3_IC2   (COMP_CSTS_TMR_SEL_3 | COMP_CSTS_TMR_SEL_1 | COMP_CSTS_TMR_SEL_0)
#define DDL_COMP_OUTPUT_SEL_TMR3_ETR   (COMP_CSTS_TMR_SEL_3 | COMP_CSTS_TMR_SEL_2)
#define DDL_COMP_OUTPUT_SEL_TMR4_IC1   (COMP_CSTS_TMR_SEL_3 | COMP_CSTS_TMR_SEL_2 | COMP_CSTS_TMR_SEL_0)
#define DDL_COMP_OUTPUT_SEL_TMR4_IC2   (COMP_CSTS_TMR_SEL_3 | COMP_CSTS_TMR_SEL_2 | COMP_CSTS_TMR_SEL_1)
#define DDL_COMP_OUTPUT_SEL_TMR4_ETR   (COMP_CSTS_TMR_SEL)

Detailed Description

Macro Definition Documentation

◆ DDL_COMP_OUTPUT_SEL_NONE

#define DDL_COMP_OUTPUT_SEL_NONE   (0x00000000UL)

Definition at line 171 of file g32r4xx_ddl_comp.h.

◆ DDL_COMP_OUTPUT_SEL_TMR1_BKIN

#define DDL_COMP_OUTPUT_SEL_TMR1_BKIN   (COMP_CSTS_TMR_SEL_0)

Definition at line 172 of file g32r4xx_ddl_comp.h.

◆ DDL_COMP_OUTPUT_SEL_TMR1_ETR

#define DDL_COMP_OUTPUT_SEL_TMR1_ETR   (COMP_CSTS_TMR_SEL_2)

Definition at line 175 of file g32r4xx_ddl_comp.h.

◆ DDL_COMP_OUTPUT_SEL_TMR1_IC1

#define DDL_COMP_OUTPUT_SEL_TMR1_IC1   (COMP_CSTS_TMR_SEL_1)

Definition at line 173 of file g32r4xx_ddl_comp.h.

◆ DDL_COMP_OUTPUT_SEL_TMR1_IC2

#define DDL_COMP_OUTPUT_SEL_TMR1_IC2   (COMP_CSTS_TMR_SEL_1 | COMP_CSTS_TMR_SEL_0)

Definition at line 174 of file g32r4xx_ddl_comp.h.

◆ DDL_COMP_OUTPUT_SEL_TMR2_ETR

#define DDL_COMP_OUTPUT_SEL_TMR2_ETR   (COMP_CSTS_TMR_SEL_3 | COMP_CSTS_TMR_SEL_0)

Definition at line 180 of file g32r4xx_ddl_comp.h.

◆ DDL_COMP_OUTPUT_SEL_TMR2_IC1

#define DDL_COMP_OUTPUT_SEL_TMR2_IC1   (COMP_CSTS_TMR_SEL_2 | COMP_CSTS_TMR_SEL_0)

Definition at line 176 of file g32r4xx_ddl_comp.h.

◆ DDL_COMP_OUTPUT_SEL_TMR2_IC2

#define DDL_COMP_OUTPUT_SEL_TMR2_IC2   (COMP_CSTS_TMR_SEL_2 | COMP_CSTS_TMR_SEL_1)

Definition at line 177 of file g32r4xx_ddl_comp.h.

◆ DDL_COMP_OUTPUT_SEL_TMR2_IC3

#define DDL_COMP_OUTPUT_SEL_TMR2_IC3   (COMP_CSTS_TMR_SEL_2 | COMP_CSTS_TMR_SEL_1 | COMP_CSTS_TMR_SEL_0)

Definition at line 178 of file g32r4xx_ddl_comp.h.

◆ DDL_COMP_OUTPUT_SEL_TMR2_IC4

#define DDL_COMP_OUTPUT_SEL_TMR2_IC4   (COMP_CSTS_TMR_SEL_3)

Definition at line 179 of file g32r4xx_ddl_comp.h.

◆ DDL_COMP_OUTPUT_SEL_TMR3_ETR

#define DDL_COMP_OUTPUT_SEL_TMR3_ETR   (COMP_CSTS_TMR_SEL_3 | COMP_CSTS_TMR_SEL_2)

Definition at line 183 of file g32r4xx_ddl_comp.h.

◆ DDL_COMP_OUTPUT_SEL_TMR3_IC1

#define DDL_COMP_OUTPUT_SEL_TMR3_IC1   (COMP_CSTS_TMR_SEL_3 | COMP_CSTS_TMR_SEL_1)

Definition at line 181 of file g32r4xx_ddl_comp.h.

◆ DDL_COMP_OUTPUT_SEL_TMR3_IC2

#define DDL_COMP_OUTPUT_SEL_TMR3_IC2   (COMP_CSTS_TMR_SEL_3 | COMP_CSTS_TMR_SEL_1 | COMP_CSTS_TMR_SEL_0)

Definition at line 182 of file g32r4xx_ddl_comp.h.

◆ DDL_COMP_OUTPUT_SEL_TMR4_ETR

#define DDL_COMP_OUTPUT_SEL_TMR4_ETR   (COMP_CSTS_TMR_SEL)

Definition at line 186 of file g32r4xx_ddl_comp.h.

◆ DDL_COMP_OUTPUT_SEL_TMR4_IC1

#define DDL_COMP_OUTPUT_SEL_TMR4_IC1   (COMP_CSTS_TMR_SEL_3 | COMP_CSTS_TMR_SEL_2 | COMP_CSTS_TMR_SEL_0)

Definition at line 184 of file g32r4xx_ddl_comp.h.

◆ DDL_COMP_OUTPUT_SEL_TMR4_IC2

#define DDL_COMP_OUTPUT_SEL_TMR4_IC2   (COMP_CSTS_TMR_SEL_3 | COMP_CSTS_TMR_SEL_2 | COMP_CSTS_TMR_SEL_1)

Definition at line 185 of file g32r4xx_ddl_comp.h.