mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-08-06 11:07:34 +00:00
Full Doxygen documentation
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
|
||||
#include <type_traits>
|
||||
|
||||
/**
|
||||
* @defgroup STA_RTOS_HANDLE Handle
|
||||
* @ingroup STA_RTOS_API
|
||||
* @brief Helper for managing access to RTOS handles.
|
||||
*/
|
||||
|
||||
namespace sta
|
||||
{
|
||||
@@ -11,7 +16,7 @@ namespace sta
|
||||
*
|
||||
* @tparam T CMSIS RTOS2 handle type
|
||||
*
|
||||
* @ingroup STA_RTOS_API
|
||||
* @ingroup STA_RTOS_HANDLE
|
||||
*/
|
||||
template <typename T>
|
||||
class RtosHandle
|
||||
@@ -27,6 +32,7 @@ namespace sta
|
||||
*/
|
||||
struct Deferred
|
||||
{
|
||||
/// @brief Handle variable address type
|
||||
handle_type * pointer;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user