STM32756G_EVAL BSP User Manual
|
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 |
Definition at line 156 of file stm32756g_eval.h.
Referenced by BSP_LED_DeInit(), BSP_LED_Init(), BSP_LED_Off(), BSP_LED_On(), and BSP_LED_Toggle().
#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 |
Definition at line 161 of file stm32756g_eval.h.
Referenced by BSP_LED_DeInit(), BSP_LED_Init(), BSP_LED_Off(), BSP_LED_On(), and BSP_LED_Toggle().
#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 May 22 2015 13:59:21 for STM32756G_EVAL BSP User Manual by 1.7.6.1