|
ChibiOS/RT
2.5.1 |
Messages code.
Definition in file chmsg.c.
#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. | |
| Thread * | chMsgWait (void) |
| Suspends the thread and waits for an incoming message. | |
| void | chMsgRelease (Thread *tp, msg_t msg) |
| Releases a sender thread specifying a response message. | |