STM32F072B-Discovery BSP User Manual
|
Variables | |
GPIO_TypeDef * | LED_PORT [LEDn] |
const uint16_t | LED_PIN [LEDn] |
GPIO_TypeDef * | BUTTON_PORT [BUTTONn] = {USER_BUTTON_GPIO_PORT} |
const uint16_t | BUTTON_PIN [BUTTONn] = {USER_BUTTON_PIN} |
const uint8_t | BUTTON_IRQn [BUTTONn] = {USER_BUTTON_EXTI_IRQn} |
I2C_HandleTypeDef | I2cHandle |
BUS variables. | |
uint32_t | SpixTimeout = SPIx_TIMEOUT_MAX |
static SPI_HandleTypeDef | SpiHandle |
Variable Documentation
const uint8_t BUTTON_IRQn[BUTTONn] = {USER_BUTTON_EXTI_IRQn} |
Definition at line 90 of file stm32f072b_discovery.c.
Referenced by BSP_PB_Init().
const uint16_t BUTTON_PIN[BUTTONn] = {USER_BUTTON_PIN} |
Definition at line 89 of file stm32f072b_discovery.c.
Referenced by BSP_PB_GetState(), and BSP_PB_Init().
GPIO_TypeDef* BUTTON_PORT[BUTTONn] = {USER_BUTTON_GPIO_PORT} |
Definition at line 88 of file stm32f072b_discovery.c.
Referenced by BSP_PB_GetState(), and BSP_PB_Init().
I2C_HandleTypeDef I2cHandle |
BUS variables.
Definition at line 96 of file stm32f072b_discovery.c.
Referenced by EEPROM_IO_IsDeviceReady(), I2Cx_Error(), I2Cx_Init(), I2Cx_ReadBuffer(), I2Cx_ReadData(), I2Cx_WriteBuffer(), and I2Cx_WriteData().
Definition at line 83 of file stm32f072b_discovery.c.
Referenced by BSP_LED_Init(), BSP_LED_Off(), BSP_LED_On(), and BSP_LED_Toggle().
Definition at line 78 of file stm32f072b_discovery.c.
Referenced by BSP_LED_Init(), BSP_LED_Off(), BSP_LED_On(), and BSP_LED_Toggle().
SPI_HandleTypeDef SpiHandle [static] |
Definition at line 101 of file stm32f072b_discovery.c.
Referenced by SPIx_Error(), SPIx_Init(), and SPIx_WriteRead().
uint32_t SpixTimeout = SPIx_TIMEOUT_MAX |
Definition at line 100 of file stm32f072b_discovery.c.
Referenced by SPIx_WriteRead().
Generated on Wed Jul 5 2017 09:43:19 for STM32F072B-Discovery BSP User Manual by
