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

#include "arm_typedefs.h"

Collaboration diagram for uDWord_i:

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.
 

Field Documentation

◆ B0

BYTE uDWord_i::B0

B0 LSByte.

◆ B1

BYTE uDWord_i::B1

B1.

◆ B2

BYTE uDWord_i::B2

B2.

◆ B3

BYTE uDWord_i::B3

B3 MSByte.

◆ Bits

sBitfield32 uDWord_i::Bits

Bits.

◆ Byte

BYTE uDWord_i::Byte[4]

Bytes tab.

◆ [struct]

struct { ... } uDWord_i::Bytes

◆ DWord

DWORD uDWord_i::DWord

32b

◆ W0

WORD uDWord_i::W0

W0 LSWord.

◆ W1

WORD uDWord_i::W1

W1 MSWord.

◆ Word

WORD uDWord_i::Word[2]

Words tab.

◆ [struct]

struct { ... } uDWord_i::Words

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