STM32446E_EVAL + 0/12 examples
CodeScope will show references to BSP_PB_GetState() from the following samples and libraries:
 
Symbols
loading...
Files
loading...

BSP_PB_GetState() function

Returns the selected button state.

Syntax

uint32_t BSP_PB_GetState(Button_TypeDef Button);
Implemented in stm32446e_eval.c:501

Arguments

Button

Button to be checked This parameter can be one of the following values: @arg BUTTON_WAKEUP: Wakeup Push Button @arg BUTTON_TAMPER: Tamper Push Button @arg BUTTON_KEY: Key Push Button

Return value

The Button GPIO pin value

Notes

On STM32446E-EVAL evaluation board, the three buttons (Wakeup, Tamper and key buttons) are mapped on the same push button nammed "Wakeup/Tamper" on the board serigraphy.

Examples

BSP_PB_GetState() is referenced by 12 libraries and example projects.

References

LocationText
stm32446e_eval.c:501
uint32_t BSP_PB_GetState(Button_TypeDef Button)
stm32446e_eval.h:357
uint32_t BSP_PB_GetState(Button_TypeDef Button);

Call Tree

Functions called by BSP_PB_GetState()
BSP_PB_GetState()
all items filtered out
Data read by BSP_PB_GetState()
BSP_PB_GetState()
Type of BSP_PB_GetState()
BSP_PB_GetState()
uint32_t
all items filtered out