hubbub_soft_reset_params
struct hubbub *hubbub = params->hubbub_soft_reset_params.hubbub;
bool reset = params->hubbub_soft_reset_params.reset;
params->hubbub_soft_reset_params.hubbub_soft_reset(hubbub, reset);
seq_state->steps[*seq_state->num_steps].params.hubbub_soft_reset_params.hubbub = hubbub;
seq_state->steps[*seq_state->num_steps].params.hubbub_soft_reset_params.hubbub_soft_reset = hubbub_soft_reset;
seq_state->steps[*seq_state->num_steps].params.hubbub_soft_reset_params.reset = reset;
struct hubbub_soft_reset_params hubbub_soft_reset_params;