From df787828e82f931af528bbec5b5e0ea7b525413c Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 20 Sep 2008 15:41:53 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@435 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/ch.txt | 11 ++++++----- 1 file 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.
+ * 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.
+ * 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.
* Examples: \p chThdCreate(), \p chSemSignalI(), \p chIQGetTimeout(). * * @section scheduling Scheduling