51 #ifndef __RKHTRC_OUT_H__
52 #define __RKHTRC_OUT_H__
104 #if RKH_CFG_TRC_EN == RKH_ENABLED
105 #define RKH_TRC_OPEN() rkh_trc_open()
107 #define RKH_TRC_OPEN() (void)0
135 #if RKH_CFG_TRC_EN == RKH_ENABLED
136 #define RKH_TRC_CLOSE() rkh_trc_close()
138 #define RKH_TRC_CLOSE() (void)0
188 #if RKH_CFG_TRC_EN == RKH_ENABLED
189 #define RKH_TRC_FLUSH() rkh_trc_flush()
191 #define RKH_TRC_FLUSH() (void)0
218 #if RKH_CFG_TRC_EN == RKH_ENABLED
219 #define RKH_TRC_SEND_CFG(ts_hz) \
220 RKH_TR_FWK_TCFG(ts_hz)
222 #define RKH_TRC_SEND_CFG(ts_hz) (void)0
Defines constants and macros which are internally used by RKH trace facility.
void rkh_trc_open(void)
Open the tracing session.
rui32_t RKH_TS_T
Defines the size of trace timestamp.
RKH_TS_T rkh_trc_getts(void)
Retrieves a timestamp to be placed in a trace event.
void rkh_trc_flush(void)
Platform-dependent macro flushing the trace stream.
void rkh_trc_close(void)
Close the tracing session.