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.
SET has precedence over nRESET, so nRESET will be overriden when the two input signals become simultaneously active.
SET nRESET OUTPUT
1 1 1
1 0 1
0 1 No Chg
0 0 0
There are currently no comments