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

Macros

#define DDL_GPIO_OUTPUT_PUSHPULL   (0x00000000U)
#define DDL_GPIO_OUTPUT_OPENDRAIN   GPIO_OMODE_OT_0

Detailed Description

Macro Definition Documentation

◆ DDL_GPIO_OUTPUT_OPENDRAIN

#define DDL_GPIO_OUTPUT_OPENDRAIN   GPIO_OMODE_OT_0

Select open-drain as output type

Definition at line 185 of file g32r4xx_ddl_gpio.h.

◆ DDL_GPIO_OUTPUT_PUSHPULL

#define DDL_GPIO_OUTPUT_PUSHPULL   (0x00000000U)

Select push-pull as output type

Definition at line 184 of file g32r4xx_ddl_gpio.h.