|
|
NVIDIA DRIVE OS Linux API Reference5.1.0.2 Release |
NVIDIA Quickboot Interface: QSPIFLASH Access
Description: This file declares APIs for accessing QSPIFLASH.
Definition in file qspi_flash.h.
Go to the source code of this file.
Data Structures | |
| struct | QspiAsyncIOStatus |
| Holds the QSPI Asynchronous transfer descriptor. More... | |
| struct | QspiFlashInfo |
| QSPI flash info. More... | |
| struct | QspiFlashDevice |
| Holds the QSPI Flash device context. More... | |
Typedefs | |
| typedef struct QspiAsyncIOStatus | QspiAsyncIOStatus_t |
| Holds the QSPI Asynchronous transfer descriptor. More... | |
| typedef struct QspiFlashInfo | QspiFlashInfo_t |
| QSPI flash info. More... | |
| typedef struct QspiFlashDevice | QspiFlashDevice |
| Holds the QSPI Flash device context. More... | |
Enumerations | |
| enum | QspiXferStatus_t { COMPLETED, ONGOING } |
Defines the QSPI Transfer status, where completed = 0. More... | |
Functions | |
| NvError | QbQspiInit (void) |
| Performs QSPI flash driver initialization. More... | |