STM32F411E-Discovery + 0/1 examples
CodeScope will show references to KEY_BUTTON_GPIO_PORT from the following samples and libraries:
Drivers
Boards
 
Symbols
loading...
Files
loading...

KEY_BUTTON_GPIO_PORT macro

Syntax

#define KEY_BUTTON_GPIO_PORT GPIOA

Examples

KEY_BUTTON_GPIO_PORT is referenced by 1 libraries and example projects.

References

LocationText
stm32f411e_discovery.h:131
#define KEY_BUTTON_GPIO_PORT GPIOA
stm32f411e_discovery.c:83
GPIO_TypeDef* BUTTON_PORT[BUTTONn] = {KEY_BUTTON_GPIO_PORT};