doxygen: define groups for drivers
Change-Id: Ibf6b6d8586086de5b288fee1e3b4fb1101716fe1 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
1c0da55154
commit
75482aae8a
8 changed files with 86 additions and 2 deletions
|
@ -19,6 +19,13 @@
|
|||
#ifndef __SPI_H__
|
||||
#define __SPI_H__
|
||||
|
||||
/**
|
||||
* @brief SPI Interface
|
||||
* @defgroup spi_interface SPI Interface
|
||||
* @ingroup io_interfaces
|
||||
* @{
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include <device.h>
|
||||
|
@ -213,4 +220,8 @@ static inline int spi_resume(struct device *dev)
|
|||
}
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @}
|
||||
*/
|
||||
|
||||
#endif /* __SPI_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue