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

STM32F4-Discovery BSP

STM32F4-Discovery BSP User Manual
STM32F4 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
static SPI_HandleTypeDef SpiHandle
static I2C_HandleTypeDef I2cHandle

Variable Documentation

Definition at line 103 of file stm32f4_discovery.c.

Referenced by BSP_PB_Init().

const uint16_t BUTTON_PIN[BUTTONn] = {KEY_BUTTON_PIN}

Definition at line 102 of file stm32f4_discovery.c.

Referenced by BSP_PB_GetState(), and BSP_PB_Init().

Definition at line 101 of file stm32f4_discovery.c.

Referenced by BSP_PB_GetState(), and BSP_PB_Init().

const uint16_t GPIO_PIN[LEDn]
Initial value:

Definition at line 96 of file stm32f4_discovery.c.

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

GPIO_TypeDef* GPIO_PORT[LEDn]
I2C_HandleTypeDef I2cHandle [static]

Definition at line 109 of file stm32f4_discovery.c.

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

Definition at line 105 of file stm32f4_discovery.c.

Referenced by I2Cx_ReadData(), and I2Cx_WriteData().

SPI_HandleTypeDef SpiHandle [static]

Definition at line 108 of file stm32f4_discovery.c.

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

Definition at line 106 of file stm32f4_discovery.c.

Referenced by SPIx_WriteRead().

Generated on Thu Jan 19 2017 15:34:14 for STM32F4-Discovery BSP User Manual by   doxygen 1.7.6.1