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

BUTTON_PIN variable

Syntax

const uint16_t BUTTON_PIN[BUTTONn] = {KEY_BUTTON_PIN};

Examples

BUTTON_PIN is referenced by 1 libraries and example projects.

References

LocationReferrerText
stm32f4_discovery.c:83
const uint16_t BUTTON_PIN[BUTTONn] = {KEY_BUTTON_PIN};
stm32f4_discovery.c:241BSP_PB_Init()
GPIO_InitStruct.Pin = BUTTON_PIN[Button];
stm32f4_discovery.c:252BSP_PB_Init()
GPIO_InitStruct.Pin = BUTTON_PIN[Button];
stm32f4_discovery.c:272BSP_PB_GetState()
return HAL_GPIO_ReadPin(BUTTON_PORT[Button], BUTTON_PIN[Button]);

Data Use

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