STM32F429I-Discovery BSP User Manual: STM32F429I DISCOVERY LOW LEVEL Private Variables

STM32F429I Discovery BSP Drivers

STM32F429I-Discovery BSP User Manual
STM32F429I DISCOVERY LOW LEVEL Private Variables

Variables

GPIO_TypeDef * GPIO_PORT [LEDn]
const uint16_t GPIO_PIN [LEDn]
GPIO_TypeDef * BUTTON_PORT [BUTTONn] = {KEY_BUTTON_GPIO_PORT}
const uint16_t BUTTON_PIN [BUTTONn] = {KEY_BUTTON_PIN}
const uint8_t BUTTON_IRQn [BUTTONn] = {KEY_BUTTON_EXTI_IRQn}
uint32_t I2cxTimeout = I2Cx_TIMEOUT_MAX
uint32_t SpixTimeout = SPIx_TIMEOUT_MAX
I2C_HandleTypeDef I2cHandle
static SPI_HandleTypeDef SpiHandle
static uint8_t Is_LCD_IO_Initialized = 0

Variable Documentation

Definition at line 100 of file stm32f429i_discovery.c.

Referenced by BSP_PB_Init().

const uint16_t BUTTON_PIN[BUTTONn] = {KEY_BUTTON_PIN}

Definition at line 99 of file stm32f429i_discovery.c.

Referenced by BSP_PB_GetState(), and BSP_PB_Init().

Definition at line 98 of file stm32f429i_discovery.c.

Referenced by BSP_PB_GetState(), and BSP_PB_Init().

const uint16_t GPIO_PIN[LEDn]
Initial value:

Definition at line 95 of file stm32f429i_discovery.c.

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

GPIO_TypeDef* GPIO_PORT[LEDn]
Initial value:

Definition at line 92 of file stm32f429i_discovery.c.

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

uint8_t Is_LCD_IO_Initialized = 0 [static]

Definition at line 107 of file stm32f429i_discovery.c.

Referenced by LCD_IO_Init().

SPI_HandleTypeDef SpiHandle [static]

Definition at line 106 of file stm32f429i_discovery.c.

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

Definition at line 103 of file stm32f429i_discovery.c.

Referenced by SPIx_Read(), SPIx_Write(), and SPIx_WriteRead().

Generated on Wed Jan 13 2016 13:22:14 for STM32F429I-Discovery BSP User Manual by   doxygen 1.7.6.1