Go to the source code of this file.
|
const char * | srecord::endian_to_string (endian_t x) |
| The endian_to_string function may be used to convert an endian value into its string equivalent. More...
|
|
unsigned short | srecord::decode_word_be (const unsigned char *data) |
| The decode_word_be function is used to decode a big-endian 2-byte data buffer into an unsigned short value. More...
|
|
unsigned short | srecord::decode_word_le (const unsigned char *data) |
| The decode_word_le function is used to decode a little-endian 2-byte data buffer into an unsigned short value. More...
|
|
unsigned short | srecord::endian_decode_word (const unsigned char *data, endian_t order) |
| The decode_word_le function is used to decode a little-endian 2-byte data buffer into an unsigned short value. More...
|
|