G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
EINT Private Macros

Macros

#define IS_DDL_EINT_LINE(__VALUE__)
#define IS_DDL_EINT_MODE(__VALUE__)
#define IS_DDL_EINT_TRIGGER(__VALUE__)

Detailed Description

Macro Definition Documentation

◆ IS_DDL_EINT_LINE

#define IS_DDL_EINT_LINE ( __VALUE__)
Value:
(((__VALUE__) & ~DDL_EINT_LINE_ALL) == 0x00000000U)
#define DDL_EINT_LINE_ALL

Definition at line 72 of file g32r4xx_ddl_eint.c.

◆ IS_DDL_EINT_MODE

#define IS_DDL_EINT_MODE ( __VALUE__)
Value:
(((__VALUE__) == DDL_EINT_MODE_IT) \
|| ((__VALUE__) == DDL_EINT_MODE_EVENT) \
|| ((__VALUE__) == DDL_EINT_MODE_IT_EVENT))
#define DDL_EINT_MODE_IT
#define DDL_EINT_MODE_IT_EVENT
#define DDL_EINT_MODE_EVENT

Definition at line 74 of file g32r4xx_ddl_eint.c.

◆ IS_DDL_EINT_TRIGGER

#define IS_DDL_EINT_TRIGGER ( __VALUE__)
Value:
(((__VALUE__) == DDL_EINT_TRIGGER_NONE) \
|| ((__VALUE__) == DDL_EINT_TRIGGER_RISING) \
|| ((__VALUE__) == DDL_EINT_TRIGGER_FALLING) \
|| ((__VALUE__) == DDL_EINT_TRIGGER_RISING_FALLING))
#define DDL_EINT_TRIGGER_FALLING
#define DDL_EINT_TRIGGER_RISING
#define DDL_EINT_TRIGGER_NONE
#define DDL_EINT_TRIGGER_RISING_FALLING

Definition at line 79 of file g32r4xx_ddl_eint.c.