NVIDIA DRIVE OS Linux SDK API Reference

6.0.3 Release
DevBlkCDIEmbeddedDataBuffer Struct Reference

Detailed Description

Holds the embedded data buffer structure.

Deprecated:
Use the new structure DevBlkCDIEmbeddedDataChunk instead.

Definition at line 1313 of file devblk_cdi.h.

Data Fields

uint32_t baseRegAddress
 Holds the address of the first register. More...
 
uint32_t size
 Holds the data size. More...
 
uint32_t bufferSize
 Holds the buffer size. More...
 
uint8_t * data
 Holds the actual data. More...
 

Field Documentation

◆ baseRegAddress

uint32_t DevBlkCDIEmbeddedDataBuffer::baseRegAddress

Holds the address of the first register.

Definition at line 1315 of file devblk_cdi.h.

◆ bufferSize

uint32_t DevBlkCDIEmbeddedDataBuffer::bufferSize

Holds the buffer size.

Definition at line 1319 of file devblk_cdi.h.

◆ data

uint8_t* DevBlkCDIEmbeddedDataBuffer::data

Holds the actual data.

Definition at line 1321 of file devblk_cdi.h.

◆ size

uint32_t DevBlkCDIEmbeddedDataBuffer::size

Holds the data size.

Definition at line 1317 of file devblk_cdi.h.


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