Updated: Doxygen Documentation

This commit is contained in:
@CarlWachter
2024-01-06 17:17:40 +01:00
committed by CarlWachter
parent b3ed26e288
commit 16b9e6135c
26 changed files with 331 additions and 306 deletions

View File

@@ -49,6 +49,9 @@ namespace sta
class STM32SPI : public SPI
{
public:
/**
* @brief Handle and corresponding peripheral clock frequency.
*/
struct Info
{
SPI_HandleTypeDef * handle; /**< STM32 HAL handle */

View File

@@ -40,6 +40,8 @@ namespace sta
public:
/**
* @param handle STM32 HAL handle
* @param settings UART settings
* @param mutex Mutex for thread safety
*/
STM32UART(UART_HandleTypeDef * handle, UARTSettings & settings, Mutex * mutex);