H A / Pixy2_UART
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 148 of file pixy2.h.