diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-01-06 12:18:51 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-01-06 12:18:51 +0000 |
commit | 0116b4d06b31b2adbd03576074bbc8503a023218 (patch) | |
tree | 40dec77117393ea7aa7bc5aaa1c090858e0521c2 /os/hal/platforms/LPC13xx/spi_lld.h | |
parent | 3d8343e46408a73b7d1d71d25449709a0bdfb152 (diff) | |
download | ChibiOS-0116b4d06b31b2adbd03576074bbc8503a023218.tar.gz ChibiOS-0116b4d06b31b2adbd03576074bbc8503a023218.tar.bz2 ChibiOS-0116b4d06b31b2adbd03576074bbc8503a023218.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2596 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/LPC13xx/spi_lld.h')
-rw-r--r-- | os/hal/platforms/LPC13xx/spi_lld.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/platforms/LPC13xx/spi_lld.h b/os/hal/platforms/LPC13xx/spi_lld.h index 47085c58b..153ce815b 100644 --- a/os/hal/platforms/LPC13xx/spi_lld.h +++ b/os/hal/platforms/LPC13xx/spi_lld.h @@ -35,7 +35,7 @@ /*===========================================================================*/
/**
- * @brief Hardware FIFO depth. + * @brief Hardware FIFO depth.
*/
#define LPC13xx_SSP_FIFO_DEPTH 8
@@ -140,7 +140,7 @@ #endif
/**
- * @brief SCK0 signal selector. + * @brief SCK0 signal selector.
*/
#if !defined(LPC13xx_SPI_SCK0_SELECTOR) || defined(__DOXYGEN__)
#define LPC13xx_SPI_SCK0_SELECTOR SCK0_IS_PIO2_11
@@ -251,7 +251,7 @@ struct SPIDriver { */
LPC_SSP_TypeDef *spd_ssp;
/**
- * @brief Number of bytes yet to be received. + * @brief Number of bytes yet to be received.
*/
uint32_t spd_rxcnt;
/**
|