A 32 bit integer in little endian. More...
A 32 bit integer in little endian.
This is a wrapper around an uint32_t to catch missing conversions between different byte orders at compile time.
Definition at line 44 of file byteorder.h.
#include <byteorder.h>
Data Fields | |
| uint32_t | u32 |
| 32 bit representation | |
| uint8_t | u8 [4] |
| 8 bit representation | |
| uint32_t le_uint32_t::u32 |
32 bit representation
Definition at line 45 of file byteorder.h.
| uint8_t le_uint32_t::u8[4] |
8 bit representation
Definition at line 46 of file byteorder.h.