STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
Macros
GPIO Get Port Index
STM32F7xx_HAL_Driver
»
GPIOEx
»
GPIO Private Macros
Macros
#define
GPIO_GET_INDEX
(__GPIOx__)
Detailed Description
Macro Definition Documentation
#define GPIO_GET_INDEX
(
__GPIOx__
)
Value:
(uint8_t)(((__GPIOx__) == (
GPIOA
))? 0U :\
((__GPIOx__) == (
GPIOB
))? 1U :\
((__GPIOx__) == (
GPIOC
))? 2U :\
((__GPIOx__) == (
GPIOD
))? 3U :\
((__GPIOx__) == (
GPIOE
))? 4U :\
((__GPIOx__) == (
GPIOF
))? 5U :\
((__GPIOx__) == (
GPIOG
))? 6U :\
((__GPIOx__) == (
GPIOH
))? 7U :\
((__GPIOx__) == (
GPIOI
))? 8U :\
((__GPIOx__) == (
GPIOJ
))? 9U : 10U)
GPIOD
#define GPIOD
Definition:
stm32f745xx.h:1316
GPIOA
#define GPIOA
Definition:
stm32f745xx.h:1313
GPIOB
#define GPIOB
Definition:
stm32f745xx.h:1314
GPIOE
#define GPIOE
Definition:
stm32f745xx.h:1317
GPIOJ
#define GPIOJ
Definition:
stm32f745xx.h:1322
GPIOI
#define GPIOI
Definition:
stm32f745xx.h:1321
GPIOH
#define GPIOH
Definition:
stm32f745xx.h:1320
GPIOF
#define GPIOF
Definition:
stm32f745xx.h:1318
GPIOG
#define GPIOG
Definition:
stm32f745xx.h:1319
GPIOC
#define GPIOC
Definition:
stm32f745xx.h:1315
Definition at line
294
of file
stm32f7xx_hal_gpio_ex.h
.
Generated by
1.8.11