hal_interfaces.dox 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /*
  2. ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio
  3. Licensed under the Apache License, Version 2.0 (the "License");
  4. you may not use this file except in compliance with the License.
  5. You may obtain a copy of the License at
  6. http://www.apache.org/licenses/LICENSE-2.0
  7. Unless required by applicable law or agreed to in writing, software
  8. distributed under the License is distributed on an "AS IS" BASIS,
  9. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  10. See the License for the specific language governing permissions and
  11. limitations under the License.
  12. */
  13. /**
  14. * @defgroup HAL_BLOCKS Blocks
  15. * @ingroup HAL_INTERFACES_CLASSES
  16. */
  17. /**
  18. * @defgroup HAL_INTERFACES Streams
  19. * @ingroup HAL_INTERFACES_CLASSES
  20. */
  21. /**
  22. * @defgroup HAL_STREAMS Abstract Streams Interface
  23. * @ingroup HAL_INTERFACES
  24. */
  25. /**
  26. * @defgroup IO_CHANNEL Abstract I/O Channel Interface
  27. * @ingroup HAL_INTERFACES
  28. */
  29. /**
  30. * @defgroup HAL_FILES Abstract Files Interface
  31. * @ingroup HAL_INTERFACES
  32. */
  33. /**
  34. * @defgroup HAL_PERSISTENT Abstract Persistent Storage Interface
  35. * @ingroup HAL_INTERFACES
  36. */
  37. /**
  38. * @defgroup HAL_MEMORY_STREAMS Memory Streams Class
  39. * @ingroup HAL_INTERFACES
  40. */
  41. /**
  42. * @defgroup HAL_NULL_STREAMS Null Streams Class
  43. * @ingroup HAL_INTERFACES
  44. */
  45. /**
  46. * @defgroup HAL_CHPRINTF Output Formatter Utility
  47. * @ingroup HAL_INTERFACES
  48. */