| Prusa MINI Firmware overview
    | 
GPIO Pull-Up or Pull-Down Activation. More...

| Macros | |
| #define | GPIO_NOPULL 0x00000000U | 
| #define | GPIO_PULLUP 0x00000001U | 
| #define | GPIO_PULLDOWN 0x00000002U | 
GPIO Pull-Up or Pull-Down Activation.
| #define GPIO_NOPULL 0x00000000U | 
No Pull-up or Pull-down activation 
 
| #define GPIO_PULLUP 0x00000001U | 
Pull-up activation 
 
| #define GPIO_PULLDOWN 0x00000002U | 
Pull-down activation