rogue
Loading...
Searching...
No Matches
Public Attributes | List of all members
DmaRegisterData Struct Reference

Register data structure. More...

#include <DmaDriver.h>

Public Attributes

uint64_t address
 
uint32_t data
 

Detailed Description

Register data structure.

This structure holds the data necessary to perform a register write operation within a DMA context.

Parameters
addressMemory address.
dataData to be written.

Definition at line 135 of file DmaDriver.h.

Member Data Documentation

◆ address

uint64_t DmaRegisterData::address

Definition at line 136 of file DmaDriver.h.

◆ data

uint32_t DmaRegisterData::data

Definition at line 137 of file DmaDriver.h.


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