![]() |
Peano
|
#include <aio.h>
#include <fcntl.h>
#include <unistd.h>
#include <lang/assert.h>
#include <lang/type.h>
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 |
using DefaultDmaWriter = DmaWriter<1024 * 1024 * 1, 4, 512> |
|
constexpr |
Definition at line 10 of file dma.h.
Referenced by dumpData().