“ee4ee527278a66321301d4f1f5ae22e49ab18fad”上不存在“arch/sparc/kernel/ptrace_64.c”
rtp.h 667 字节
Newer Older
G
Grissiom 已提交
1 2
/** @file rtp.h
*   @brief RTP Driver Definition File
G
Grissiom 已提交
3 4
*   @date 29.May.2013
*   @version 03.05.02
G
Grissiom 已提交
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
*   
*/

/* (c) Texas Instruments 2009-2013, All rights reserved. */


#ifndef __RTP_H__
#define __RTP_H__

#include "reg_rtp.h"

/** 
 *  @defgroup RTP RTP
 *  @brief RAM Trace Port.
 *  
 *  RAM Trace Port (RTP) module provides the features to datalog the RAM contents of the devices 
 *  or accesses to peripherals without program intrusion. It can trace all data write or read accesses to internal RAM.
 *
 *	Related Files
 *   - reg_rtp.h
 *   - rtp.h
 *   - rtp.c
 *  @addtogroup RTP
 *  @{
 */
 
/* RTP Interface Functions */
void rtpInit(void);

/**@}*/
#endif