NXPCup_Cachan / Mbed 2 deprecated NXPCup

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

T_lWord Union Reference

T_lWord Union Reference

Structured type to switch from lword to word or bytes. More...

#include <PIXY2.h>


Detailed Description

Structured type to switch from lword to word or bytes.

Parameters:
motLong(lWord) : 32 bits word
mot(Word) : 2 x 16 bits words that overlap motLong (word access)
octet(Byte) : 4 bytes that overlap motLong (byte access)

Definition at line 142 of file PIXY2.h.