upload
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
このリポジトリはアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュや、課題・プルリクエストのオープンはできません。

Groups.txt 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. /** \file
  2. *
  3. * This file contains special DoxyGen information for the generation of the main page and other special
  4. * documentation pages. It is not a project source file.
  5. */
  6. /** \defgroup Group_BoardDrivers Board Drivers
  7. *
  8. * \brief Functions, macros, variables, enums and types related to the control of physical board hardware.
  9. */
  10. /** \defgroup Group_PeripheralDrivers On-chip Peripheral Drivers
  11. *
  12. * \brief Functions, macros, variables, enums and types related to the control of AVR subsystems.
  13. */
  14. /** \defgroup Group_MiscDrivers Miscellaneous Drivers
  15. *
  16. * \brief Miscellaneous driver Functions, macros, variables, enums and types.
  17. */
  18. /** \defgroup Group_PlatformDrivers_AVR8 AVR8
  19. * \ingroup Group_PlatformDrivers
  20. *
  21. * \brief Drivers relating to the AVR8 architecture platform, such as clock setup and interrupt management.
  22. */
  23. /** \defgroup Group_PlatformDrivers_XMEGA XMEGA
  24. * \ingroup Group_PlatformDrivers
  25. *
  26. * \brief Drivers relating to the XMEGA architecture platform, such as clock setup and interrupt management.
  27. */
  28. /** \defgroup Group_PlatformDrivers_UC3 UC3
  29. * \ingroup Group_PlatformDrivers
  30. *
  31. * \brief Drivers relating to the UC3 architecture platform, such as clock setup and interrupt management.
  32. */