STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
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)
#define GPIOD
Definition: stm32f745xx.h:1316
#define GPIOA
Definition: stm32f745xx.h:1313
#define GPIOB
Definition: stm32f745xx.h:1314
#define GPIOE
Definition: stm32f745xx.h:1317
#define GPIOJ
Definition: stm32f745xx.h:1322
#define GPIOI
Definition: stm32f745xx.h:1321
#define GPIOH
Definition: stm32f745xx.h:1320
#define GPIOF
Definition: stm32f745xx.h:1318
#define GPIOG
Definition: stm32f745xx.h:1319
#define GPIOC
Definition: stm32f745xx.h:1315

Definition at line 294 of file stm32f7xx_hal_gpio_ex.h.