SWCU192 November 2021 CC1312R7 , CC1352P7 , CC2652P7 , CC2652R7
This document contains formulas and nomenclature for different data types. Table 13-49 lists the presentation of syntax.
Form | Definition |
---|---|
0x00 or 0h | Hexadecimal value |
0b | Binary value |
0d | Decimal value |
0 | Digital logic 0 or low |
1 | Digital logic 1 or high |
bit | Binary digit |
8 bits | 1 byte |
16 bits | Halfword |
32 bits | Word |
64 bits | Dual-word |
128 bits | Quad-word |
MOD | Modulo |
REM | Remainder |
A & B | A logical AND B |
A OR B | A logical OR B |
NOR | Logical NOR |
NOT A | Logical NOT |
A NOR B | A logical NOR B |
AB | A logic exclusive OR B or XOR |
XNOR | Logic exclusive NOR |
NAND | Logical NAND |
DIV | Integer division |
|| | Concatenation |
[n:m] | Size of a register or signal in bits where n > m2(1) |