Provided by: linuxcnc-uspace_2.9.0~pre0+git20220402.2500863908-4build1_amd64 bug

NAME

       and2 - Two-input AND gate

SYNOPSIS

       loadrt and2 [count=N|names=name1[,name2...]]

FUNCTIONS

       and2.N

PINS

       and2.N.in0 bit in
       and2.N.in1 bit in
       and2.N.out bit out
              out is computed from the value of in0 and in1 according to the following rule:

              in0=TRUE in1=TRUE
                     out=TRUE

              Otherwise,
                     out=FALSE

SEE ALSO

       logic(9)

LICENSE

       GPL