helpfor studient
Dependents: STM32_F103-C8T6basecanblink_led
Fork of mbed-dev by
Diff: platform/CriticalSectionLock.h
- Revision:
- 179:79309dc6340a
- Parent:
- 174:b96e65c34a4d
- Child:
- 182:57724642e740
--- 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