aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/dox/spi.dox
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-06 19:05:13 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-06 19:05:13 +0000
commit54c975bed0b0fbfbf6fdd1a5024c258150c4c5dc (patch)
treeb18a96788fbc46c774c9c926a60e6a19bd955bfd /os/hal/dox/spi.dox
parentdcbb613f6d74018abc0c977b351dbd9334d1454f (diff)
downloadChibiOS-54c975bed0b0fbfbf6fdd1a5024c258150c4c5dc.tar.gz
ChibiOS-54c975bed0b0fbfbf6fdd1a5024c258150c4c5dc.tar.bz2
ChibiOS-54c975bed0b0fbfbf6fdd1a5024c258150c4c5dc.zip
I2C driver state diagram modified, documentation improvements.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3751 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/dox/spi.dox')
-rw-r--r--os/hal/dox/spi.dox4
1 files changed, 3 insertions, 1 deletions
diff --git a/os/hal/dox/spi.dox b/os/hal/dox/spi.dox
index 047ff646e..30bb0244a 100644
--- a/os/hal/dox/spi.dox
+++ b/os/hal/dox/spi.dox
@@ -37,7 +37,8 @@
digraph example {
size="5, 7";
rankdir="LR";
- node [shape=circle, fontname=Helvetica, fontsize=8, fixedsize="true", width="0.9", height="0.9"];
+ node [shape=circle, fontname=Helvetica, fontsize=8, fixedsize="true",
+ width="0.9", height="0.9"];
edge [fontname=Helvetica, fontsize=8];
stop [label="SPI_STOP\nLow Power"];
@@ -57,6 +58,7 @@
complete -> active [label="\nspiStartXXXI() (async)\nthen\ncallback return"];
complete -> ready [label="\ncallback return"];
}
+ * @enddot
* @else
* @dot
digraph example {