STM32F4xx_Nucleo_144 + 0/26 examples
CodeScope will show references to BSP_PB_GetState() from the following samples and libraries:
Examples
STM32F412ZG-Nucleo
Examples
I2C
PWR
SPI
Applications
USB_Host
STM32F413ZH-Nucleo
Examples
I2C
PWR
SPI
Applications
USB_Device
USB_Host
STM32F429ZI-Nucleo
Examples
PWR
Applications
USBX
USB_Device
USB_Host
STM32F446ZE-Nucleo
Examples
PWR
Applications
USB_Device
USB_Host
 
Symbols
loading...
Files
loading...

BSP_PB_GetState() function

Returns the selected Button state.

Syntax

uint32_t BSP_PB_GetState(Button_TypeDef Button);
Implemented in stm32f4xx_nucleo_144.c:309

Arguments

Button

Specifies the Button to be checked. This parameter should be: BUTTON_USER

Return value

The Button GPIO pin value.

Examples

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

References

LocationText
stm32f4xx_nucleo_144.c:309
uint32_t BSP_PB_GetState(Button_TypeDef Button)
stm32f4xx_nucleo_144.h:307
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