|
STM32G0 MCAL 0.0.1
Tiny MCAL for educational purpose.
|
Macros | |
| #define | PORT_NOPULL 0x00u |
| #define | PORT_PULLUP 0x01u |
| #define | PORT_PULLDOWN 0x02u |
Symbols to specify the ressitor pull configuration on each pin
| #define PORT_NOPULL 0x00u |
No pull-up, pull-down value
| #define PORT_PULLDOWN 0x02u |
Pull-down
| #define PORT_PULLUP 0x01u |
Pull-up