SEGGER_RTT_WriteNoLock() function
SEGGER_RTT_WriteNoLock Function description Stores a specified number of characters in SEGGER RTT control block which is then read by the host. SEGGER_RTT_WriteNoLock does not lock the application. Parameters BufferIndex Index of "Up"-buffer to be used (e.g. 0 for "Terminal"). pBuffer Pointer to character array. Does not need to point to a \0 terminated string. NumBytes Number of bytes to be stored in the SEGGER RTT control block. Return value Number of bytes which have been stored in the "Up"-buffer. Notes (1) Data is stored according to buffer flags. (2) For performance reasons this function does not call Init() and may only be called after RTT has been initialized. Either by calling SEGGER_RTT_Init() or calling another RTT API function first.