Searched defs:stedma40_chan_cfg (Results 1 – 1 of 1) sorted by relevance
96 struct stedma40_chan_cfg { struct97 enum dma_transfer_direction dir;98 bool high_priority;99 bool realtime;100 enum stedma40_mode mode;101 enum stedma40_mode_opt mode_opt;102 int dev_type;103 struct stedma40_half_channel_info src_info;104 struct stedma40_half_channel_info dst_info;106 bool use_fixed_channel;[all …]