A 16 bit integer in little endian. More...
A 16 bit integer in little endian.
This is a wrapper around an uint16_t to catch missing conversions between different byte orders at compile time.
Definition at line 38 of file byteorder.h.
#include <byteorder.h>
Data Fields | |
uint16_t | u16 |
16 bit representation | |
uint8_t | u8 [2] |
8 bit representation | |
uint16_t le_uint16_t::u16 |
16 bit representation
Definition at line 39 of file byteorder.h.
uint8_t le_uint16_t::u8[2] |
8 bit representation
Definition at line 40 of file byteorder.h.