STM324xG_EVAL BSP User Manual: STM324xG EVAL LOW LEVEL Private Variables

STM3240G / STM3241G EVAL BSP Drivers

STM324xG_EVAL BSP User Manual
STM324xG EVAL LOW LEVEL Private Variables

Variables

GPIO_TypeDef * GPIO_PORT [LEDn]
const uint16_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}
I2C_HandleTypeDef heval_I2c
static uint8_t Is_LCD_IO_Initialized = 0

Variable Documentation

const uint16_t BUTTON_IRQn[BUTTONn]
Initial value:

Definition at line 128 of file stm324xg_eval.c.

Referenced by BSP_PB_Init().

const uint16_t BUTTON_PIN[BUTTONn]
Initial value:

Definition at line 124 of file stm324xg_eval.c.

Referenced by BSP_PB_GetState(), and BSP_PB_Init().

GPIO_TypeDef* BUTTON_PORT[BUTTONn]
const uint16_t COM_RX_AF[COMn] = {EVAL_COM1_RX_AF}

Definition at line 144 of file stm324xg_eval.c.

Referenced by BSP_COM_Init().

const uint16_t COM_RX_PIN[COMn] = {EVAL_COM1_RX_PIN}

Definition at line 140 of file stm324xg_eval.c.

Referenced by BSP_COM_Init().

Definition at line 136 of file stm324xg_eval.c.

Referenced by BSP_COM_Init().

const uint16_t COM_TX_AF[COMn] = {EVAL_COM1_TX_AF}

Definition at line 142 of file stm324xg_eval.c.

Referenced by BSP_COM_Init().

const uint16_t COM_TX_PIN[COMn] = {EVAL_COM1_TX_PIN}

Definition at line 138 of file stm324xg_eval.c.

Referenced by BSP_COM_Init().

Definition at line 134 of file stm324xg_eval.c.

Referenced by BSP_COM_Init().

USART_TypeDef* COM_USART[COMn] = {EVAL_COM1}

Definition at line 132 of file stm324xg_eval.c.

Referenced by BSP_COM_Init().

const uint16_t GPIO_PIN[LEDn]
Initial value:

Definition at line 115 of file stm324xg_eval.c.

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

GPIO_TypeDef* GPIO_PORT[LEDn]
uint8_t Is_LCD_IO_Initialized = 0 [static]

Definition at line 148 of file stm324xg_eval.c.

Referenced by LCD_IO_Init().

Generated on Fri Jan 15 2016 14:22:30 for STM324xG_EVAL BSP User Manual by   doxygen 1.7.6.1