IDARG_IN_I2C_RECEIVE structure (iddcx.h)
Gives information about I2C data being received by the OS.
Syntax
struct IDARG_IN_I2C_RECEIVE {
[in] UINT SevenBitI2CAddress;
[in] UINT Flags;
[in] UINT DataSizeInBytes;
[out] PVOID pData;
};
Members
[in] SevenBitI2CAddress
The address of the I2C device from which data will be received.
[in] Flags
Flags for the receive operation.
[in] DataSizeInBytes
The size, in bytes, of the buffer pointed to by pData.
[out] pData
A pointer to a buffer that receives the data.
Requirements
Requirement | Value |
---|---|
Header | iddcx.h |