English
Language : 

CC78K4 Datasheet, PDF (94/523 Pages) NEC – CC78K4 Ver.2.30 or Later, C Compiler Language
CHAPTER 5 OPERATORS AND EXPRESSIONS
(1) Bitwise AND operators
Bitwise AND Operators
&
FUNCTION
The binary & operator is a bitwise AND operator that returns an integral value that has “1” bits in positions where
both operands have “1” bits and that has “0” bits everywhere else.
The bitwise AND operator must be specified with an “operator”.
Table 5-4. Bitwise AND Operation
Value of
1
each bit in
right operand
0
Value of Each Bit in Left Operand
1
0
1
0
0
0
SYNTAX
E1 & E2
94
User’s Manual U15556EJ1V0UM