We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842c37f commit 2d40b2eCopy full SHA for 2d40b2e
1 file changed
inc/udmaio/UioMemSgdma.hpp
@@ -19,6 +19,8 @@ namespace udmaio {
19
/// @brief Interface to AXI DMA scatter-gather buffers & descriptors
20
/// Uses a UioIf to access DMA descriptor memory
21
class UioMemSgdma : public UioIf {
22
+ friend struct UioMemSgdmaTest;
23
+
24
static constexpr int DESC_ADDR_STEP = 0x40;
25
26
struct __attribute__((packed)) S2mmDescControl {
0 commit comments