50 #ifndef __RKHTRC_STREAM_H__
51 #define __RKHTRC_STREAM_H__
void rkh_trc_put(rui8_t b)
Put a data byte into the trace stream.
Specifies the interface to get out the trace records from the instrumented application.
void rkh_trcStream_init(void)
Initializes the RKH's trace stream.
rui8_t * rkh_trc_get(void)
Retrieves a pointer to oldest stored byte in the trace stream. Frequently, this function is used by t...
rui8_t * rkh_trc_get_block(TRCQTY_T *nget)
Retrieves a pointer to a contiguous block of data from the trace stream.