mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-06 10:27:34 +00:00
Updated: Doxygen Documentation
This commit is contained in:
committed by
CarlWachter
parent
b3ed26e288
commit
16b9e6135c
@@ -3,8 +3,18 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
/**
|
||||
* @defgroup sta_core_uart UART
|
||||
* @ingroup sta_core
|
||||
* @brief UART interface.
|
||||
*/
|
||||
|
||||
|
||||
namespace sta
|
||||
{
|
||||
/**
|
||||
* @brief UART modes of operation.
|
||||
*/
|
||||
enum class UARTMode
|
||||
{
|
||||
RX,
|
||||
@@ -13,10 +23,11 @@ namespace sta
|
||||
};
|
||||
|
||||
/**
|
||||
* @brief %UART settings.
|
||||
* @brief UART settings.
|
||||
*/
|
||||
struct UARTSettings
|
||||
{
|
||||
/// @brief Mode of operation.
|
||||
UARTMode mode;
|
||||
};
|
||||
} // namespace sta
|
||||
|
Reference in New Issue
Block a user