This diagram in section (7.3.5.1.1 Enabling the Window Watchdog) shows the states of the watchdog in case the enabling configuration is SET0 = 0 and SET1 = 0.
I am trying to deduce what would be the diagram in case the enabling configuration is SET0 = 0 and SET1 = 1.
As per my understanding the sequence of steps will be: (Assume RESET pin is always HIGH)
SET0 = 1 , SET1 = 0, Watchdog state: disabled
SET0 = 1, SET1 = 1, Watchdog state: ?????
wait Tset, Watchdog state: ?????
SET0 = 0, SET1 = 1, Watchdog state: enabled with ratio 3/4 after Twd-setup
SET0 = 0, SET1 = 1, Watchdog state: ?????
wait Tset, Watchdog state: ?????
SET0 = 1, SET1 = 0, Watchdog state: disabled
My question is what would be the watchdog state in the intermediate steps above?
Thanks.