STM32G0 MCAL 0.0.1
Tiny MCAL for educational purpose.
Loading...
Searching...
No Matches
port speeds

Macros

#define PORT_VERY_LOW_SPEED   0x00u
 
#define PORT_LOW_SPEED   0x01u
 
#define PORT_HIGH_SPEED   0x02u
 
#define PORT_VERY_HIGH_SPEED   0x03u
 

Detailed Description

Symbols to specify the Speed value of PORT pins on init function.

Macro Definition Documentation

◆ PORT_HIGH_SPEED

#define PORT_HIGH_SPEED   0x02u

High speed value

◆ PORT_LOW_SPEED

#define PORT_LOW_SPEED   0x01u

Low speed value

◆ PORT_VERY_HIGH_SPEED

#define PORT_VERY_HIGH_SPEED   0x03u

Very high speed value

◆ PORT_VERY_LOW_SPEED

#define PORT_VERY_LOW_SPEED   0x00u

Very low speed value