STM32VL-Discovery BSP User Manual
|
Variables | |
GPIO_TypeDef * | LED_PORT [LEDn] |
const uint16_t | LED_PIN [LEDn] |
GPIO_TypeDef * | BUTTON_PORT [BUTTONn] = {USER_BUTTON_GPIO_PORT} |
const uint16_t | BUTTON_PIN [BUTTONn] = {USER_BUTTON_PIN} |
const uint8_t | BUTTON_IRQn [BUTTONn] = {USER_BUTTON_EXTI_IRQn} |
Variable Documentation
const uint8_t BUTTON_IRQn[BUTTONn] = {USER_BUTTON_EXTI_IRQn} |
Definition at line 83 of file stm32vl_discovery.c.
Referenced by BSP_PB_Init().
const uint16_t BUTTON_PIN[BUTTONn] = {USER_BUTTON_PIN} |
Definition at line 82 of file stm32vl_discovery.c.
Referenced by BSP_PB_GetState(), and BSP_PB_Init().
GPIO_TypeDef* BUTTON_PORT[BUTTONn] = {USER_BUTTON_GPIO_PORT} |
Definition at line 81 of file stm32vl_discovery.c.
Referenced by BSP_PB_GetState(), and BSP_PB_Init().
Initial value:
Definition at line 77 of file stm32vl_discovery.c.
Referenced by BSP_LED_Init(), BSP_LED_Off(), BSP_LED_On(), and BSP_LED_Toggle().
Initial value:
Definition at line 74 of file stm32vl_discovery.c.
Referenced by BSP_LED_Init(), BSP_LED_Off(), BSP_LED_On(), and BSP_LED_Toggle().
Generated on Fri Mar 3 2017 19:32:58 for STM32VL-Discovery BSP User Manual by
