dmm.h 643 B

123456789101112131415161718192021222324252627282930313233343536
  1. /** @file dmm.h
  2. * @brief DMM 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 __DMM_H__
  9. #define __DMM_H__
  10. #include "reg_dmm.h"
  11. /**
  12. * @defgroup DMM DMM
  13. * @brief Data Modification Module.
  14. *
  15. * The DMM module provides the capability to modify data in the entire 4 GB address space of the device from an external peripheral,
  16. * with minimal interruption of the application.
  17. *
  18. * Related Files
  19. * - reg_dmm.h
  20. * - dmm.h
  21. * - dmm.c
  22. * @addtogroup DMM
  23. * @{
  24. */
  25. /* DMM Interface Functions */
  26. void dmmInit(void);
  27. /**@}*/
  28. #endif