BUTTON_PIN is only used within STM32F413H-Discovery.
 
Symbols
loading...
Files
loading...

BUTTON_PIN variable

Syntax

const uint16_t BUTTON_PIN[BUTTONn] = {WAKEUP_BUTTON_PIN};

References

LocationReferrerText
stm32f413h_discovery.c:86
const uint16_t BUTTON_PIN[BUTTONn] = {WAKEUP_BUTTON_PIN};
stm32f413h_discovery.c:264BSP_PB_Init()
gpio_init_structure.Pin = BUTTON_PIN[Button];
stm32f413h_discovery.c:274BSP_PB_Init()
gpio_init_structure.Pin = BUTTON_PIN[Button];
stm32f413h_discovery.c:299BSP_PB_DeInit()
gpio_init_structure.Pin = BUTTON_PIN[Button];
stm32f413h_discovery.c:314BSP_PB_GetState()
return HAL_GPIO_ReadPin(BUTTON_PORT[Button], BUTTON_PIN[Button]);

Data Use

Functions reading BUTTON_PIN
BUTTON_PIN
Type of BUTTON_PIN
BUTTON_PIN
uint16_t
all items filtered out