STM32VL-Discovery BSP User Manual: STM32VL DISCOVERY Private Variables

STM32VL Discovery BSP

STM32VL-Discovery BSP User Manual
STM32VL DISCOVERY Private Variables

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

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().

Definition at line 81 of file stm32vl_discovery.c.

Referenced by BSP_PB_GetState(), and BSP_PB_Init().

const uint16_t LED_PIN[LEDn]
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().

GPIO_TypeDef* LED_PORT[LEDn]
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   doxygen 1.7.6.1