mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 06:39:01 +08:00
arch/arm/src/lpc54: Missed a change in the last commit
This commit is contained in:
@@ -58,6 +58,7 @@
|
||||
#define LPC43_USBDEV_DCCPARAMS_OFFSET 0x0124 /* Device controller capability parameters */
|
||||
|
||||
/* Device/host/OTG operational registers */
|
||||
|
||||
#define LPC43_USBOTG_HCOR_OFFSET 0x0140 /* Offset to EHCI Host Controller Operational Registers */
|
||||
#define LPC43_USBOTG_USBCMD_OFFSET 0x0140 /* USB command (both) */
|
||||
#define LPC43_USBOTG_USBSTS_OFFSET 0x0144 /* USB status (both) */
|
||||
|
||||
@@ -163,7 +163,7 @@
|
||||
|
||||
#define SDMMC_CLKDIV0_SHIFT (0) /* Bits 0-7: Clock divider 0 value */
|
||||
#define SDMMC_CLKDIV0_MASK (255 << SDMMC_CLKDIV0_SHIFT)
|
||||
# define SDMMC_CLKDIV0_MASK(n) ((((n) + 1) >> 1) << SDMMC_CLKDIV0_SHIFT)
|
||||
# define SDMMC_CLKDIV0(n) ((((n) + 1) >> 1) << SDMMC_CLKDIV0_SHIFT)
|
||||
/* Bits 8-31: Reserved */
|
||||
|
||||
/* Clock enable register CLKENA */
|
||||
|
||||
@@ -68,7 +68,8 @@ STATUS
|
||||
|
||||
There is still no support for the Accelerometer, SPIFI, SD card, Ethernet,
|
||||
or USB. There is a partial SPI driver, but no on-board SPI devices to
|
||||
test it.
|
||||
test it. The SD/MMC interface is essentially the same as on the LPC43xx
|
||||
and there is an unverified leverage in place for that.
|
||||
|
||||
Configurations
|
||||
==============
|
||||
|
||||
Reference in New Issue
Block a user