Doxygen update

git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@427 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
dvl
2018-01-15 11:04:24 +00:00
parent 41ebc02741
commit 15ab232e82
67 changed files with 94 additions and 76 deletions

View File

@@ -18,7 +18,7 @@
// -----------------------------------------------------------------------------
/**
* SpiDevice implementation
* %SpiDevice implementation
* \defgroup SpiDevice Package SpiDevice
* \ingroup Platform
* @{
@@ -47,9 +47,13 @@
// Type definitions.
// -----------------------------------------------------------------------------
/**
* \class SpiDevice
* \extends IODevice
*/
struct SpiDevice
{
struct IODevice device;
struct IODevice device; //!< \private
struct Spi* spi;
struct SpiParameters parameters;
T_PL_GPIO SPI_CE;