STM32F0xx-nucleo BSP User Manual: Private Variables

STM32F0xx-nucleo BSP Driver

STM32F0xx-nucleo BSP User Manual
Private Variables

Variables

GPIO_TypeDef * LED_PORT [LEDn] = {LED2_GPIO_PORT}
const uint16_t LED_PIN [LEDn] = {LED2_PIN}
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 }
uint32_t SpixTimeout = NUCLEO_SPIx_TIMEOUT_MAX
 BUS variables.
static SPI_HandleTypeDef hnucleo_Spi
static ADC_HandleTypeDef hnucleo_Adc
static ADC_ChannelConfTypeDef sConfig

Variable Documentation

Definition at line 85 of file stm32f0xx_nucleo.c.

Referenced by BSP_PB_DeInit(), and BSP_PB_Init().

const uint16_t BUTTON_PIN[BUTTONn] = {USER_BUTTON_PIN}

Definition at line 84 of file stm32f0xx_nucleo.c.

Referenced by BSP_PB_DeInit(), BSP_PB_GetState(), and BSP_PB_Init().

Definition at line 83 of file stm32f0xx_nucleo.c.

Referenced by BSP_PB_DeInit(), BSP_PB_GetState(), and BSP_PB_Init().

ADC_HandleTypeDef hnucleo_Adc [static]

Definition at line 97 of file stm32f0xx_nucleo.c.

Referenced by ADCx_DeInit(), ADCx_Init(), BSP_JOY_GetState(), and BSP_JOY_Init().

const uint16_t LED_PIN[LEDn] = {LED2_PIN}
GPIO_TypeDef* LED_PORT[LEDn] = {LED2_GPIO_PORT}
ADC_ChannelConfTypeDef sConfig [static]

Definition at line 99 of file stm32f0xx_nucleo.c.

Referenced by BSP_JOY_Init().

BUS variables.

Definition at line 92 of file stm32f0xx_nucleo.c.

Referenced by SPIx_Write(), SPIx_WriteData(), and SPIx_WriteReadData().

Generated on Fri Mar 24 2017 08:36:05 for STM32F0xx-nucleo BSP User Manual by   doxygen 1.7.6.1