libctru
v2.4.1
|
Device configuration structure, part of DmaConfig. More...
#include <svc.h>
Data Fields | |
s8 | deviceId |
DMA device ID. | |
s8 | allowedAlignments |
Mask of allowed access alignments (8, 4, 2, 1). | |
s16 | burstSize |
Number of bytes transferred in a burst loop. Can be 0 (in which case the max allowed alignment is used as unit). | |
s16 | transferSize |
Number of bytes transferred in a "transfer" loop (made of burst loops). | |
s16 | burstStride |
Burst loop stride, can be <= 0. | |
s16 | transferStride |
"Transfer" loop stride, can be <= 0. | |
Device configuration structure, part of DmaConfig.