aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/ext.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/include/ext.h')
-rw-r--r--os/hal/include/ext.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/os/hal/include/ext.h b/os/hal/include/ext.h
index 5d904cf4e..852c3d07f 100644
--- a/os/hal/include/ext.h
+++ b/os/hal/include/ext.h
@@ -82,6 +82,10 @@ typedef struct EXTDriver EXTDriver;
/*===========================================================================*/
/**
+ * @name Macro Functions
+ * @{
+ */
+/**
* @brief Enables an EXT channel.
*
* @param[in] extp pointer to the @p EXTDriver object
@@ -100,6 +104,7 @@ typedef struct EXTDriver EXTDriver;
* @iclass
*/
#define extChannelDisableI(extp, channel) ext_lld_channel_disable(extp, channel)
+/** @} */
/*===========================================================================*/
/* External declarations. */