STM32F429I-Discovery BSP User Manual
|
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
const uint8_t BUTTON_IRQn[BUTTONn] = {KEY_BUTTON_EXTI_IRQn} |
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().
GPIO_TypeDef* BUTTON_PORT[BUTTONn] = {KEY_BUTTON_GPIO_PORT} |
Definition at line 98 of file stm32f429i_discovery.c.
Referenced by BSP_PB_GetState(), and BSP_PB_Init().
Definition at line 95 of file stm32f429i_discovery.c.
Referenced by BSP_LED_Init(), BSP_LED_Off(), BSP_LED_On(), and BSP_LED_Toggle().
Definition at line 92 of file stm32f429i_discovery.c.
Referenced by BSP_LED_Init(), BSP_LED_Off(), BSP_LED_On(), and BSP_LED_Toggle().
I2C_HandleTypeDef I2cHandle |
Definition at line 105 of file stm32f429i_discovery.c.
Referenced by I2Cx_Error(), I2Cx_Init(), I2Cx_MspInit(), I2Cx_ReadBuffer(), I2Cx_ReadData(), I2Cx_WriteBuffer(), and I2Cx_WriteData().
uint32_t I2cxTimeout = I2Cx_TIMEOUT_MAX |
Definition at line 102 of file stm32f429i_discovery.c.
Referenced by I2Cx_ReadBuffer(), I2Cx_ReadData(), I2Cx_WriteBuffer(), and I2Cx_WriteData().
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().
uint32_t SpixTimeout = SPIx_TIMEOUT_MAX |
Definition at line 103 of file stm32f429i_discovery.c.
Referenced by SPIx_Read(), SPIx_Write(), and SPIx_WriteRead().
Generated on Fri Feb 17 2017 12:10:38 for STM32F429I-Discovery BSP User Manual by 1.7.6.1