sarmfsw: SMFSW Toolbox (for ARM & compatible with Arduino platform) 3.7
SMFSW collection of miscellaneous functions & macros (for ARM & compatible with Arduino platform)
Loading...
Searching...
No Matches
uLWord_i Union Reference

#include "arm_typedefs.h"

Collaboration diagram for uLWord_i:

Data Fields

LWORD LWord
 64b
 
DWORD DWord [2]
 DWords tab.
 
WORD Word [4]
 Words tab.
 
BYTE Byte [8]
 Bytes tab.
 
struct { 
 
   DWORD   D1:32 
 DW1 MSDWord. More...
 
   DWORD   D0:32 
 DW0 LSDWord. More...
 
DWords 
 
struct { 
 
   WORD   W3:16 
 W3 MSWord. More...
 
   WORD   W2:16 
 W2. More...
 
   WORD   W1:16 
 W1. More...
 
   WORD   W0:16 
 W0 LSWord. More...
 
Words 
 
struct { 
 
   BYTE   B7:8 
 B7 MSByte. More...
 
   BYTE   B6:8 
 B6. More...
 
   BYTE   B5:8 
 B5. More...
 
   BYTE   B4:8 
 B4. More...
 
   BYTE   B3:8 
 B3. More...
 
   BYTE   B2:8 
 B2. More...
 
   BYTE   B1:8 
 B1. More...
 
   BYTE   B0:8 
 B0 LSByte. More...
 
Bytes 
 
sBitfield64 Bits
 Bits.
 

Field Documentation

◆ B0

BYTE uLWord_i::B0

B0 LSByte.

◆ B1

BYTE uLWord_i::B1

B1.

◆ B2

BYTE uLWord_i::B2

B2.

◆ B3

BYTE uLWord_i::B3

B3.

◆ B4

BYTE uLWord_i::B4

B4.

◆ B5

BYTE uLWord_i::B5

B5.

◆ B6

BYTE uLWord_i::B6

B6.

◆ B7

BYTE uLWord_i::B7

B7 MSByte.

◆ Bits

sBitfield64 uLWord_i::Bits

Bits.

◆ Byte

BYTE uLWord_i::Byte[8]

Bytes tab.

◆ [struct]

struct { ... } uLWord_i::Bytes

◆ D0

DWORD uLWord_i::D0

DW0 LSDWord.

◆ D1

DWORD uLWord_i::D1

DW1 MSDWord.

◆ DWord

DWORD uLWord_i::DWord[2]

DWords tab.

◆ [struct]

struct { ... } uLWord_i::DWords

◆ LWord

LWORD uLWord_i::LWord

64b

◆ W0

WORD uLWord_i::W0

W0 LSWord.

◆ W1

WORD uLWord_i::W1

W1.

◆ W2

WORD uLWord_i::W2

W2.

◆ W3

WORD uLWord_i::W3

W3 MSWord.

◆ Word

WORD uLWord_i::Word[4]

Words tab.

◆ [struct]

struct { ... } uLWord_i::Words

The documentation for this union was generated from the following file: