B-L475E-IOT01 BSP User Manual
|
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
const uint16_t BUTTON_IRQn[BUTTONn] = {USER_BUTTON_EXTI_IRQn} |
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().
GPIO_TypeDef* BUTTON_PORT[BUTTONn] = {USER_BUTTON_GPIO_PORT} |
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().
GPIO_TypeDef* COM_RX_PORT[COMn] = {DISCOVERY_COM1_RX_GPIO_PORT} |
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().
GPIO_TypeDef* COM_TX_PORT[COMn] = {DISCOVERY_COM1_TX_GPIO_PORT} |
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().
Definition at line 84 of file stm32l475e_iot01.c.
Referenced by BSP_LED_DeInit(), BSP_LED_Init(), BSP_LED_Off(), BSP_LED_On(), and BSP_LED_Toggle().
GPIO_TypeDef* GPIO_PORT[LEDn] = {LED2_GPIO_PORT} |
Definition at line 87 of file stm32l475e_iot01.c.
Referenced by BSP_LED_DeInit(), BSP_LED_Init(), BSP_LED_Off(), BSP_LED_On(), and BSP_LED_Toggle().
UART_HandleTypeDef hDiscoUart |
Definition at line 111 of file stm32l475e_iot01.c.
I2C_HandleTypeDef hI2cHandler |
Definition at line 110 of file stm32l475e_iot01.c.
Referenced by SENSOR_IO_DeInit(), SENSOR_IO_Init(), SENSOR_IO_IsDeviceReady(), SENSOR_IO_Read(), SENSOR_IO_ReadMultiple(), SENSOR_IO_Write(), and SENSOR_IO_WriteMultiple().
Generated on Thu Mar 16 2017 10:38:33 for B-L475E-IOT01 BSP User Manual by
