SWCU185G January 2018 – June 2024 CC1312PSIP , CC1312R , CC1352P , CC1352R , CC2642R , CC2642R-Q1 , CC2652P , CC2652PSIP , CC2652R , CC2652RB , CC2652RSIP , CC2662R-Q1
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) |