SM_STEP_RUN macro
SM_STEP_RUN - Call the state machine step function @machine: State machine name This macro expands to a function call to a state machine step function defined with SM_STEP macro.
Syntax
#define SM_STEP_RUN(machine) sm_ ## machine ## _Step(sm)