summaryrefslogtreecommitdiff
path: root/nuttx/arch/z80/src/ez80/ez80f91_spi.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-04-18 21:56:32 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-04-18 21:56:32 +0000
commit151ba9fe153e122b116a4fc8a251b2c04b41334c (patch)
tree9aade1ccaa6ca77159207aedaac6faf530ccdde7 /nuttx/arch/z80/src/ez80/ez80f91_spi.h
parent36052c9b70ae9fb8ad6e4f6c91094c26f749cf68 (diff)
downloadnuttx-151ba9fe153e122b116a4fc8a251b2c04b41334c.tar.gz
nuttx-151ba9fe153e122b116a4fc8a251b2c04b41334c.tar.bz2
nuttx-151ba9fe153e122b116a4fc8a251b2c04b41334c.zip
more i.MX logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1702 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/z80/src/ez80/ez80f91_spi.h')
-rw-r--r--nuttx/arch/z80/src/ez80/ez80f91_spi.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/arch/z80/src/ez80/ez80f91_spi.h b/nuttx/arch/z80/src/ez80/ez80f91_spi.h
index 3334e472b..5a0305b68 100644
--- a/nuttx/arch/z80/src/ez80/ez80f91_spi.h
+++ b/nuttx/arch/z80/src/ez80/ez80f91_spi.h
@@ -60,7 +60,7 @@
* No bit definitions -- These two 8-bit registers set the 16-bit BRG divider value
*/
-/*SPI Control (CTL} Register Definitions */
+/* SPI Control (CTL} Register Definitions */
#define SPI_CTL_IRQEN (1 << 7) /* Bit 7: 1=SPI system interrupt is enabled */
#define SPI_CTL_SPIEN (1 << 5) /* Bit 5: 1=SPI is enabled */
@@ -109,8 +109,8 @@ extern "C" {
* GPIOs in the way your board is configured.
* 2. Add a call to up_spiinitialize() in your low level initialization logic
* 3. The handle returned by up_spiinitialize() may then be used to bind the
- * SPI driver to higher level logic (e.g., calling mmcsd_spislotinitializ()
- * will bind the SPI driver to the SPI MMC/SD driver.
+ * SPI driver to higher level logic (e.g., calling mmcsd_spislotinitialize(),
+ * for example, will bind the SPI driver to the SPI MMC/SD driver).
*/
EXTERN void ez80_spiselect(FAR struct spi_dev_s *dev, enum spi_dev_e devid, boolean selected);