NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
QbSpiSlaveTransfer Struct Reference

Detailed Description

Holds data for SPI slave transfers.

Definition at line 159 of file spi_slave.h.

Data Fields

NvU8 * pDataRxBuffer
 Holds the buffer for Rx transfer. More...
 
NvU8 * pDataTxBuffer
 Holds the buffer for Tx transfer. More...
 
NvU32 RequestLength
 Holds the number of bytes requested to be transferred. More...
 

Field Documentation

NvU8* QbSpiSlaveTransfer::pDataRxBuffer

Holds the buffer for Rx transfer.

Definition at line 162 of file spi_slave.h.

NvU8* QbSpiSlaveTransfer::pDataTxBuffer

Holds the buffer for Tx transfer.

Definition at line 164 of file spi_slave.h.

NvU32 QbSpiSlaveTransfer::RequestLength

Holds the number of bytes requested to be transferred.

Definition at line 166 of file spi_slave.h.


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