|
rogue
|
Register data structure. More...
#include <DmaDriver.h>
Public Attributes | |
| uint64_t | address |
| uint32_t | data |
Register data structure.
This structure holds the data necessary to perform a register write operation within a DMA context.
| address | Memory address. |
| data | Data to be written. |
Definition at line 135 of file DmaDriver.h.
| uint64_t DmaRegisterData::address |
Definition at line 136 of file DmaDriver.h.
| uint32_t DmaRegisterData::data |
Definition at line 137 of file DmaDriver.h.