STM32F0308-Discovery BSP User Manual: Exported Functions

STM32F0308 Discovery BSP Drivers

STM32F0308-Discovery BSP User Manual

Functions

uint32_t BSP_GetVersion (void)
 This method returns the STM32F0308 DISCO BSP Driver revision.
void BSP_LED_Init (Led_TypeDef Led)
 Configures LED GPIO.
void BSP_LED_On (Led_TypeDef Led)
 Turns selected LED On.
void BSP_LED_Off (Led_TypeDef Led)
 Turns selected LED Off.
void BSP_LED_Toggle (Led_TypeDef Led)
 Toggles the selected LED.
void BSP_PB_Init (Button_TypeDef Button, ButtonMode_TypeDef Mode)
 Configures Button GPIO and EXTI Line.
uint32_t BSP_PB_GetState (Button_TypeDef Button)
 Returns the selected Button state.

Function Documentation

uint32_t BSP_GetVersion ( void  )

This method returns the STM32F0308 DISCO BSP Driver revision.

Return values:
version: 0xXYZR (8bits for each decimal, R for RC)

Definition at line 96 of file stm32f0308_discovery.c.

References __STM32F0308_DISCO_BSP_VERSION.

void BSP_LED_Init ( Led_TypeDef  Led)

Configures LED GPIO.

Parameters:
LedSpecifies the Led to be configured. This parameter can be one of following parameters:
  • LED3
  • LED4
Return values:
None

Definition at line 109 of file stm32f0308_discovery.c.

References LED_PIN, LED_PORT, and LEDx_GPIO_CLK_ENABLE.

void BSP_LED_Off ( Led_TypeDef  Led)

Turns selected LED Off.

Parameters:
LedSpecifies the Led to be set off. This parameter can be one of following parameters:
  • LED3
  • LED4
Return values:
None

Definition at line 148 of file stm32f0308_discovery.c.

References LED_PIN, and LED_PORT.

void BSP_LED_On ( Led_TypeDef  Led)

Turns selected LED On.

Parameters:
LedSpecifies the Led to be set on. This parameter can be one of following parameters:
  • LED3
  • LED4
Return values:
None

Definition at line 135 of file stm32f0308_discovery.c.

References LED_PIN, and LED_PORT.

void BSP_LED_Toggle ( Led_TypeDef  Led)

Toggles the selected LED.

Parameters:
LedSpecifies the Led to be toggled. This parameter can be one of following parameters:
  • LED3
  • LED4
Return values:
None

Definition at line 161 of file stm32f0308_discovery.c.

References LED_PIN, and LED_PORT.

uint32_t BSP_PB_GetState ( Button_TypeDef  Button)

Returns the selected Button state.

Parameters:
ButtonSpecifies the Button to be checked. This parameter should be: BUTTON_USER
Return values:
TheButton GPIO pin value.

Definition at line 217 of file stm32f0308_discovery.c.

References BUTTON_PIN, and BUTTON_PORT.

void BSP_PB_Init ( Button_TypeDef  Button,
ButtonMode_TypeDef  Mode 
)

Configures Button GPIO and EXTI Line.

Parameters:
ButtonSpecifies the Button to be configured. This parameter should be: BUTTON_USER
ModeSpecifies Button mode. This parameter can be one of the following values:
  • BUTTON_MODE_GPIO: Button will be used as simple IO
  • BUTTON_MODE_EXTI: Button will be connected to EXTI line with interrupt generation capability
Return values:
None

Definition at line 177 of file stm32f0308_discovery.c.

References BUTTON_IRQn, BUTTON_MODE_EXTI, BUTTON_MODE_GPIO, BUTTON_PIN, BUTTON_PORT, and BUTTONx_GPIO_CLK_ENABLE.

Generated on Wed Jul 5 2017 09:26:24 for STM32F0308-Discovery BSP User Manual by   doxygen 1.7.6.1