TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_I2C_REQUEST_PACKET Struct Reference

#include <MdePkg/Include/Pi/PiI2c.h>

Data Fields

UINTN OperationCount
 
EFI_I2C_OPERATION Operation [1]
 

Detailed Description

I2C device request

The EFI_I2C_REQUEST_PACKET describes a single I2C transaction. The transaction starts with a start bit followed by the first operation in the operation array. Subsequent operations are separated with repeated start bits and the last operation is followed by a stop bit which concludes the transaction. Each operation is described by one of the elements in the Operation array.

Definition at line 289 of file PiI2c.h.

Field Documentation

◆ Operation

EFI_I2C_OPERATION EFI_I2C_REQUEST_PACKET::Operation[1]

Description of the I2C operation

Definition at line 298 of file PiI2c.h.

◆ OperationCount

UINTN EFI_I2C_REQUEST_PACKET::OperationCount

Number of elements in the operation array

Definition at line 293 of file PiI2c.h.


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