RTEMS 6.1-rc7
Loading...
Searching...
No Matches
Data Fields

Data Fields

I2C_TypeDefInstance
 
SMBUS_InitTypeDef Init
 
uint8_t * pBuffPtr
 
uint16_t XferSize
 
__IO uint16_t XferCount
 
__IO uint32_t XferOptions
 
__IO uint32_t PreviousState
 
HAL_LockTypeDef Lock
 
__IO uint32_t State
 
__IO uint32_t ErrorCode
 

Field Documentation

◆ ErrorCode

__IO uint32_t SMBUS_HandleTypeDef::ErrorCode

SMBUS Error code

◆ Init

SMBUS_InitTypeDef SMBUS_HandleTypeDef::Init

SMBUS communication parameters

◆ Instance

I2C_TypeDef* SMBUS_HandleTypeDef::Instance

SMBUS registers base address

◆ Lock

HAL_LockTypeDef SMBUS_HandleTypeDef::Lock

SMBUS locking object

◆ pBuffPtr

uint8_t* SMBUS_HandleTypeDef::pBuffPtr

Pointer to SMBUS transfer buffer

◆ PreviousState

__IO uint32_t SMBUS_HandleTypeDef::PreviousState

SMBUS communication Previous state

◆ State

__IO uint32_t SMBUS_HandleTypeDef::State

SMBUS communication state

◆ XferCount

__IO uint16_t SMBUS_HandleTypeDef::XferCount

SMBUS transfer counter

◆ XferOptions

__IO uint32_t SMBUS_HandleTypeDef::XferOptions

SMBUS transfer options

◆ XferSize

uint16_t SMBUS_HandleTypeDef::XferSize

SMBUS transfer size


The documentation for this struct was generated from the following file: