Searched defs:DecodedByteValue (Results 1 – 1 of 1) sorted by relevance
32 uint8_t DecodedByteValue = ((Ptr[I] >> 4) & 0x0f) * 10 + (Ptr[I] & 0x0f); variable36 uint8_t DecodedByteValue = (Ptr[ByteLen - 1] >> 4) & 0x0f; variable