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

NAME

       bitwise - Computes various bitwise operations on the two input values

SYNOPSIS

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

FUNCTIONS

       bitwise.N

PINS

       bitwise.N.in0 u32 in
              First input value

       bitwise.N.in1 u32 in
              Second input value

       bitwise.N.out-and u32 out
              The bitwise AND of the two inputs

       bitwise.N.out-or u32 out
              The bitwise OR of the two inputs

       bitwise.N.out-xor u32 out
              The bitwise XOR of the two inputs

       bitwise.N.out-nand u32 out
              The inverse of the bitwise AND

       bitwise.N.out-nor u32 out
              The inverse of the bitwise OR

       bitwise.N.out-xnor u32 out
              The inverse of the bitwise XOR

AUTHOR

       Andy Pugh

LICENSE

       GPL 2+