« Back to State machine state Init

State machine transition InitToActive

Init
Reseteamos las salidas y los elementos de memoria.
(Not Available)
(Not Available)

Actions

  • PWMGen
    Todos los datos inicialmente están a cero.
    Code
    PWMGen_oldduty=0;
    PWMGen_oldperiod=0;
    PWMGen_oldoffset=0;
    PWMGen_output=FALSE;