BUTTON_PIN is only used within STM32F4xx-Nucleo.
 
Symbols
loading...
Files
loading...

BUTTON_PIN variable

Syntax

const uint16_t BUTTON_PIN[BUTTONn] = {KEY_BUTTON_PIN};

References

LocationReferrerText
stm32f4xx_nucleo.c:89
const uint16_t BUTTON_PIN[BUTTONn] = {KEY_BUTTON_PIN};
stm32f4xx_nucleo.c:260BSP_PB_Init()
GPIO_InitStruct.Pin = BUTTON_PIN[Button];
stm32f4xx_nucleo.c:270BSP_PB_Init()
GPIO_InitStruct.Pin = BUTTON_PIN[Button];
stm32f4xx_nucleo.c:291BSP_PB_DeInit()
gpio_init_structure.Pin = BUTTON_PIN[Button];
stm32f4xx_nucleo.c:304BSP_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