STM32F3-Discovery BSP User Manual: Private Variables

STM32F3-Discovery BSP Drivers

STM32F3-Discovery BSP User Manual

Variables

GPIO_TypeDef * LED_PORT [LEDn]
 LED variables.
const uint16_t LED_PIN [LEDn]
GPIO_TypeDef * BUTTON_PORT [BUTTONn] = {USER_BUTTON_GPIO_PORT}
 BUTTON variables.
const uint16_t BUTTON_PIN [BUTTONn] = {USER_BUTTON_PIN}
const uint8_t BUTTON_IRQn [BUTTONn] = {USER_BUTTON_EXTI_IRQn}
uint32_t SpixTimeout = SPIx_TIMEOUT_MAX
 BUS variables.
static SPI_HandleTypeDef SpiHandle
static I2C_HandleTypeDef I2cHandle
uint32_t I2cxTimeout = I2Cx_TIMEOUT_MAX

Variable Documentation

Definition at line 89 of file stm32f3_discovery.c.

Referenced by BSP_PB_Init().

const uint16_t BUTTON_PIN[BUTTONn] = {USER_BUTTON_PIN}

Definition at line 88 of file stm32f3_discovery.c.

Referenced by BSP_PB_GetState(), and BSP_PB_Init().

BUTTON variables.

Definition at line 87 of file stm32f3_discovery.c.

Referenced by BSP_PB_GetState(), and BSP_PB_Init().

I2C_HandleTypeDef I2cHandle [static]

Definition at line 100 of file stm32f3_discovery.c.

Referenced by I2Cx_Error(), I2Cx_Init(), I2Cx_ReadData(), and I2Cx_WriteData().

Definition at line 101 of file stm32f3_discovery.c.

Referenced by I2Cx_ReadData(), and I2Cx_WriteData().

const uint16_t LED_PIN[LEDn]
SPI_HandleTypeDef SpiHandle [static]

Definition at line 96 of file stm32f3_discovery.c.

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

BUS variables.

Definition at line 95 of file stm32f3_discovery.c.

Referenced by SPIx_WriteRead().

Generated on Wed May 31 2017 10:47:41 for STM32F3-Discovery BSP User Manual by   doxygen 1.7.6.1