STM32756G_EVAL BSP User Manual: STM32756G_EVAL_LOW_LEVEL_LED

STM32756G EVAL BSP Drivers

STM32756G_EVAL BSP User Manual
STM32756G_EVAL_LOW_LEVEL_LED

Define for STM32756G_EVAL board. More...

Defines

#define LEDn   ((uint8_t)2)
#define LED1_GPIO_PORT   GPIOF
#define LED1_GPIO_CLK_ENABLE()   __HAL_RCC_GPIOF_CLK_ENABLE()
#define LED1_GPIO_CLK_DISABLE()   __HAL_RCC_GPIOF_CLK_DISABLE()
#define LED1_PIN   GPIO_PIN_10 /* To use LED1, ensure that JP24 is in position 2-3, potentiometer is then no more usable */
#define LED3_GPIO_PORT   GPIOB
#define LED3_GPIO_CLK_ENABLE()   __HAL_RCC_GPIOB_CLK_ENABLE()
#define LED3_GPIO_CLK_DISABLE()   __HAL_RCC_GPIOB_CLK_DISABLE()
#define LED3_PIN   GPIO_PIN_7 /* To use LED3, ensure that JP23 is in position 2-3, camera is then no more usable */

Detailed Description

Define for STM32756G_EVAL board.


Define Documentation

#define LED1_GPIO_CLK_DISABLE ( )    __HAL_RCC_GPIOF_CLK_DISABLE()

Definition at line 158 of file stm32756g_eval.h.

#define LED1_GPIO_CLK_ENABLE ( )    __HAL_RCC_GPIOF_CLK_ENABLE()

Definition at line 157 of file stm32756g_eval.h.

Referenced by BSP_LED_Init().

#define LED1_GPIO_PORT   GPIOF
#define LED1_PIN   GPIO_PIN_10 /* To use LED1, ensure that JP24 is in position 2-3, potentiometer is then no more usable */

Definition at line 159 of file stm32756g_eval.h.

#define LED3_GPIO_CLK_DISABLE ( )    __HAL_RCC_GPIOB_CLK_DISABLE()

Definition at line 163 of file stm32756g_eval.h.

#define LED3_GPIO_CLK_ENABLE ( )    __HAL_RCC_GPIOB_CLK_ENABLE()

Definition at line 162 of file stm32756g_eval.h.

Referenced by BSP_LED_Init().

#define LED3_GPIO_PORT   GPIOB
#define LED3_PIN   GPIO_PIN_7 /* To use LED3, ensure that JP23 is in position 2-3, camera is then no more usable */

Definition at line 164 of file stm32756g_eval.h.

#define LEDn   ((uint8_t)2)

Definition at line 153 of file stm32756g_eval.h.

Generated on Fri Dec 30 2016 19:47:41 for STM32756G_EVAL BSP User Manual by   doxygen 1.7.6.1