git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@435 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
2a9e6947a1
commit
df787828e8
11
docs/ch.txt
11
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
|
||||
|
|
Loading…
Reference in New Issue