logFlipFlopRS

Connection diagram

logFlipFlopRS
reset       out
set       invOut
         
 

Description

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).

Inputs

reset

Typeboolean
N.C.false

If true, sets output to false. Has priority over set input.

set

Typeboolean
N.C.false

If true, sets output to true.

Outputs

out

Typeboolean

Bistable output set by reset and set.

invOut

Typeboolean

Inverted function of output.