STM32373C_EVAL BSP User Manual: Private Variables

STM32373C EVAL BSP Drivers

STM32373C_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 uint16_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}
 COM variables.
GPIO_TypeDef * COM_TX_PORT [COMn] = {EVAL_COM1_TX_GPIO_PORT}
GPIO_TypeDef * COM_RX_PORT [COMn] = {EVAL_COM1_RX_GPIO_PORT}
const uint16_t COM_TX_PIN [COMn] = {EVAL_COM1_TX_PIN}
const uint16_t COM_RX_PIN [COMn] = {EVAL_COM1_RX_PIN}
const uint16_t COM_TX_AF [COMn] = {EVAL_COM1_TX_AF}
const uint16_t COM_RX_AF [COMn] = {EVAL_COM1_RX_AF}
uint32_t I2c1Timeout = EVAL_I2C1_TIMEOUT_MAX
 BUS variables.
uint32_t I2c2Timeout = EVAL_I2C2_TIMEOUT_MAX
I2C_HandleTypeDef heval_I2c1
I2C_HandleTypeDef heval_I2c2
uint32_t SpixTimeout = EVAL_SPIx_TIMEOUT_MAX
static SPI_HandleTypeDef heval_Spi

Variable Documentation

const uint16_t COM_RX_AF[COMn] = {EVAL_COM1_RX_AF}

Definition at line 165 of file stm32373c_eval.c.

Referenced by BSP_COM_Init().

const uint16_t COM_RX_PIN[COMn] = {EVAL_COM1_RX_PIN}

Definition at line 161 of file stm32373c_eval.c.

Referenced by BSP_COM_Init().

Definition at line 157 of file stm32373c_eval.c.

Referenced by BSP_COM_Init().

const uint16_t COM_TX_AF[COMn] = {EVAL_COM1_TX_AF}

Definition at line 163 of file stm32373c_eval.c.

Referenced by BSP_COM_Init().

const uint16_t COM_TX_PIN[COMn] = {EVAL_COM1_TX_PIN}

Definition at line 159 of file stm32373c_eval.c.

Referenced by BSP_COM_Init().

Definition at line 155 of file stm32373c_eval.c.

Referenced by BSP_COM_Init().

USART_TypeDef* COM_USART[COMn] = {EVAL_COM1}

COM variables.

Definition at line 153 of file stm32373c_eval.c.

Referenced by BSP_COM_Init().

I2C_HandleTypeDef heval_I2c1

Definition at line 174 of file stm32373c_eval.c.

Referenced by I2C1_Error(), I2C1_Init(), and I2C1_TransmitData().

SPI_HandleTypeDef heval_Spi [static]

BUS variables.

Definition at line 172 of file stm32373c_eval.c.

Referenced by I2C1_TransmitData().

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

Definition at line 137 of file stm32373c_eval.c.

Referenced by BSP_JOY_GetState(), and BSP_JOY_Init().

GPIO_TypeDef* JOY_PORT[JOYn]
Initial value:

JOYSTICK variables.

Definition at line 131 of file stm32373c_eval.c.

Referenced by BSP_JOY_GetState(), and BSP_JOY_Init().

const uint16_t LED_PIN[LEDn]
Initial value:

Definition at line 96 of file stm32373c_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 91 of file stm32373c_eval.c.

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

Definition at line 179 of file stm32373c_eval.c.

Referenced by SPIx_Read(), and SPIx_Write().

Generated on Wed May 31 2017 11:20:44 for STM32373C_EVAL BSP User Manual by   doxygen 1.7.6.1