|
Embedded Template Library 1.0
|
#include <bit_stream.h>
Public Types | |
| enum | enum_type { lsb_first , msb_first } |
Describes the order in which the bits of a value are written to, or read from, a bit stream. This is deliberately a distinct type from etl::endian (which describes byte order) so that bit order cannot be confused with byte order.