Keyboard firmwares for Atmel AVR and Cortex-M
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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. */