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

Macros

#define DDL_EINT_MODE_IT   ((uint8_t)0x00U)
#define DDL_EINT_MODE_EVENT   ((uint8_t)0x01U)
#define DDL_EINT_MODE_IT_EVENT   ((uint8_t)0x02U)

Detailed Description

Macro Definition Documentation

◆ DDL_EINT_MODE_EVENT

#define DDL_EINT_MODE_EVENT   ((uint8_t)0x01U)

Event Mode

Definition at line 186 of file g32r4xx_ddl_eint.h.

◆ DDL_EINT_MODE_IT

#define DDL_EINT_MODE_IT   ((uint8_t)0x00U)

Interrupt Mode

Definition at line 185 of file g32r4xx_ddl_eint.h.

◆ DDL_EINT_MODE_IT_EVENT

#define DDL_EINT_MODE_IT_EVENT   ((uint8_t)0x02U)

Interrupt & Event Mode

Definition at line 187 of file g32r4xx_ddl_eint.h.