void WStrReverseCpy(uint8_t *pBuf1, const uint8_t *pBuf2, uint16_t len)
Byte by byte reverse and copy a buffer.
void WStrFormatHex(char *pBuf, uint32_t val, uint8_t len)
Format a hex value.
unsigned long uint32_t
Unsigned 32-bit value.
void WstrnCpy(char *pBuf, const char *pData, uint8_t n)
Copies a string up to a given length.
unsigned short uint16_t
Unsigned 16-bit value.
unsigned char uint8_t
Unsigned 8-bit value.
void WStrReverse(uint8_t *pBuf, uint8_t len)
Byte by byte reverse a buffer.