STM32F0xx-Nucleo BSP User Manual: LED Functions

STM32F0xx Nucleo BSP Drivers

STM32F0xx-Nucleo BSP User Manual

Functions

void BSP_LED_Init (Led_TypeDef Led)
 Configures LED GPIO.
void BSP_LED_DeInit (Led_TypeDef Led)
 DeInit LEDs.
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.

Function Documentation

void BSP_LED_DeInit ( Led_TypeDef  Led)

DeInit LEDs.

Parameters:
LedLED to be de-init. This parameter can be one of the following values:
  • LED2
Note:
Led DeInit does not disable the GPIO clock nor disable the Mfx
Return values:
None

Definition at line 192 of file stm32f0xx_nucleo.c.

References LED_PIN, and LED_PORT.

void BSP_LED_Init ( Led_TypeDef  Led)

Configures LED GPIO.

Parameters:
LedLed to be configured. This parameter can be one of the following values:
  • LED2
Return values:
None

Definition at line 168 of file stm32f0xx_nucleo.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:
  • LED2
Return values:
None

Definition at line 222 of file stm32f0xx_nucleo.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:
  • LED2
Return values:
None

Definition at line 210 of file stm32f0xx_nucleo.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:
  • LED2
Return values:
None

Definition at line 234 of file stm32f0xx_nucleo.c.

References LED_PIN, and LED_PORT.

Generated on Wed Jul 5 2017 09:45:49 for STM32F0xx-Nucleo BSP User Manual by   doxygen 1.7.6.1