aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/dox/spi.dox
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-03-01 13:49:53 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-03-01 13:49:53 +0000
commiteed6999aaf3a4579121b5e70d3a84ef620f896eb (patch)
treeffbad9ef7d792ecfb7205ec3876d26b0dd9f2d75 /os/hal/dox/spi.dox
parenta5138f8fac4b576c67e70e00453982492055ef15 (diff)
downloadChibiOS-eed6999aaf3a4579121b5e70d3a84ef620f896eb.tar.gz
ChibiOS-eed6999aaf3a4579121b5e70d3a84ef620f896eb.tar.bz2
ChibiOS-eed6999aaf3a4579121b5e70d3a84ef620f896eb.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2784 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/dox/spi.dox')
-rw-r--r--os/hal/dox/spi.dox6
1 files changed, 4 insertions, 2 deletions
diff --git a/os/hal/dox/spi.dox b/os/hal/dox/spi.dox
index 7f68f3c40..7c43fec6e 100644
--- a/os/hal/dox/spi.dox
+++ b/os/hal/dox/spi.dox
@@ -19,8 +19,10 @@
/**
* @defgroup SPI SPI Driver
- * @brief Generic SPI Driver.
- * @details This module implements a generic SPI driver.
+ * @brief Generic SPI Driver.
+ * @details This module implements a generic SPI driver allowing bidirectional
+ * and monodirectional transfers, complex atomic transactions are
+ * supported as well.
* @pre In order to use the SPI driver the @p HAL_USE_SPI option
* must be enabled in @p halconf.h.
*