|
STM32F3-Discovery BSP User Manual
|
Variables | |
| GPIO_TypeDef * | LED_PORT [LEDn] |
| LED variables. | |
| const uint16_t | LED_PIN [LEDn] |
| GPIO_TypeDef * | BUTTON_PORT [BUTTONn] = {USER_BUTTON_GPIO_PORT} |
| BUTTON variables. | |
| const uint16_t | BUTTON_PIN [BUTTONn] = {USER_BUTTON_PIN} |
| const uint8_t | BUTTON_IRQn [BUTTONn] = {USER_BUTTON_EXTI_IRQn} |
| uint32_t | SpixTimeout = SPIx_TIMEOUT_MAX |
| BUS variables. | |
| static SPI_HandleTypeDef | SpiHandle |
| static I2C_HandleTypeDef | I2cHandle |
| uint32_t | I2cxTimeout = I2Cx_TIMEOUT_MAX |
Variable Documentation
| const uint8_t BUTTON_IRQn[BUTTONn] = {USER_BUTTON_EXTI_IRQn} |
Definition at line 89 of file stm32f3_discovery.c.
Referenced by BSP_PB_Init().
| const uint16_t BUTTON_PIN[BUTTONn] = {USER_BUTTON_PIN} |
Definition at line 88 of file stm32f3_discovery.c.
Referenced by BSP_PB_GetState(), and BSP_PB_Init().
| GPIO_TypeDef* BUTTON_PORT[BUTTONn] = {USER_BUTTON_GPIO_PORT} |
BUTTON variables.
Definition at line 87 of file stm32f3_discovery.c.
Referenced by BSP_PB_GetState(), and BSP_PB_Init().
I2C_HandleTypeDef I2cHandle [static] |
Definition at line 100 of file stm32f3_discovery.c.
Referenced by I2Cx_Error(), I2Cx_Init(), I2Cx_ReadData(), and I2Cx_WriteData().
| uint32_t I2cxTimeout = I2Cx_TIMEOUT_MAX |
Definition at line 101 of file stm32f3_discovery.c.
Referenced by I2Cx_ReadData(), and I2Cx_WriteData().
Definition at line 81 of file stm32f3_discovery.c.
Referenced by BSP_LED_Init(), BSP_LED_Off(), BSP_LED_On(), and BSP_LED_Toggle().
{LED3_GPIO_PORT, LED4_GPIO_PORT, LED5_GPIO_PORT, LED6_GPIO_PORT,
LED7_GPIO_PORT, LED8_GPIO_PORT, LED9_GPIO_PORT, LED10_GPIO_PORT}
LED variables.
Definition at line 78 of file stm32f3_discovery.c.
Referenced by BSP_LED_Init(), BSP_LED_Off(), BSP_LED_On(), and BSP_LED_Toggle().
SPI_HandleTypeDef SpiHandle [static] |
Definition at line 96 of file stm32f3_discovery.c.
Referenced by SPIx_Error(), SPIx_Init(), and SPIx_WriteRead().
| uint32_t SpixTimeout = SPIx_TIMEOUT_MAX |
Generated on Wed May 31 2017 10:47:41 for STM32F3-Discovery BSP User Manual by
1.7.6.1