STM32F3xx-Nucleo BSP User Manual: STM32F3XX-NUCLEO LED

STM32F3xx-Nucleo BSP Drivers

STM32F3xx-Nucleo BSP User Manual
STM32F3XX-NUCLEO LED

Define for STM32F3XX_NUCLEO board. More...

Defines

#define LEDn   1
#define LEDx_GPIO_CLK_ENABLE(__INDEX__)   do { if ((__INDEX__) == 0) LED2_GPIO_CLK_ENABLE();} while(0)
#define LEDx_GPIO_CLK_DISABLE(__INDEX__)   (((__INDEX__) == 0) ? LED2_GPIO_CLK_DISABLE() : 0)

Detailed Description

Define for STM32F3XX_NUCLEO board.


Define Documentation

#define LEDn   1

Definition at line 140 of file stm32f3xx_nucleo.h.

#define LEDx_GPIO_CLK_DISABLE (   __INDEX__)    (((__INDEX__) == 0) ? LED2_GPIO_CLK_DISABLE() : 0)

Definition at line 160 of file stm32f3xx_nucleo.h.

#define LEDx_GPIO_CLK_ENABLE (   __INDEX__)    do { if ((__INDEX__) == 0) LED2_GPIO_CLK_ENABLE();} while(0)

Definition at line 159 of file stm32f3xx_nucleo.h.

Referenced by BSP_LED_Init().

Generated on Wed May 31 2017 10:59:20 for STM32F3xx-Nucleo BSP User Manual by   doxygen 1.7.6.1