Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of LG by
Diff: LPC17xx.h
- Revision:
- 197:7a05523bf588
- Parent:
- 0:8ad47e2b6f00
diff -r f76dbc081e63 -r 7a05523bf588 LPC17xx.h
--- a/LPC17xx.h Fri Sep 23 05:34:50 2016 +0000
+++ b/LPC17xx.h Wed Oct 19 10:55:05 2016 +0000
@@ -545,7 +545,7 @@
/** @brief Digital-to-Analog Converter (DAC) register structure definition */
typedef struct
{
- __IO uint32_t CR; /*!< Offset: 0x000 (R/W) D/A Converter Register */
+ __IO uint32_t DACR; /*!< Offset: 0x000 (R/W) D/A Converter Register */
__IO uint32_t CTRL; /*!< Offset: 0x004 (R/W) DAC Control register */
__IO uint32_t CNTVAL; /*!< Offset: 0x008 (R/W) DAC Counter Value Register */
} LPC_DAC_TypeDef;
