_BSP_User_Manual: Private_Variables

STM32VL Discovery BSP Driver

_BSP_User_Manual
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

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

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 Thu Dec 11 2014 17:12:21 for _BSP_User_Manual by   doxygen 1.7.5.1