aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/dox/spi.dox
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-03-28 15:32:56 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-03-28 15:32:56 +0000
commitff676aee33d4061e9d8186a15ad72c78fa1466a0 (patch)
tree46f1c511db8f2bccf4d9e12dcafe59726b038811 /os/hal/dox/spi.dox
parent6e6c6944fb7f82c837c34d6ab3be6bb3ba1a97f3 (diff)
downloadChibiOS-ff676aee33d4061e9d8186a15ad72c78fa1466a0.tar.gz
ChibiOS-ff676aee33d4061e9d8186a15ad72c78fa1466a0.tar.bz2
ChibiOS-ff676aee33d4061e9d8186a15ad72c78fa1466a0.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2848 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/dox/spi.dox')
-rw-r--r--os/hal/dox/spi.dox6
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/dox/spi.dox b/os/hal/dox/spi.dox
index cd462b8ae..047ff646e 100644
--- a/os/hal/dox/spi.dox
+++ b/os/hal/dox/spi.dox
@@ -21,9 +21,9 @@
/**
* @defgroup SPI 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.
+ * @details This module implements a generic SPI (Serial Peripheral Interface)
+ * 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.
*