| logFlipFlopRS | ||||
|---|---|---|---|---|
| reset | out | |||
| set | invOut | |||
Bistable flipflop with reset and set inputs.
Output state changes if an input state changes from false to true and remains unchanged if input state changes from true to false.
If both inputs have true state, output state is false (priority of reset over set).
| Type | boolean |
| N.C. | false |
If true, sets output to false. Has priority over set input.
| Type | boolean |
| N.C. | false |
If true, sets output to true.
| Type | boolean |
Bistable output set by reset and set.
| Type | boolean |
Inverted function of output.