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