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
uDWord Union Reference

Union for DWORD. More...

#include "arm_typedefs.h"

Collaboration diagram for uDWord:

Data Fields

DWORD DWord
 32b
 
WORD Word [2]
 Words tab.
 
BYTE Byte [4]
 Bytes tab.
 
struct { 
 
   WORD   W1:16 
 W1 MSWord. More...
 
   WORD   W0:16 
 W0 LSWord. More...
 
Words 
 
struct { 
 
   BYTE   B3:8 
 B3 MSByte. More...
 
   BYTE   B2:8 
 B2. More...
 
   BYTE   B1:8 
 B1. More...
 
   BYTE   B0:8 
 B0 LSByte. More...
 
Bytes 
 
sBitfield32 Bits
 Bits.
 

Detailed Description

Union for DWORD.

Field Documentation

◆ B0

BYTE uDWord::B0

B0 LSByte.

◆ B1

BYTE uDWord::B1

B1.

◆ B2

BYTE uDWord::B2

B2.

◆ B3

BYTE uDWord::B3

B3 MSByte.

◆ Bits

sBitfield32 uDWord::Bits

Bits.

◆ Byte

BYTE uDWord::Byte[4]

Bytes tab.

◆ [struct]

struct { ... } uDWord::Bytes

◆ DWord

DWORD uDWord::DWord

32b

◆ W0

WORD uDWord::W0

W0 LSWord.

◆ W1

WORD uDWord::W1

W1 MSWord.

◆ Word

WORD uDWord::Word[2]

Words tab.

◆ [struct]

struct { ... } uDWord::Words

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