思澈科技软件开发工具包  2.20

GPIO Pull-Up or Pull-Down Activation. More...

Macros

#define GPIO_NOPULL   (0x00000000u)
 
#define GPIO_PULLUP   (0x00000001u)
 
#define GPIO_PULLDOWN   (0x00000002u)
 

Detailed Description

GPIO Pull-Up or Pull-Down Activation.

Macro Definition Documentation

◆ GPIO_NOPULL

#define GPIO_NOPULL   (0x00000000u)

No Pull-up or Pull-down activation

◆ GPIO_PULLDOWN

#define GPIO_PULLDOWN   (0x00000002u)

Pull-down activation

◆ GPIO_PULLUP

#define GPIO_PULLUP   (0x00000001u)

Pull-up activation