diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-01-08 12:09:18 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-01-08 12:09:18 +0000 |
commit | eb665ad2407a28c57a6d5802b3bcfa474b8c6e3f (patch) | |
tree | b937607d434f1cb1461b41d7c1cca4cff3a959d8 /os/hal/platforms/LPC11xx/spi_lld.h | |
parent | 7dc2098ccdebe3b2f54f1c9a60d3355bf0d59489 (diff) | |
download | ChibiOS-eb665ad2407a28c57a6d5802b3bcfa474b8c6e3f.tar.gz ChibiOS-eb665ad2407a28c57a6d5802b3bcfa474b8c6e3f.tar.bz2 ChibiOS-eb665ad2407a28c57a6d5802b3bcfa474b8c6e3f.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2615 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/LPC11xx/spi_lld.h')
-rw-r--r-- | os/hal/platforms/LPC11xx/spi_lld.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/platforms/LPC11xx/spi_lld.h b/os/hal/platforms/LPC11xx/spi_lld.h index 7b6374172..e0525387a 100644 --- a/os/hal/platforms/LPC11xx/spi_lld.h +++ b/os/hal/platforms/LPC11xx/spi_lld.h @@ -35,7 +35,7 @@ /*===========================================================================*/
/**
- * @brief Hardware FIFO depth. + * @brief Hardware FIFO depth.
*/
#define LPC11xx_SSP_FIFO_DEPTH 8
@@ -163,7 +163,7 @@ #endif
/**
- * @brief SCK0 signal selector. + * @brief SCK0 signal selector.
*/
#if !defined(LPC11xx_SPI_SCK0_SELECTOR) || defined(__DOXYGEN__)
#define LPC11xx_SPI_SCK0_SELECTOR SCK0_IS_PIO2_11
@@ -284,7 +284,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;
/**
|