_BSP_User_Manual: Private Variables

STM32F1xx Nucleo BSP Driver

_BSP_User_Manual
Private Variables

Variables

GPIO_TypeDef * GPIO_PORT [LEDn] = {LED2_GPIO_PORT}
const uint16_t GPIO_PIN [LEDn] = {LED2_PIN}
GPIO_TypeDef * BUTTON_PORT [BUTTONn] = {USER_BUTTON_GPIO_PORT}
const uint16_t BUTTON_PIN [BUTTONn] = {USER_BUTTON_PIN}
const uint16_t BUTTON_IRQn [BUTTONn] = {USER_BUTTON_EXTI_IRQn}
uint32_t SpixTimeout = NUCLEO_SPIx_TIMEOUT_MAX
 BUS variables.
static SPI_HandleTypeDef hnucleo_Spi
static ADC_HandleTypeDef hnucleo_Adc
static ADC_ChannelConfTypeDef sConfig

Variable Documentation

const uint16_t BUTTON_IRQn[BUTTONn] = {USER_BUTTON_EXTI_IRQn}

Definition at line 94 of file stm32f1xx_nucleo.c.

Referenced by BSP_PB_Init().

const uint16_t BUTTON_PIN[BUTTONn] = {USER_BUTTON_PIN}

Definition at line 93 of file stm32f1xx_nucleo.c.

Referenced by BSP_PB_GetState(), and BSP_PB_Init().

GPIO_TypeDef* BUTTON_PORT[BUTTONn] = {USER_BUTTON_GPIO_PORT}

Definition at line 92 of file stm32f1xx_nucleo.c.

Referenced by BSP_PB_GetState(), and BSP_PB_Init().

const uint16_t GPIO_PIN[LEDn] = {LED2_PIN}

Definition at line 90 of file stm32f1xx_nucleo.c.

Referenced by BSP_LED_Init(), BSP_LED_Off(), BSP_LED_On(), and BSP_LED_Toggle().

GPIO_TypeDef* GPIO_PORT[LEDn] = {LED2_GPIO_PORT}

Definition at line 88 of file stm32f1xx_nucleo.c.

Referenced by BSP_LED_Init(), BSP_LED_Off(), BSP_LED_On(), and BSP_LED_Toggle().

ADC_HandleTypeDef hnucleo_Adc [static]

Definition at line 106 of file stm32f1xx_nucleo.c.

Referenced by ADCx_Init(), BSP_JOY_GetState(), and BSP_JOY_Init().

SPI_HandleTypeDef hnucleo_Spi [static]
ADC_ChannelConfTypeDef sConfig [static]

Definition at line 108 of file stm32f1xx_nucleo.c.

Referenced by BSP_JOY_Init().

uint32_t SpixTimeout = NUCLEO_SPIx_TIMEOUT_MAX

BUS variables.

Definition at line 101 of file stm32f1xx_nucleo.c.

Referenced by SPIx_Read(), and SPIx_Write().

Generated on Thu Dec 11 2014 16:58:14 for _BSP_User_Manual by   doxygen 1.7.5.1