Searched defs:dma_state_s (Results 1 – 1 of 1) sorted by relevance
160 struct dma_state_s { struct161 bool fsm_command_idle;162 bool fsm_command_run;163 bool fsm_command_stalling;164 bool fsm_command_error;165 dma_commands_t last_command;166 int last_command_channel;167 int last_command_param;168 dma_commands_t current_command;169 int current_addr_a;[all …]