Doxygen update
git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@427 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* UART implementation
|
||||
* %UART implementation
|
||||
* \defgroup UART Package UART
|
||||
* \ingroup Platform
|
||||
* @{
|
||||
@@ -75,9 +75,13 @@ struct UartParameters
|
||||
UBaseType_t rxQueueSize;
|
||||
};
|
||||
|
||||
/**
|
||||
* \class Uart
|
||||
* \extends IODevice
|
||||
*/
|
||||
struct Uart
|
||||
{
|
||||
struct IODevice device;
|
||||
struct IODevice device; //!< \private
|
||||
USART_TypeDef* USART_TypeDef;
|
||||
USART_InitTypeDef USART_InitStruct;
|
||||
USART_ClockInitTypeDef* USART_ClockInitStruct;
|
||||
|
||||
Reference in New Issue
Block a user