spi: Fixing documentation for groups of macros
Group macros documentation properly. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
4bd5935302
commit
2cf6c8061e
2 changed files with 22 additions and 7 deletions
|
@ -14,13 +14,15 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @brief SPI duplex mode
|
||||
* @name SPI duplex mode
|
||||
* @{
|
||||
*
|
||||
* Some controllers support half duplex transfer, which results in 3-wire usage.
|
||||
* By default, full duplex will prevail.
|
||||
*/
|
||||
#define SPI_FULL_DUPLEX (0U << 11)
|
||||
#define SPI_HALF_DUPLEX (1U << 11)
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue