State machine state Offset

PWMGenInner
Esperando a que concluya el offset

State machine transitions

  • Tras pasar el periodo de offset, saltaremos al estado High
  • Seguimos decrementando el offset
    • Destination:Offset
    • Condition: (Not Available)
    • Actions:
      • PWMGen
        Decrementamos el contador de offset
        Code
        if (PWMGen_countOffset>0) {
        PWMGen_countOffset--;
        }