mbed library sources, mbed-dev only for TYBLE16
Fork of mbed-dev by
Please refer flowing link.
/users/kenjiArai/notebook/tyble16-module-will-become-a-mbed-family--mbedliza/
Diff: platform/CThunk.h
- Revision:
- 178:79309dc6340a
- Parent:
- 174:b96e65c34a4d
- Child:
- 180:96ed750bd169
--- a/platform/CThunk.h Wed Nov 08 13:50:44 2017 +0000 +++ b/platform/CThunk.h Thu Nov 23 11:57:25 2017 +0000 @@ -1,6 +1,10 @@ /** \addtogroup platform */ /** @{*/ +/** + * \defgroup platform_CThunk CThunk class + * @{ + */ /* General C++ Object Thunking class * * - allows direct callbacks to non-static C++ class functions @@ -73,13 +77,11 @@ /* IRQ/Exception compatible thunk entry function */ typedef void (*CThunkEntry)(void); -/** @}*/ /** * Class for created a pointer with data bound to it * * @note Synchronization level: Not protected - * @ingroup platform */ template<class T> class CThunk @@ -243,5 +245,9 @@ } }; +/**@}*/ + +/**@}*/ + #endif/*__CTHUNK_H__*/