STM32F4xx_Nucleo_144 + 0/42 examples
CodeScope will show references to USER_BUTTON_PIN from the following samples and libraries:
 
Symbols
loading...
Files
loading...

USER_BUTTON_PIN macro

Key push-button

Syntax

#define USER_BUTTON_PIN GPIO_PIN_13

Examples

USER_BUTTON_PIN is referenced by 42 libraries and example projects.

References

LocationText
stm32f4xx_nucleo_144.h:139
#define USER_BUTTON_PIN GPIO_PIN_13
stm32f4xx_nucleo_144.c:90
const uint16_t BUTTON_PIN[BUTTONn] = {USER_BUTTON_PIN};
stm32f4xx_nucleo_144.h:150
#define KEY_BUTTON_PIN USER_BUTTON_PIN