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

STM32F401-Discovery BSP Drivers

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

Variable Documentation

Definition at line 104 of file stm32f401_discovery.c.

Referenced by BSP_PB_Init().

const uint16_t BUTTON_PIN[BUTTONn] = {KEY_BUTTON_PIN}

Definition at line 103 of file stm32f401_discovery.c.

Referenced by BSP_PB_GetState(), and BSP_PB_Init().

Definition at line 102 of file stm32f401_discovery.c.

Referenced by BSP_PB_GetState(), and BSP_PB_Init().

const uint16_t GPIO_PIN[LEDn]
Initial value:

Definition at line 97 of file stm32f401_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 stm32f401_discovery.c.

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

Definition at line 106 of file stm32f401_discovery.c.

Referenced by I2Cx_ReadData(), and I2Cx_WriteData().

SPI_HandleTypeDef SpiHandle [static]

Definition at line 110 of file stm32f401_discovery.c.

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

Definition at line 107 of file stm32f401_discovery.c.

Referenced by SPIx_WriteRead().

Generated on Thu Jan 19 2017 16:53:47 for STM32F401-Discovery BSP User Manual by   doxygen 1.7.6.1