STM324xG_EVAL BSP User Manual
|
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] |
Definition at line 128 of file stm324xg_eval.c.
Referenced by BSP_PB_Init().
const uint16_t BUTTON_PIN[BUTTONn] |
Definition at line 124 of file stm324xg_eval.c.
Referenced by BSP_PB_GetState(), and BSP_PB_Init().
GPIO_TypeDef* BUTTON_PORT[BUTTONn] |
Definition at line 120 of file stm324xg_eval.c.
Referenced by BSP_PB_GetState(), and BSP_PB_Init().
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().
GPIO_TypeDef* COM_RX_PORT[COMn] = {EVAL_COM1_RX_GPIO_PORT} |
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().
GPIO_TypeDef* COM_TX_PORT[COMn] = {EVAL_COM1_TX_GPIO_PORT} |
Definition at line 134 of file stm324xg_eval.c.
Referenced by BSP_COM_Init().
Definition at line 132 of file stm324xg_eval.c.
Referenced by BSP_COM_Init().
Definition at line 115 of file stm324xg_eval.c.
Referenced by BSP_LED_Init(), BSP_LED_Off(), BSP_LED_On(), and BSP_LED_Toggle().
Definition at line 110 of file stm324xg_eval.c.
Referenced by BSP_LED_Init(), BSP_LED_Off(), BSP_LED_On(), and BSP_LED_Toggle().
I2C_HandleTypeDef heval_I2c |
Definition at line 146 of file stm324xg_eval.c.
Referenced by I2Cx_Error(), I2Cx_Init(), I2Cx_IsDeviceReady(), I2Cx_Read(), I2Cx_ReadMultiple(), I2Cx_Write(), and I2Cx_WriteMultiple().
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
