SET is an active high input which makes the output go to logic HIGH.
nRESET is an active low input which makes the output go to logic LOW.
nRESET has precedence over SET, so SET will be overriden when the two input signals become simultaneously active.
SET nRESET OUTPUT
1 1 1
1 0 0
0 1 No Chg
0 0 0
There are currently no comments