xor2 - Two-input XOR (exclusive OR) gate
Contents
Functions
xor2.N
License
GPL
LinuxCNC Documentation 2025-06-19 XOR2(9)
Name
xor2 - Two-input XOR (exclusive OR) gate
Pins
xor2.N.in0 bit in
xor2.N.in1 bit in
xor2.N.out bit out
out is computed from the value of in0 and in1 according to the following rule:
in0=TRUEin1=FALSEin0=FALSEin1=TRUEout=TRUE
Otherwise,
out=FALSESee Also
and2(9), logic(9), lut5(9), not(9), or2(9).
Synopsis
loadrtxor2[count=N|names=name1[,name2...]]
