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

bitwise - Computes various bitwise operations on the two input values

Author

       Andy Pugh

Functions

bitwise.N

License

       GPL 2+

LinuxCNC Documentation                             2025-08-07                                         BITWISE(9)

Name

       bitwise - Computes various bitwise operations on the two input values

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

Synopsis

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

See Also