STM32F723E-Discovery BSP User Manual: LOW_LEVEL Private Variables

STM32F723E-Discovery BSP Drivers

STM32F723E-Discovery BSP User Manual
LOW_LEVEL Private Variables

Variables

uint32_t GPIO_PIN [LEDn]
GPIO_TypeDef * GPIO_PORT [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 }
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 = {0}
static I2C_HandleTypeDef hI2cTsHandler = {0}

Variable Documentation

Definition at line 109 of file stm32f723e_discovery.c.

Referenced by BSP_PB_DeInit(), and BSP_PB_Init().

const uint16_t BUTTON_PIN[BUTTONn] = {WAKEUP_BUTTON_PIN }

Definition at line 107 of file stm32f723e_discovery.c.

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

Definition at line 105 of file stm32f723e_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 123 of file stm32f723e_discovery.c.

Referenced by BSP_COM_Init().

const uint16_t COM_RX_PIN[COMn] = {DISCOVERY_COM1_RX_PIN}

Definition at line 119 of file stm32f723e_discovery.c.

Referenced by BSP_COM_Init().

Definition at line 115 of file stm32f723e_discovery.c.

Referenced by BSP_COM_Init().

const uint16_t COM_TX_AF[COMn] = {DISCOVERY_COM1_TX_AF}

Definition at line 121 of file stm32f723e_discovery.c.

Referenced by BSP_COM_Init().

const uint16_t COM_TX_PIN[COMn] = {DISCOVERY_COM1_TX_PIN}

Definition at line 117 of file stm32f723e_discovery.c.

Referenced by BSP_COM_Init().

Definition at line 113 of file stm32f723e_discovery.c.

Referenced by BSP_COM_Init().

USART_TypeDef* COM_USART[COMn] = {DISCOVERY_COM1}

Definition at line 111 of file stm32f723e_discovery.c.

Referenced by BSP_COM_DeInit(), and BSP_COM_Init().

uint32_t GPIO_PIN[LEDn]
Initial value:

Definition at line 99 of file stm32f723e_discovery.c.

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

GPIO_TypeDef* GPIO_PORT[LEDn]
I2C_HandleTypeDef hI2cAudioHandler = {0} [static]
I2C_HandleTypeDef hI2cTsHandler = {0} [static]
Generated on Mon Jan 2 2017 09:52:50 for STM32F723E-Discovery BSP User Manual by   doxygen 1.7.6.1