ChibiOS/RT Logo ChibiOS/RT

Architecture - Reference Manual - Guides

chmsg.c File Reference

Messages code. More...

#include "ch.h"

Go to the source code of this file.

Functions

msg_t chMsgSend (Thread *tp, msg_t msg)
 Sends a message to the specified thread.
msg_t chMsgWait (void)
 Suspends the thread and waits for an incoming message.
msg_t chMsgGet (void)
 Returns the next message in the queue.
void chMsgRelease (msg_t msg)
 Releases the thread waiting on top of the messages queue.

Detailed Description

Messages code.

Definition in file chmsg.c.


Generated on Sun Jul 11 13:13:02 2010 for ChibiOS/RT by doxygen 1.6.3