STM324xG_EVAL + 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

Examples

BUTTON_PIN is referenced by 1 libraries and example projects.

References

LocationReferrerText
stm324xg_eval.c:98
const uint16_t BUTTON_PIN[BUTTONn] = {WAKEUP_BUTTON_PIN,
stm324xg_eval.c:291BSP_PB_Init()
GPIO_InitStruct.Pin = BUTTON_PIN[Button];
stm324xg_eval.c:302BSP_PB_Init()
GPIO_InitStruct.Pin = BUTTON_PIN[Button];
stm324xg_eval.c:339BSP_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