#include "bsp_exptable.h"
#include <config.h>
Include dependency graph for bsp_mesgqueue.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | MessageQueue |
| MessageQueue stores where to find messages in a received DeliveryTable. More... | |
Functions | |
| static void | messageQueue_initialize (MessageQueue *restrict mesgq) |
| Initializes a MessageQueue. | |
| static void | messageQueue_sync (MessageQueue *restrict mesgq) |
| Clears the queue and sets the new tag size. | |
MessageQueue is queue for holding BSMP messages.
Definition in file bsp_mesgqueue.h.
|
|
Initializes a MessageQueue.
Definition at line 57 of file bsp_mesgqueue.h. Referenced by bsp_begin(). |
|
|
Clears the queue and sets the new tag size.
Definition at line 68 of file bsp_mesgqueue.h. Referenced by bsp_sync(). |
1.4.6