![]() |
cfupmc
Vitis Drivers API Documentation
|
The XCfupmc driver instance data structure. More...
Data Fields | |
| XCfupmc_Config | Config |
| Hardware configuration. More... | |
| u32 | IsReady |
| Device and the driver instance are initialized. More... | |
| u8 | DeCompress |
| Indicates whether compression is is enabled or not. More... | |
| u8 | Crc32Check |
| Indicates if CRC32 is enabled or not. More... | |
| u32 | Crc32Val |
| Checksum value. More... | |
| u8 | Crc8Dis |
| Indicates if CRC8 is enabled or not. More... | |
The XCfupmc driver instance data structure.
A pointer to an instance data structure is passed around by functions to refer to a specific driver instance.
| XCfupmc_Config XCfupmc::Config |
Hardware configuration.
Referenced by XCfupmc_CfgInitialize().
| u8 XCfupmc::Crc32Check |
Indicates if CRC32 is enabled or not.
| u32 XCfupmc::Crc32Val |
Checksum value.
| u8 XCfupmc::Crc8Dis |
Indicates if CRC8 is enabled or not.
| u8 XCfupmc::DeCompress |
Indicates whether compression is is enabled or not.
| u32 XCfupmc::IsReady |
Device and the driver instance are initialized.
Referenced by XCfupmc_CfgInitialize().