|
GPS Device
|
Convenience macros for GPIO peripheral clock enable/disable. More...

Macros | |
| #define | GPIOA_CLK_EN() |
| #define | GPIOB_CLK_EN() |
| #define | GPIOC_CLK_EN() |
| #define | GPIOD_CLK_EN() |
| #define | GPIOE_CLK_EN() |
| #define | GPIOH_CLK_EN() |
| #define | GPIOA_CLK_DIS() |
| #define | GPIOB_CLK_DIS() |
| #define | GPIOC_CLK_DIS() |
| #define | GPIOD_CLK_DIS() |
| #define | GPIOE_CLK_DIS() |
| #define | GPIOH_CLK_DIS() |
Convenience macros for GPIO peripheral clock enable/disable.
| #define GPIOA_CLK_EN | ( | ) |
Enable GPIOA clock.
Definition at line 891 of file stm32f401re.h.
| #define GPIOB_CLK_EN | ( | ) |
Enable GPIOB clock.
Definition at line 892 of file stm32f401re.h.
| #define GPIOC_CLK_EN | ( | ) |
Enable GPIOC clock.
Definition at line 893 of file stm32f401re.h.
| #define GPIOD_CLK_EN | ( | ) |
Enable GPIOD clock.
Definition at line 894 of file stm32f401re.h.
| #define GPIOE_CLK_EN | ( | ) |
Enable GPIOE clock.
Definition at line 895 of file stm32f401re.h.
| #define GPIOH_CLK_EN | ( | ) |
Enable GPIOH clock.
Definition at line 896 of file stm32f401re.h.
| #define GPIOA_CLK_DIS | ( | ) |
Disable GPIOA clock.
Definition at line 898 of file stm32f401re.h.
| #define GPIOB_CLK_DIS | ( | ) |
Disable GPIOB clock.
Definition at line 899 of file stm32f401re.h.
| #define GPIOC_CLK_DIS | ( | ) |
Disable GPIOC clock.
Definition at line 900 of file stm32f401re.h.
| #define GPIOD_CLK_DIS | ( | ) |
Disable GPIOD clock.
Definition at line 901 of file stm32f401re.h.
| #define GPIOE_CLK_DIS | ( | ) |
Disable GPIOE clock.
Definition at line 902 of file stm32f401re.h.
| #define GPIOH_CLK_DIS | ( | ) |
Disable GPIOH clock.
Definition at line 903 of file stm32f401re.h.