mbed library sources. Supersedes mbed-src.
Fork of mbed-dev by
Diff: platform/CriticalSectionLock.h
- Revision:
- 178:79309dc6340a
- Parent:
- 174:b96e65c34a4d
--- a/platform/CriticalSectionLock.h Wed Nov 08 13:50:44 2017 +0000 +++ b/platform/CriticalSectionLock.h Thu Nov 23 11:57:25 2017 +0000 @@ -22,6 +22,13 @@ namespace mbed { +/** \addtogroup platform */ +/** @{*/ +/** + * \defgroup platform_CriticalSectionLock CriticalSectionLock functions + * @{ + */ + /** RAII object for disabling, then restoring, interrupt state * Usage: * @code @@ -65,6 +72,9 @@ } }; +/**@}*/ + +/**@}*/ } // namespace mbed