Go to the source code of this file.
|
enum | GPIO_Speed { Speed_10MHz = 1,
Speed_2MHz,
Speed_50MHz
} |
|
enum | GPIO_Pin {
Pin_0 = 0x0001,
Pin_1 = 0x0002,
Pin_2 = 0x0004,
Pin_3 = 0x0008,
Pin_4 = 0x0010,
Pin_5 = 0x0020,
Pin_6 = 0x0040,
Pin_7 = 0x0080,
Pin_8 = 0x0100,
Pin_9 = 0x0200,
Pin_10 = 0x0400,
Pin_11 = 0x0800,
Pin_12 = 0x1000,
Pin_13 = 0x2000,
Pin_14 = 0x4000,
Pin_15 = 0x8000,
Pin_All = 0xFFFF
} |
|
Enumerator |
---|
Pin_0 |
|
Pin_1 |
|
Pin_2 |
|
Pin_3 |
|
Pin_4 |
|
Pin_5 |
|
Pin_6 |
|
Pin_7 |
|
Pin_8 |
|
Pin_9 |
|
Pin_10 |
|
Pin_11 |
|
Pin_12 |
|
Pin_13 |
|
Pin_14 |
|
Pin_15 |
|
Pin_All |
|
Enumerator |
---|
Speed_10MHz |
|
Speed_2MHz |
|
Speed_50MHz |
|
void gpioExtiLineConfig |
( |
uint8_t |
portsrc, |
|
|
uint8_t |
pinsrc |
|
) |
| |
void gpioPinRemapConfig |
( |
uint32_t |
remap, |
|
|
bool |
enable |
|
) |
| |