#include <stm32f7xx_hal_i2c.h>
Public Attributes | |
__IO uint32_t | AddrEventCount |
__IO uint32_t | ErrorCode |
DMA_HandleTypeDef * | hdmarx |
DMA_HandleTypeDef * | hdmatx |
I2C_InitTypeDef | Init |
I2C_TypeDef * | Instance |
HAL_LockTypeDef | Lock |
__IO HAL_I2C_ModeTypeDef | Mode |
uint8_t * | pBuffPtr |
__IO uint32_t | PreviousState |
__IO HAL_I2C_StateTypeDef | State |
__IO uint16_t | XferCount |
HAL_StatusTypeDef(* | XferISR )(struct __I2C_HandleTypeDef *hi2c, uint32_t ITFlags, uint32_t ITSources) |
__IO uint32_t | XferOptions |
uint16_t | XferSize |
Definition at line 186 of file stm32f7xx_hal_i2c.h.
__IO uint32_t __I2C_HandleTypeDef::AddrEventCount |
I2C Address Event counter
Definition at line 217 of file stm32f7xx_hal_i2c.h.
__IO uint32_t __I2C_HandleTypeDef::ErrorCode |
I2C Error code
Definition at line 215 of file stm32f7xx_hal_i2c.h.
DMA_HandleTypeDef * __I2C_HandleTypeDef::hdmarx |
I2C Rx DMA handle parameters
Definition at line 207 of file stm32f7xx_hal_i2c.h.
DMA_HandleTypeDef * __I2C_HandleTypeDef::hdmatx |
I2C Tx DMA handle parameters
Definition at line 205 of file stm32f7xx_hal_i2c.h.
I2C_InitTypeDef __I2C_HandleTypeDef::Init |
I2C communication parameters
Definition at line 190 of file stm32f7xx_hal_i2c.h.
I2C_TypeDef * __I2C_HandleTypeDef::Instance |
I2C registers base address
Definition at line 188 of file stm32f7xx_hal_i2c.h.
HAL_LockTypeDef __I2C_HandleTypeDef::Lock |
I2C locking object
Definition at line 209 of file stm32f7xx_hal_i2c.h.
__IO HAL_I2C_ModeTypeDef __I2C_HandleTypeDef::Mode |
I2C communication mode
Definition at line 213 of file stm32f7xx_hal_i2c.h.
uint8_t * __I2C_HandleTypeDef::pBuffPtr |
Pointer to I2C transfer buffer
Definition at line 192 of file stm32f7xx_hal_i2c.h.
__IO uint32_t __I2C_HandleTypeDef::PreviousState |
I2C communication Previous state
Definition at line 201 of file stm32f7xx_hal_i2c.h.
__IO HAL_I2C_StateTypeDef __I2C_HandleTypeDef::State |
I2C communication state
Definition at line 211 of file stm32f7xx_hal_i2c.h.
__IO uint16_t __I2C_HandleTypeDef::XferCount |
I2C transfer counter
Definition at line 196 of file stm32f7xx_hal_i2c.h.
HAL_StatusTypeDef(* __I2C_HandleTypeDef::XferISR)(struct __I2C_HandleTypeDef *hi2c, uint32_t ITFlags, uint32_t ITSources) |
I2C transfer IRQ handler function pointer
Definition at line 203 of file stm32f7xx_hal_i2c.h.
__IO uint32_t __I2C_HandleTypeDef::XferOptions |
I2C sequantial transfer options, this parameter can be a value of I2C Sequential Transfer Options
Definition at line 198 of file stm32f7xx_hal_i2c.h.
uint16_t __I2C_HandleTypeDef::XferSize |
I2C transfer size
Definition at line 194 of file stm32f7xx_hal_i2c.h.