µSer
uSer::ByteOrder::LE Struct Reference

Attribute: Store an integer as Little Endian. More...

#include <uSer.hh>

Detailed Description

Attribute: Store an integer as Little Endian.

Little endian stores the least significant bytes first (e.g. x86, AVR, most ARM implementations). For example, the 32bit-integer 0x01234567 is split into the bytes 0x67, 0x45, 0x23, 0x01, in that order.


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