|
Embedded Template Library 1.0
|
#include <manchester.h>
Public Member Functions | |
| ETL_STATIC_ASSERT (sizeof(T)==0, "Manchester decoding type should be one of [uint16_t, uint32_t, uint64_t]") | |
Type trait to determine the decoded type for a given encoded type. Decoding halves the bit width: uint16_t->uint8_t, uint32_t->uint16_t, etc.
| T | The encoded type. |