|
|
NVIDIA DRIVE OS Linux API Reference5.1.0.2 Release |
Holds the QSPI Asynchronous transfer descriptor.
Definition at line 139 of file qspi_flash.h.
Data Fields | |
| NvU32 | BytesRemaining |
| Remaining bytes after async transfer is complete. More... | |
| QspiXferStatus_t | Status |
| Ongoing or complete. More... | |
| NvU32 | Offset |
| Offset in QSPI flash that specifies where the async transfer completed. More... | |
| void * | Buffer |
| Buffer address from which transfer can resume. More... | |
| void* QspiAsyncIOStatus::Buffer |
Buffer address from which transfer can resume.
Definition at line 146 of file qspi_flash.h.
| NvU32 QspiAsyncIOStatus::BytesRemaining |
Remaining bytes after async transfer is complete.
Definition at line 141 of file qspi_flash.h.
| NvU32 QspiAsyncIOStatus::Offset |
Offset in QSPI flash that specifies where the async transfer completed.
Definition at line 145 of file qspi_flash.h.
| QspiXferStatus_t QspiAsyncIOStatus::Status |
Ongoing or complete.
Definition at line 142 of file qspi_flash.h.