STM32F4xx_Nucleo_144 BSP User Manual
|
Variables | |
GPIO_TypeDef * | GPIO_PORT [LEDn] = {LED1_GPIO_PORT, LED2_GPIO_PORT, LED3_GPIO_PORT} |
const uint16_t | GPIO_PIN [LEDn] = {LED1_PIN, LED2_PIN, LED3_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
const uint8_t BUTTON_IRQn[BUTTONn] = {USER_BUTTON_EXTI_IRQn} |
Definition at line 110 of file stm32f4xx_nucleo_144.c.
Referenced by BSP_PB_DeInit(), and BSP_PB_Init().
const uint16_t BUTTON_PIN[BUTTONn] = {USER_BUTTON_PIN} |
Definition at line 109 of file stm32f4xx_nucleo_144.c.
Referenced by BSP_PB_DeInit(), BSP_PB_GetState(), and BSP_PB_Init().
GPIO_TypeDef* BUTTON_PORT[BUTTONn] = {USER_BUTTON_GPIO_PORT} |
Definition at line 108 of file stm32f4xx_nucleo_144.c.
Referenced by BSP_PB_DeInit(), BSP_PB_GetState(), and BSP_PB_Init().
Definition at line 106 of file stm32f4xx_nucleo_144.c.
Referenced by BSP_LED_DeInit(), BSP_LED_Init(), BSP_LED_Off(), BSP_LED_On(), and BSP_LED_Toggle().
GPIO_TypeDef* GPIO_PORT[LEDn] = {LED1_GPIO_PORT, LED2_GPIO_PORT, LED3_GPIO_PORT} |
Definition at line 104 of file stm32f4xx_nucleo_144.c.
Referenced by BSP_LED_DeInit(), BSP_LED_Init(), BSP_LED_Off(), BSP_LED_On(), and BSP_LED_Toggle().
ADC_HandleTypeDef hnucleo_Adc [static] |
Definition at line 123 of file stm32f4xx_nucleo_144.c.
Referenced by ADCx_DeInit(), ADCx_Init(), BSP_JOY_GetState(), and BSP_JOY_Init().
SPI_HandleTypeDef hnucleo_Spi [static] |
Definition at line 119 of file stm32f4xx_nucleo_144.c.
Referenced by LCD_IO_WriteMultipleData(), SPIx_Error(), SPIx_Init(), SPIx_Write(), and SPIx_WriteReadData().
ADC_ChannelConfTypeDef sConfig [static] |
Definition at line 125 of file stm32f4xx_nucleo_144.c.
Referenced by BSP_JOY_Init().
uint32_t SpixTimeout = NUCLEO_SPIx_TIMEOUT_MAX |
BUS variables.
Definition at line 118 of file stm32f4xx_nucleo_144.c.
Referenced by SPIx_Write(), and SPIx_WriteReadData().
Generated on Wed Jan 13 2016 13:58:20 for STM32F4xx_Nucleo_144 BSP User Manual by 1.7.6.1