STM3210E_EVAL BSP User Manual: Private Variables

STM3210E EVAL BSP Drivers

STM3210E_EVAL BSP User Manual
Private Variables

Variables

GPIO_TypeDef * LED_PORT [LEDn]
 LED variables.
const uint16_t LED_PIN [LEDn]
GPIO_TypeDef * BUTTON_PORT [BUTTONn]
 BUTTON variables.
const uint16_t BUTTON_PIN [BUTTONn]
const uint8_t BUTTON_IRQn [BUTTONn]
GPIO_TypeDef * JOY_PORT [JOYn]
 JOYSTICK variables.
const uint16_t JOY_PIN [JOYn]
const uint8_t JOY_IRQn [JOYn]
USART_TypeDef * COM_USART [COMn] = {EVAL_COM1, EVAL_COM2}
 COM variables.
GPIO_TypeDef * COM_TX_PORT [COMn] = {EVAL_COM1_TX_GPIO_PORT, EVAL_COM2_TX_GPIO_PORT}
GPIO_TypeDef * COM_RX_PORT [COMn] = {EVAL_COM1_RX_GPIO_PORT, EVAL_COM2_RX_GPIO_PORT}
const uint16_t COM_TX_PIN [COMn] = {EVAL_COM1_TX_PIN, EVAL_COM2_TX_PIN}
const uint16_t COM_RX_PIN [COMn] = {EVAL_COM1_RX_PIN, EVAL_COM2_RX_PIN}
uint32_t SpixTimeout = EVAL_SPIx_TIMEOUT_MAX
 BUS variables.
static SPI_HandleTypeDef heval_Spi
uint32_t I2cxTimeout = EVAL_I2Cx_TIMEOUT_MAX
I2C_HandleTypeDef heval_I2c

Variable Documentation

Definition at line 173 of file stm3210e_eval.c.

Referenced by BSP_COM_Init().

Definition at line 169 of file stm3210e_eval.c.

Referenced by BSP_COM_Init().

Definition at line 171 of file stm3210e_eval.c.

Referenced by BSP_COM_Init().

Definition at line 167 of file stm3210e_eval.c.

Referenced by BSP_COM_Init().

USART_TypeDef* COM_USART[COMn] = {EVAL_COM1, EVAL_COM2}

COM variables.

Definition at line 165 of file stm3210e_eval.c.

Referenced by BSP_COM_Init().

SPI_HandleTypeDef heval_Spi [static]

Definition at line 180 of file stm3210e_eval.c.

Referenced by SPIx_Error(), SPIx_Init(), and SPIx_Write().

const uint8_t JOY_IRQn[JOYn]
const uint16_t JOY_PIN[JOYn]
Initial value:

Definition at line 150 of file stm3210e_eval.c.

Referenced by BSP_JOY_GetState(), and BSP_JOY_Init().

GPIO_TypeDef* JOY_PORT[JOYn]
Initial value:

JOYSTICK variables.

Definition at line 144 of file stm3210e_eval.c.

Referenced by BSP_JOY_GetState(), and BSP_JOY_Init().

const uint16_t LED_PIN[LEDn]
Initial value:

Definition at line 106 of file stm3210e_eval.c.

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

GPIO_TypeDef* LED_PORT[LEDn]
Initial value:

LED variables.

Definition at line 101 of file stm3210e_eval.c.

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

BUS variables.

Definition at line 179 of file stm3210e_eval.c.

Referenced by SPIx_Write().

Generated on Thu Dec 10 2015 17:39:43 for STM3210E_EVAL BSP User Manual by   doxygen 1.7.6.1