__LE_TO_CPU_16
tlv_type = __LE_TO_CPU_16(((uint16_t*)&bufferp[offset])[0]);
tlv_length = __LE_TO_CPU_16(((uint16_t*)&bufferp[offset])[1]);
tlv_type = __LE_TO_CPU_16(((uint16_t*)keyp)[0]);
tlv_length = __LE_TO_CPU_16(((uint16_t*)keyp)[1]);
((unsigned int)__LE_TO_CPU_16((_word).ew_u16[0]))
EFX_EXTRACT_NATIVE(__LE_TO_CPU_16(_element), _min, _max, _low, _high)