Linux Kernel
3.7.1
|
#include <ste_dma40.h>
Data Fields | |
bool | big_endian |
enum stedma40_periph_data_width | data_width |
int | psize |
enum stedma40_flow_ctrl | flow_ctrl |
struct stedma40_chan_cfg - dst/src channel configuration
: true if the src/dst should be read as big endian : Data width of the src/dst hardware : Burst size : Flow control on/off.
Definition at line 96 of file ste_dma40.h.
bool big_endian |
Definition at line 97 of file ste_dma40.h.
enum stedma40_periph_data_width data_width |
Definition at line 98 of file ste_dma40.h.
enum stedma40_flow_ctrl flow_ctrl |
Definition at line 100 of file ste_dma40.h.
int psize |
Definition at line 99 of file ste_dma40.h.