aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/include/chmboxes.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/kernel/include/chmboxes.h')
-rw-r--r--os/kernel/include/chmboxes.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/os/kernel/include/chmboxes.h b/os/kernel/include/chmboxes.h
index 4a1706302..60cb7a5c1 100644
--- a/os/kernel/include/chmboxes.h
+++ b/os/kernel/include/chmboxes.h
@@ -73,6 +73,10 @@ extern "C" {
#endif
/**
+ * @name Macro Functions
+ * @{
+ */
+/**
* @brief Returns the mailbox buffer size.
*
* @param[in] mbp the pointer to an initialized Mailbox object
@@ -120,6 +124,7 @@ extern "C" {
* @iclass
*/
#define chMBPeekI(mbp) (*(mbp)->mb_rdptr)
+/** @} */
/**
* @brief Data part of a static mailbox initializer.