mm32_device.h 693 B

1234567891011121314151617181920212223
  1. ///-----------------------------------------------------------------------------
  2. /// @file mm32_device.h
  3. /// @brief CMSIS Cortex-M Peripheral Access Layer for MindMotion
  4. /// microcontroller devices
  5. ///
  6. /// This is a convenience header file for defining the part number on the
  7. /// build command line, instead of specifying the part specific header file.
  8. ///
  9. /// Example: Add MM32 series to your build options, to define part
  10. /// Add "#include "mm32_device.h" to your source files
  11. ///
  12. ///
  13. ///
  14. ///
  15. ///-----------------------------------------------------------------------------
  16. #ifndef __MM32_DEVICE_H
  17. #define __MM32_DEVICE_H
  18. #include "mm32_reg.h"
  19. #endif // __MM32_DEVICE_H