mikroSDK Reference Manual

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

Macros

#define GPIO_NOPULL   0x00000000u
 
#define GPIO_PULLUP   0x00000001u
 
#define GPIO_PULLDOWN   0x00000002u
 
#define GPIO_NOPULL   0x00000000U
 
#define GPIO_PULLUP   0x00000001U
 
#define GPIO_PULLDOWN   0x00000002U
 
#define GPIO_NOPULL   0x00000000U
 
#define GPIO_PULLUP   0x00000001U
 
#define GPIO_PULLDOWN   0x00000002U
 
#define GPIO_NOPULL   ((uint32_t)0x00000000U)
 
#define GPIO_PULLUP   ((uint32_t)0x00000001U)
 
#define GPIO_PULLDOWN   ((uint32_t)0x00000002U)
 
#define GPIO_NOPULL   (0x00000000U)
 
#define GPIO_PULLUP   (0x00000001U)
 
#define GPIO_PULLDOWN   (0x00000002U)
 

Macro Definition Documentation

◆ GPIO_NOPULL [1/5]

#define GPIO_NOPULL   0x00000000u

No Pull-up or Pull-down activation

◆ GPIO_NOPULL [2/5]

#define GPIO_NOPULL   0x00000000U

No Pull-up or Pull-down activation

◆ GPIO_NOPULL [3/5]

#define GPIO_NOPULL   0x00000000U

No Pull-up or Pull-down activation

◆ GPIO_NOPULL [4/5]

#define GPIO_NOPULL   ((uint32_t)0x00000000U)

No Pull-up or Pull-down activation

◆ GPIO_NOPULL [5/5]

#define GPIO_NOPULL   (0x00000000U)

No Pull-up or Pull-down activation

◆ GPIO_PULLDOWN [1/5]

#define GPIO_PULLDOWN   0x00000002u

Pull-down activation

◆ GPIO_PULLDOWN [2/5]

#define GPIO_PULLDOWN   0x00000002U

Pull-down activation

◆ GPIO_PULLDOWN [3/5]

#define GPIO_PULLDOWN   0x00000002U

Pull-down activation

◆ GPIO_PULLDOWN [4/5]

#define GPIO_PULLDOWN   ((uint32_t)0x00000002U)

Pull-down activation

◆ GPIO_PULLDOWN [5/5]

#define GPIO_PULLDOWN   (0x00000002U)

Pull-down activation

◆ GPIO_PULLUP [1/5]

#define GPIO_PULLUP   0x00000001u

Pull-up activation

◆ GPIO_PULLUP [2/5]

#define GPIO_PULLUP   0x00000001U

Pull-up activation

◆ GPIO_PULLUP [3/5]

#define GPIO_PULLUP   0x00000001U

Pull-up activation

◆ GPIO_PULLUP [4/5]

#define GPIO_PULLUP   ((uint32_t)0x00000001U)

Pull-up activation

◆ GPIO_PULLUP [5/5]

#define GPIO_PULLUP   (0x00000001U)

Pull-up activation