您最多选择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. * 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. * Functions, macros, variables, enums and types related to the control of AVR subsystems.
  13. */
  14. /** \defgroup Group_MiscDrivers Miscellaneous Drivers
  15. *
  16. * Miscellaneous driver Functions, macros, variables, enums and types.
  17. */
  18. /** \defgroup Group_PlatformDrivers_AVR8 AVR8
  19. * \ingroup Group_PlatformDrivers
  20. *
  21. * 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. * 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. * Drivers relating to the UC3 architecture platform, such as clock setup and interrupt management.
  32. */