STM32769I_EVAL BSP User Manual: STM32F769I-EVAL LOW LEVEL Private Variables

STM32769I EVAL BSP Drivers

STM32769I_EVAL BSP User Manual
STM32F769I-EVAL LOW LEVEL Private Variables

Variables

GPIO_TypeDef * GPIO_PORT [LEDn]
const uint32_t GPIO_PIN [LEDn]
GPIO_TypeDef * BUTTON_PORT [BUTTONn]
const uint16_t BUTTON_PIN [BUTTONn]
const uint16_t BUTTON_IRQn [BUTTONn]
USART_TypeDef * COM_USART [COMn] = {EVAL_COM1}
GPIO_TypeDef * COM_TX_PORT [COMn] = {EVAL_COM1_TX_GPIO_PORT}
GPIO_TypeDef * COM_RX_PORT [COMn] = {EVAL_COM1_RX_GPIO_PORT}
const uint16_t COM_TX_PIN [COMn] = {EVAL_COM1_TX_PIN}
const uint16_t COM_RX_PIN [COMn] = {EVAL_COM1_RX_PIN}
const uint16_t COM_TX_AF [COMn] = {EVAL_COM1_TX_AF}
const uint16_t COM_RX_AF [COMn] = {EVAL_COM1_RX_AF}
static I2C_HandleTypeDef hEvalI2c
static ADC_HandleTypeDef hEvalADC

Variable Documentation

const uint16_t BUTTON_IRQn[BUTTONn]
const uint16_t BUTTON_PIN[BUTTONn]
Initial value:

Definition at line 115 of file stm32f769i_eval.c.

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

const uint16_t COM_RX_AF[COMn] = {EVAL_COM1_RX_AF}

Definition at line 135 of file stm32f769i_eval.c.

Referenced by BSP_COM_Init().

const uint16_t COM_RX_PIN[COMn] = {EVAL_COM1_RX_PIN}

Definition at line 131 of file stm32f769i_eval.c.

Referenced by BSP_COM_Init().

Definition at line 127 of file stm32f769i_eval.c.

Referenced by BSP_COM_Init().

const uint16_t COM_TX_AF[COMn] = {EVAL_COM1_TX_AF}

Definition at line 133 of file stm32f769i_eval.c.

Referenced by BSP_COM_Init().

const uint16_t COM_TX_PIN[COMn] = {EVAL_COM1_TX_PIN}

Definition at line 129 of file stm32f769i_eval.c.

Referenced by BSP_COM_Init().

Definition at line 125 of file stm32f769i_eval.c.

Referenced by BSP_COM_Init().

USART_TypeDef* COM_USART[COMn] = {EVAL_COM1}

Definition at line 123 of file stm32f769i_eval.c.

Referenced by BSP_COM_DeInit(), and BSP_COM_Init().

const uint32_t GPIO_PIN[LEDn]
Initial value:

Definition at line 106 of file stm32f769i_eval.c.

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

ADC_HandleTypeDef hEvalADC [static]

Definition at line 138 of file stm32f769i_eval.c.

Referenced by BSP_POTENTIOMETER_GetLevel(), and BSP_POTENTIOMETER_Init().

I2C_HandleTypeDef hEvalI2c [static]
Generated on Fri Dec 30 2016 20:55:35 for STM32769I_EVAL BSP User Manual by   doxygen 1.7.6.1