STM32F4xx-Nucleo BSP User Manual: STM32F4XX NUCLEO LOW LEVEL Private Variables

STM32F4xx Nucleo BSP Drivers

STM32F4xx-Nucleo BSP User Manual
STM32F4XX NUCLEO LOW LEVEL Private Variables

Variables

GPIO_TypeDef * GPIO_PORT [LEDn] = {LED2_GPIO_PORT}
const uint16_t GPIO_PIN [LEDn] = {LED2_PIN}
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 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 109 of file stm32f4xx_nucleo.c.

Referenced by BSP_PB_DeInit(), and BSP_PB_Init().

const uint16_t BUTTON_PIN[BUTTONn] = {KEY_BUTTON_PIN}

Definition at line 108 of file stm32f4xx_nucleo.c.

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

Definition at line 107 of file stm32f4xx_nucleo.c.

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

const uint16_t GPIO_PIN[LEDn] = {LED2_PIN}
GPIO_TypeDef* GPIO_PORT[LEDn] = {LED2_GPIO_PORT}
ADC_HandleTypeDef hnucleo_Adc [static]

Definition at line 122 of file stm32f4xx_nucleo.c.

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

SPI_HandleTypeDef hnucleo_Spi [static]
ADC_ChannelConfTypeDef sConfig [static]

Definition at line 124 of file stm32f4xx_nucleo.c.

Referenced by BSP_JOY_Init().

BUS variables.

Definition at line 117 of file stm32f4xx_nucleo.c.

Referenced by SPIx_Write(), and SPIx_WriteReadData().

Generated on Fri Jan 20 2017 15:36:09 for STM32F4xx-Nucleo BSP User Manual by   doxygen 1.7.6.1