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.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
Diff: TARGET_RZ_A1H/lvds_iodefine.h
- Revision:
- 100:cbbeb26dbd92
- Parent:
- 92:4fc01daae5a5
--- a/TARGET_RZ_A1H/lvds_iodefine.h Wed May 13 08:08:21 2015 +0200
+++ b/TARGET_RZ_A1H/lvds_iodefine.h Wed May 27 08:07:35 2015 +0100
@@ -24,7 +24,7 @@
* File Name : lvds_iodefine.h
* $Rev: $
* $Date:: $
-* Description : Definition of I/O Register (V1.00a)
+* Description : Definition of I/O Register (V1.01a)
******************************************************************************/
#ifndef LVDS_IODEFINE_H
#define LVDS_IODEFINE_H
@@ -37,7 +37,8 @@
volatile uint8_t dummy608[24]; /* */
volatile uint32_t LCLKSELR; /* LCLKSELR */
volatile uint32_t LPLLSETR; /* LPLLSETR */
- volatile uint32_t LPLLMONR; /* LPLLMONR */
+ volatile uint8_t dummy609[4]; /* */
+ volatile uint32_t LPHYACC; /* LPHYACC */
};
@@ -48,6 +49,6 @@
#define LVDSLVDSFCL LVDS.LVDSFCL
#define LVDSLCLKSELR LVDS.LCLKSELR
#define LVDSLPLLSETR LVDS.LPLLSETR
-#define LVDSLPLLMONR LVDS.LPLLMONR
+#define LVDSLPHYACC LVDS.LPHYACC
/* <-SEC M1.10.1 */
#endif


