Peano
Loading...
Searching...
No Matches
dma.h File Reference
#include <aio.h>
#include <fcntl.h>
#include <unistd.h>
#include <lang/assert.h>
#include <lang/type.h>
Include dependency graph for dma.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  DmaWriter< T_BUFF_SIZE, WIDTH, BLOCK >
 
struct  DmaWriter< T_BUFF_SIZE, WIDTH, BLOCK >::BUF
 

Typedefs

using DefaultDmaWriter = DmaWriter<1024 * 1024 * 1, 4, 512>
 

Variables

constexpr i32 DMA_FLAGS = O_RDWR | O_CREAT | O_NONBLOCK | O_TRUNC | O_DIRECT
 

Typedef Documentation

◆ DefaultDmaWriter

using DefaultDmaWriter = DmaWriter<1024 * 1024 * 1, 4, 512>

Definition at line 271 of file dma.h.

Variable Documentation

◆ DMA_FLAGS

constexpr i32 DMA_FLAGS = O_RDWR | O_CREAT | O_NONBLOCK | O_TRUNC | O_DIRECT
constexpr

Definition at line 10 of file dma.h.

Referenced by dumpData().