STM32L073Z_EVAL BSP User Manual: STM32L073Z_EVAL_LOW_LEVEL_Private_Variables

STM32L073Z EVAL BSP Drivers

STM32L073Z_EVAL BSP User Manual
STM32L073Z_EVAL_LOW_LEVEL_Private_Variables

Variables

GPIO_TypeDef * LED_PORT [LEDn]
 LED variables.
const uint16_t LED_PIN [LEDn]
GPIO_TypeDef * BUTTON_PORT [BUTTONn] = {TAMPER_BUTTON_GPIO_PORT}
 BUTTON variables.
const uint16_t BUTTON_PIN [BUTTONn] = {TAMPER_BUTTON_PIN}
const uint8_t BUTTON_IRQn [BUTTONn] = {TAMPER_BUTTON_EXTI_IRQn}
USART_TypeDef * COM_USART [COMn] = {EVAL_COM1}
 COM variables.
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}
uint32_t I2c1Timeout = EVAL_I2C1_TIMEOUT_MAX
 BUS variables.
I2C_HandleTypeDef heval_I2c1
uint32_t SpixTimeout = EVAL_SPIx_TIMEOUT_MAX
static SPI_HandleTypeDef heval_Spi

Variable Documentation

Definition at line 121 of file stm32l073z_eval.c.

Referenced by BSP_PB_Init().

const uint16_t BUTTON_PIN[BUTTONn] = {TAMPER_BUTTON_PIN}

Definition at line 120 of file stm32l073z_eval.c.

Referenced by BSP_PB_GetState(), and BSP_PB_Init().

BUTTON variables.

Definition at line 119 of file stm32l073z_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 140 of file stm32l073z_eval.c.

Referenced by BSP_COM_Init().

const uint16_t COM_RX_PIN[COMn] = {EVAL_COM1_RX_PIN}

Definition at line 136 of file stm32l073z_eval.c.

Referenced by BSP_COM_Init().

Definition at line 132 of file stm32l073z_eval.c.

Referenced by BSP_COM_Init().

const uint16_t COM_TX_AF[COMn] = {EVAL_COM1_TX_AF}

Definition at line 138 of file stm32l073z_eval.c.

Referenced by BSP_COM_Init().

const uint16_t COM_TX_PIN[COMn] = {EVAL_COM1_TX_PIN}

Definition at line 134 of file stm32l073z_eval.c.

Referenced by BSP_COM_Init().

Definition at line 130 of file stm32l073z_eval.c.

Referenced by BSP_COM_Init().

USART_TypeDef* COM_USART[COMn] = {EVAL_COM1}

COM variables.

Definition at line 128 of file stm32l073z_eval.c.

Referenced by BSP_COM_Init().

SPI_HandleTypeDef heval_Spi [static]

BUS variables.

Definition at line 148 of file stm32l073z_eval.c.

Referenced by I2C1_IsDeviceReady(), I2C1_ReadBuffer(), and I2C1_WriteBuffer().

const uint16_t LED_PIN[LEDn]
Initial value:

Definition at line 112 of file stm32l073z_eval.c.

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

GPIO_TypeDef* LED_PORT[LEDn]
Initial value:

LED variables.

Definition at line 107 of file stm32l073z_eval.c.

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

Definition at line 153 of file stm32l073z_eval.c.

Referenced by SPIx_Read(), SPIx_Write(), and SPIx_WriteReadData().

Generated on Mon Aug 28 2017 14:54:25 for STM32L073Z_EVAL BSP User Manual by   doxygen 1.7.6.1