sarmfsw: SMFSW Toolbox (desinged for ARM / compatible with other 8b/16b/32b platforms) 4.0rc
SMFSW collection of miscellaneous functions \& macros (desinged for ARM / compatible with other 8b/16b/32b platforms)
Loading...
Searching...
No Matches
uLWord Union Reference

Union for LWORD. More...

#include "arm_typedefs.h"

Collaboration diagram for uLWord:

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.
 

Detailed Description

Union for LWORD.

Field Documentation

◆ B0

BYTE uLWord::B0

B0 LSByte.

◆ B1

BYTE uLWord::B1

B1.

◆ B2

BYTE uLWord::B2

B2.

◆ B3

BYTE uLWord::B3

B3.

◆ B4

BYTE uLWord::B4

B4.

◆ B5

BYTE uLWord::B5

B5.

◆ B6

BYTE uLWord::B6

B6.

◆ B7

BYTE uLWord::B7

B7 MSByte.

◆ Bits

sBitfield64 uLWord::Bits

Bits.

◆ Byte

BYTE uLWord::Byte[8]

Bytes tab.

◆ [struct]

struct { ... } uLWord::Bytes

◆ D0

DWORD uLWord::D0

DW0 LSDWord.

◆ D1

DWORD uLWord::D1

DW1 MSDWord.

◆ DWord

DWORD uLWord::DWord[2]

DWords tab.

◆ [struct]

struct { ... } uLWord::DWords

◆ LWord

LWORD uLWord::LWord

64b

◆ W0

WORD uLWord::W0

W0 LSWord.

◆ W1

WORD uLWord::W1

W1.

◆ W2

WORD uLWord::W2

W2.

◆ W3

WORD uLWord::W3

W3 MSWord.

◆ Word

WORD uLWord::Word[4]

Words tab.

◆ [struct]

struct { ... } uLWord::Words

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