![]() |
Cordio Stack and Cordio Profiles
r2p3-02rel0
|
String manipulation functions. More...
Go to the source code of this file.
Functions | |
void | WstrnCpy (char *pBuf, const char *pData, uint8_t n) |
Copies a string up to a given length. More... | |
void | WStrReverseCpy (uint8_t *pBuf1, const uint8_t *pBuf2, uint16_t len) |
Byte by byte reverse and copy a buffer. More... | |
void | WStrReverse (uint8_t *pBuf, uint8_t len) |
Byte by byte reverse a buffer. More... | |
void | WStrFormatHex (char *pBuf, uint32_t val, uint8_t len) |
Format a hex value. More... | |
String manipulation functions.
Copyright (c) 2014-2018 Arm Ltd. All Rights Reserved. ARM Ltd. confidential and proprietary.
IMPORTANT. Your use of this file is governed by a Software License Agreement ("Agreement") that must be accepted in order to download or otherwise receive a copy of this file. You may not use or copy this file for any purpose other than as described in the Agreement. If you do not agree to all of the terms of the Agreement do not use this file and delete all copies in your possession or control; if you do not have a copy of the Agreement, you must contact ARM Ltd. prior to any use, copying or further distribution of this software.
Definition in file wstr.h.