rtp.h 667 B

1234567891011121314151617181920212223242526272829303132333435
  1. /** @file rtp.h
  2. * @brief RTP Driver Definition File
  3. * @date 29.May.2013
  4. * @version 03.05.02
  5. *
  6. */
  7. /* (c) Texas Instruments 2009-2013, All rights reserved. */
  8. #ifndef __RTP_H__
  9. #define __RTP_H__
  10. #include "reg_rtp.h"
  11. /**
  12. * @defgroup RTP RTP
  13. * @brief RAM Trace Port.
  14. *
  15. * RAM Trace Port (RTP) module provides the features to datalog the RAM contents of the devices
  16. * or accesses to peripherals without program intrusion. It can trace all data write or read accesses to internal RAM.
  17. *
  18. * Related Files
  19. * - reg_rtp.h
  20. * - rtp.h
  21. * - rtp.c
  22. * @addtogroup RTP
  23. * @{
  24. */
  25. /* RTP Interface Functions */
  26. void rtpInit(void);
  27. /**@}*/
  28. #endif