MDMA Option Settings.
#include <mdma.h>
Data Fields | |
unsigned int | bswp:2 |
Byte Swap. More... | |
unsigned int | burst_size:2 |
Transfer Burst Size. More... | |
unsigned int | count:16 |
Transfer Count. More... | |
unsigned | int:6 |
unsigned int | L:1 |
Last Descriptor In Chain. More... | |
unsigned int | size:2 |
Transfer Size. More... | |
unsigned int | tc_ienable:1 |
Transfer Channel Interrupt Enable. More... | |
unsigned int | V:1 |
Descriptor Valid. More... | |
unsigned int mdma_opt_t::bswp |
Byte Swap.
unsigned int mdma_opt_t::burst_size |
Transfer Burst Size.
Referenced by mdma_init_buffer_descriptor(), and mdma_single_mode_xfert_init().
unsigned int mdma_opt_t::count |
Transfer Count.
Referenced by mdma_init_buffer_descriptor(), and mdma_single_mode_xfert_init().
unsigned mdma_opt_t::int |
unsigned int mdma_opt_t::L |
Last Descriptor In Chain.
Referenced by mdma_init_buffer_descriptor().
unsigned int mdma_opt_t::size |
Transfer Size.
Referenced by mdma_init_buffer_descriptor(), and mdma_single_mode_xfert_init().
unsigned int mdma_opt_t::tc_ienable |
Transfer Channel Interrupt Enable.
Referenced by mdma_init_buffer_descriptor(), and mdma_single_mode_xfert_init().
unsigned int mdma_opt_t::V |
Descriptor Valid.
Referenced by mdma_init_buffer_descriptor().