English
Language : 

CC78K4 Datasheet, PDF (93/523 Pages) NEC – CC78K4 Ver.2.30 or Later, C Compiler Language
CHAPTER 5 OPERATORS AND EXPRESSIONS
5.8 Bitwise Logical Operators
Bitwise logical operators perform a specified logical operation on the value of an object in bit units. The bitwise
logical expressions include Bitwise AND (&), Bitwise Exclusive OR ( ^ ), and Bitwise Inclusive OR ( | ).
Each logical operation is indicated by the operators shown below.
• Bitwise AND operator
&
• Bitwise XOR operator
^
• Bitwise OR operator
|
The bitwise logical operators are described below. E1 and E2 used in the explanation of syntax indicate operands
or expressions.
User’s Manual U15556EJ1V0UM
93