ChibiOS/RT
2.5.1
chmsg.c File Reference

Detailed Description

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.
ThreadchMsgWait (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.