STM32F072B-Discovery BSP User Manual: Private Variables

STM32F072B Discovery BSP Drivers

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

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().

Definition at line 88 of file stm32f072b_discovery.c.

Referenced by BSP_PB_GetState(), and BSP_PB_Init().

const uint16_t LED_PIN[LEDn]
Initial value:

Definition at line 83 of file stm32f072b_discovery.c.

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

GPIO_TypeDef* LED_PORT[LEDn]
SPI_HandleTypeDef SpiHandle [static]

Definition at line 101 of file stm32f072b_discovery.c.

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

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   doxygen 1.7.6.1