git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.4.x@5930 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
bc38934ca2
commit
4132a28a7d
|
@ -122,7 +122,7 @@ typedef void (*evhandler_t)(eventid_t);
|
||||||
* @note This function can be invoked before the kernel is initialized
|
* @note This function can be invoked before the kernel is initialized
|
||||||
* because it just prepares a @p EventSource structure.
|
* because it just prepares a @p EventSource structure.
|
||||||
*
|
*
|
||||||
* @param[in] esp pointer to the @p EventSource structure
|
* @param[out] esp pointer to the @p EventSource structure
|
||||||
*
|
*
|
||||||
* @init
|
* @init
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -73,7 +73,7 @@
|
||||||
* different threads.
|
* different threads.
|
||||||
*
|
*
|
||||||
* @param[in] esp pointer to the @p EventSource structure
|
* @param[in] esp pointer to the @p EventSource structure
|
||||||
* @param[in] elp pointer to the @p EventListener structure
|
* @param[out] elp pointer to the @p EventListener structure
|
||||||
* @param[in] mask the mask of event flags to be ORed to the thread when
|
* @param[in] mask the mask of event flags to be ORed to the thread when
|
||||||
* the event source is broadcasted
|
* the event source is broadcasted
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue