aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ch.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-09-20 15:41:53 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-09-20 15:41:53 +0000
commitdf787828e82f931af528bbec5b5e0ea7b525413c (patch)
tree286dd3cad08eaa7cdc46b58227ab87a2a9579a1c /docs/ch.txt
parent2a9e6947a1c0cefe24f8ac7f1b4997e0f661572f (diff)
downloadChibiOS-df787828e82f931af528bbec5b5e0ea7b525413c.tar.gz
ChibiOS-df787828e82f931af528bbec5b5e0ea7b525413c.tar.bz2
ChibiOS-df787828e82f931af528bbec5b5e0ea7b525413c.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@435 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/ch.txt')
-rw-r--r--docs/ch.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/ch.txt b/docs/ch.txt
index 8ad0db828..2ec40d9c6 100644
--- a/docs/ch.txt
+++ b/docs/ch.txt
@@ -66,11 +66,12 @@
* The possible groups are: \a Sys, \a Sch, \a VT, \a Thd, \a Sem, \a Mtx,
* \a Evt, \a Msg, \a IQ, \a OQ, \a HQ,\a FDD, \a HDD, \a Dbg.
* The suffix is not present for normal APIs but can be one of
- * the following: "I" for APIs meant to be invoked from an interrupt handler
- * or within the system mutex zone but not from user code, "S" for APIs only
- * useable from within the system mutex zone but not from interrupt handlers
- * or user code. The APIs without suffix can be invoked only from the user
- * code.<br>
+ * the following: "I" for APIs meant to be invoked within the system mutex
+ * zone, "S" for APIs only useable from within the system mutex zone but not
+ * from interrupt handlers.<br>
+ * The APIs without suffix can be invoked only from the user code outsize the
+ * system mutex zone and not from interrupt handlers unless differently
+ * specified.<br>
* Examples: \p chThdCreate(), \p chSemSignalI(), \p chIQGetTimeout().
*
* @section scheduling Scheduling