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

Macros

#define DDL_GPIO_PULL_NO   (0x00000000U)
#define DDL_GPIO_PULL_UP   GPIO_PUPD_PUPDR0_0
#define DDL_GPIO_PULL_DOWN   GPIO_PUPD_PUPDR0

Detailed Description

Macro Definition Documentation

◆ DDL_GPIO_PULL_DOWN

#define DDL_GPIO_PULL_DOWN   GPIO_PUPD_PUPDR0

Select I/O pull down

Definition at line 205 of file g32r4xx_ddl_gpio.h.

◆ DDL_GPIO_PULL_NO

#define DDL_GPIO_PULL_NO   (0x00000000U)

Select I/O no pull

Definition at line 203 of file g32r4xx_ddl_gpio.h.

◆ DDL_GPIO_PULL_UP

#define DDL_GPIO_PULL_UP   GPIO_PUPD_PUPDR0_0

Select I/O pull up

Definition at line 204 of file g32r4xx_ddl_gpio.h.