STM32412G-Discovery BSP User Manual
|
Variables | |
const uint32_t | GPIO_PIN [LEDn] |
GPIO_TypeDef * | BUTTON_PORT [BUTTONn] = {WAKEUP_BUTTON_GPIO_PORT} |
const uint16_t | BUTTON_PIN [BUTTONn] = {WAKEUP_BUTTON_PIN} |
const uint16_t | BUTTON_IRQn [BUTTONn] = {WAKEUP_BUTTON_EXTI_IRQn} |
GPIO_TypeDef * | JOY_PORT [JOYn] |
const uint16_t | JOY_PIN [JOYn] |
const uint8_t | JOY_IRQn [JOYn] |
USART_TypeDef * | COM_USART [COMn] = {DISCOVERY_COM1} |
GPIO_TypeDef * | COM_TX_PORT [COMn] = {DISCOVERY_COM1_TX_GPIO_PORT} |
GPIO_TypeDef * | COM_RX_PORT [COMn] = {DISCOVERY_COM1_RX_GPIO_PORT} |
const uint16_t | COM_TX_PIN [COMn] = {DISCOVERY_COM1_TX_PIN} |
const uint16_t | COM_RX_PIN [COMn] = {DISCOVERY_COM1_RX_PIN} |
const uint16_t | COM_TX_AF [COMn] = {DISCOVERY_COM1_TX_AF} |
const uint16_t | COM_RX_AF [COMn] = {DISCOVERY_COM1_RX_AF} |
static I2C_HandleTypeDef | hI2cAudioHandler |
static I2C_HandleTypeDef | hI2cExtHandler |
Variable Documentation
const uint16_t BUTTON_IRQn[BUTTONn] = {WAKEUP_BUTTON_EXTI_IRQn} |
Definition at line 106 of file stm32412g_discovery.c.
Referenced by BSP_PB_DeInit(), and BSP_PB_Init().
const uint16_t BUTTON_PIN[BUTTONn] = {WAKEUP_BUTTON_PIN} |
Definition at line 104 of file stm32412g_discovery.c.
Referenced by BSP_PB_DeInit(), BSP_PB_GetState(), and BSP_PB_Init().
GPIO_TypeDef* BUTTON_PORT[BUTTONn] = {WAKEUP_BUTTON_GPIO_PORT} |
Definition at line 102 of file stm32412g_discovery.c.
Referenced by BSP_PB_DeInit(), BSP_PB_GetState(), and BSP_PB_Init().
const uint16_t COM_RX_AF[COMn] = {DISCOVERY_COM1_RX_AF} |
Definition at line 138 of file stm32412g_discovery.c.
Referenced by BSP_COM_Init().
const uint16_t COM_RX_PIN[COMn] = {DISCOVERY_COM1_RX_PIN} |
Definition at line 134 of file stm32412g_discovery.c.
Referenced by BSP_COM_Init().
GPIO_TypeDef* COM_RX_PORT[COMn] = {DISCOVERY_COM1_RX_GPIO_PORT} |
Definition at line 130 of file stm32412g_discovery.c.
Referenced by BSP_COM_Init().
const uint16_t COM_TX_AF[COMn] = {DISCOVERY_COM1_TX_AF} |
Definition at line 136 of file stm32412g_discovery.c.
Referenced by BSP_COM_Init().
const uint16_t COM_TX_PIN[COMn] = {DISCOVERY_COM1_TX_PIN} |
Definition at line 132 of file stm32412g_discovery.c.
Referenced by BSP_COM_Init().
GPIO_TypeDef* COM_TX_PORT[COMn] = {DISCOVERY_COM1_TX_GPIO_PORT} |
Definition at line 128 of file stm32412g_discovery.c.
Referenced by BSP_COM_Init().
USART_TypeDef* COM_USART[COMn] = {DISCOVERY_COM1} |
Definition at line 126 of file stm32412g_discovery.c.
Referenced by BSP_COM_DeInit(), and BSP_COM_Init().
Definition at line 96 of file stm32412g_discovery.c.
Referenced by BSP_LED_DeInit(), BSP_LED_Init(), BSP_LED_Off(), BSP_LED_On(), and BSP_LED_Toggle().
I2C_HandleTypeDef hI2cAudioHandler [static] |
Definition at line 140 of file stm32412g_discovery.c.
Referenced by AUDIO_IO_DeInit(), AUDIO_IO_Init(), AUDIO_IO_Read(), AUDIO_IO_Write(), I2Cx_DeInit(), I2Cx_Init(), I2Cx_MspInit(), TS_IO_Init(), TS_IO_Read(), TS_IO_ReadMultiple(), TS_IO_Write(), and TS_IO_WriteMultiple().
I2C_HandleTypeDef hI2cExtHandler [static] |
Definition at line 141 of file stm32412g_discovery.c.
Referenced by EEPROM_IO_Init(), EEPROM_IO_IsDeviceReady(), EEPROM_IO_ReadData(), and EEPROM_IO_WriteData().
Definition at line 120 of file stm32412g_discovery.c.
Referenced by BSP_JOY_Init().
Definition at line 114 of file stm32412g_discovery.c.
Referenced by BSP_JOY_DeInit(), BSP_JOY_GetState(), and BSP_JOY_Init().
Definition at line 108 of file stm32412g_discovery.c.
Referenced by BSP_JOY_DeInit(), BSP_JOY_GetState(), and BSP_JOY_Init().
Generated on Tue Jan 24 2017 11:28:05 for STM32412G-Discovery BSP User Manual by
