ChibiOS/RT  5.1.0
chmsg.c File Reference

Messages code. More...

#include "ch.h"

Go to the source code of this file.

Functions

msg_t chMsgSend (thread_t *tp, msg_t msg)
 Sends a message to the specified thread. More...
 
thread_tchMsgWait (void)
 Suspends the thread and waits for an incoming message. More...
 
void chMsgRelease (thread_t *tp, msg_t msg)
 Releases a sender thread specifying a response message. More...
 

Detailed Description

Messages code.

Definition in file chmsg.c.