Go to the source code of this file.
#define DMA_CONTINUE |
( |
|
inst | ) |
|
Value:
REG_WR(
dma, inst, rw_cfg, c); }
while( 0 )
Definition at line 93 of file dma.h.
#define DMA_CONTINUE_DATA |
( |
|
inst | ) |
|
Value:
REG_WR(
dma, inst, rw_cmd, c ); }
while( 0 )
Definition at line 122 of file dma.h.
#define DMA_ENABLE |
( |
|
inst | ) |
|
Value:
REG_WR(
dma, inst, rw_cfg, e); }
while( 0 )
Definition at line 75 of file dma.h.
#define DMA_RESET |
( |
|
inst | ) |
|
Value:
REG_WR(
dma, inst, rw_cfg, r); }
while( 0 )
Definition at line 81 of file dma.h.
#define DMA_START_CONTEXT |
( |
|
inst, |
|
|
|
ctx_descr |
|
) |
| |
Value:
Definition at line 115 of file dma.h.
#define DMA_START_GROUP |
( |
|
inst, |
|
|
|
group_descr |
|
) |
| |
Value:
Definition at line 107 of file dma.h.
Value:
REG_WR(
dma, inst, rw_cfg, s); }
while( 0 )
Definition at line 87 of file dma.h.
#define DMA_WR_CMD |
( |
|
inst, |
|
|
|
cmd_par |
|
) |
| |
Value:
do { __x =
REG_RD(
dma, inst, rw_stream_cmd); }
while (__x.
busy); \
__x.cmd = (cmd_par); \
REG_WR(
dma, inst, rw_stream_cmd, __x); \
} while (0)
Definition at line 99 of file dma.h.