B-L475E-IOT01 BSP User Manual: LOW LEVEL Variables

B-L475E-IOT01 BSP Driver

B-L475E-IOT01 BSP User Manual
LOW LEVEL Variables

Variables

const uint32_t GPIO_PIN [LEDn] = {LED2_PIN}
GPIO_TypeDef * GPIO_PORT [LEDn] = {LED2_GPIO_PORT}
GPIO_TypeDef * BUTTON_PORT [BUTTONn] = {USER_BUTTON_GPIO_PORT}
const uint16_t BUTTON_PIN [BUTTONn] = {USER_BUTTON_PIN}
const uint16_t BUTTON_IRQn [BUTTONn] = {USER_BUTTON_EXTI_IRQn}
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}
I2C_HandleTypeDef hI2cHandler
UART_HandleTypeDef hDiscoUart

Variable Documentation

Definition at line 94 of file stm32l475e_iot01.c.

Referenced by BSP_PB_DeInit(), and BSP_PB_Init().

const uint16_t BUTTON_PIN[BUTTONn] = {USER_BUTTON_PIN}

Definition at line 92 of file stm32l475e_iot01.c.

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

Definition at line 90 of file stm32l475e_iot01.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 108 of file stm32l475e_iot01.c.

Referenced by BSP_COM_Init().

const uint16_t COM_RX_PIN[COMn] = {DISCOVERY_COM1_RX_PIN}

Definition at line 104 of file stm32l475e_iot01.c.

Referenced by BSP_COM_Init().

Definition at line 100 of file stm32l475e_iot01.c.

Referenced by BSP_COM_Init().

const uint16_t COM_TX_AF[COMn] = {DISCOVERY_COM1_TX_AF}

Definition at line 106 of file stm32l475e_iot01.c.

Referenced by BSP_COM_Init().

const uint16_t COM_TX_PIN[COMn] = {DISCOVERY_COM1_TX_PIN}

Definition at line 102 of file stm32l475e_iot01.c.

Referenced by BSP_COM_Init().

Definition at line 98 of file stm32l475e_iot01.c.

Referenced by BSP_COM_Init().

USART_TypeDef* COM_USART[COMn] = {DISCOVERY_COM1}

Definition at line 96 of file stm32l475e_iot01.c.

Referenced by BSP_COM_DeInit(), and BSP_COM_Init().

const uint32_t GPIO_PIN[LEDn] = {LED2_PIN}
GPIO_TypeDef* GPIO_PORT[LEDn] = {LED2_GPIO_PORT}
UART_HandleTypeDef hDiscoUart

Definition at line 111 of file stm32l475e_iot01.c.

Generated on Thu Mar 16 2017 10:38:33 for B-L475E-IOT01 BSP User Manual by   doxygen 1.7.6.1