STM32F401-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 |
static I2C_HandleTypeDef | I2cHandle |
static SPI_HandleTypeDef | SpiHandle |
Variable Documentation
const uint8_t BUTTON_IRQn[BUTTONn] = {KEY_BUTTON_EXTI_IRQn} |
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().
GPIO_TypeDef* BUTTON_PORT[BUTTONn] = {KEY_BUTTON_GPIO_PORT} |
Definition at line 102 of file stm32f401_discovery.c.
Referenced by BSP_PB_GetState(), and BSP_PB_Init().
Definition at line 97 of file stm32f401_discovery.c.
Referenced by BSP_LED_Init(), BSP_LED_Off(), BSP_LED_On(), and BSP_LED_Toggle().
Definition at line 92 of file stm32f401_discovery.c.
Referenced by BSP_LED_Init(), BSP_LED_Off(), BSP_LED_On(), and BSP_LED_Toggle().
I2C_HandleTypeDef I2cHandle [static] |
Definition at line 109 of file stm32f401_discovery.c.
Referenced by I2Cx_Error(), I2Cx_Init(), I2Cx_ReadData(), and I2Cx_WriteData().
uint32_t I2cxTimeout = I2Cx_TIMEOUT_MAX |
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().
uint32_t SpixTimeout = SPIx_TIMEOUT_MAX |
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 1.7.6.1