Holds the embedded data buffer structure.
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... | |
uint32_t DevBlkCDIEmbeddedDataBuffer::baseRegAddress |
Holds the address of the first register.
Definition at line 1315 of file devblk_cdi.h.
uint32_t DevBlkCDIEmbeddedDataBuffer::bufferSize |
Holds the buffer size.
Definition at line 1319 of file devblk_cdi.h.
uint8_t* DevBlkCDIEmbeddedDataBuffer::data |
Holds the actual data.
Definition at line 1321 of file devblk_cdi.h.
uint32_t DevBlkCDIEmbeddedDataBuffer::size |
Holds the data size.
Definition at line 1317 of file devblk_cdi.h.