logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

flipflop - D type flip-flop

Author

       John Kasunich

Functions

flipflop.N

License

       GPL

LinuxCNC Documentation                             2025-06-19                                        FLIPFLOP(9)

Name

       flipflop - D type flip-flop

Pins

flipflop.N.data bit in
              data input

       flipflop.N.clk bit in
              clock, rising edge writes data to out

       flipflop.N.set bit in
              when true, force out true

       flipflop.N.reset bit in
              when true, force out false; overrides set

       flipflop.N.out bit io
              output

       flipflop.N.out-not bit io
              inverted output

Synopsis

loadrtflipflop[count=N|names=name1[,name2...]]

See Also