|
STM32G0 MCAL 0.0.1
Tiny MCAL for educational purpose.
|
Macros | |
| #define | PORT_VERY_LOW_SPEED 0x00u |
| #define | PORT_LOW_SPEED 0x01u |
| #define | PORT_HIGH_SPEED 0x02u |
| #define | PORT_VERY_HIGH_SPEED 0x03u |
Symbols to specify the Speed value of PORT pins on init function.
| #define PORT_HIGH_SPEED 0x02u |
High speed value
| #define PORT_LOW_SPEED 0x01u |
Low speed value
| #define PORT_VERY_HIGH_SPEED 0x03u |
Very high speed value
| #define PORT_VERY_LOW_SPEED 0x00u |
Very low speed value