File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
libraries/mbed/targets/cmsis/TARGET_RENESAS/TARGET_RZ_A1H/inc/iodefines Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 24
24
* File Name : lvds_iodefine.h
25
25
* $Rev: $
26
26
* $Date:: $
27
- * Description : Definition of I/O Register (V1.00a )
27
+ * Description : Definition of I/O Register (V1.01a )
28
28
******************************************************************************/
29
29
#ifndef LVDS_IODEFINE_H
30
30
#define LVDS_IODEFINE_H
@@ -37,7 +37,8 @@ struct st_lvds
37
37
volatile uint8_t dummy608 [24 ]; /* */
38
38
volatile uint32_t LCLKSELR ; /* LCLKSELR */
39
39
volatile uint32_t LPLLSETR ; /* LPLLSETR */
40
- volatile uint32_t LPLLMONR ; /* LPLLMONR */
40
+ volatile uint8_t dummy609 [4 ]; /* */
41
+ volatile uint32_t LPHYACC ; /* LPHYACC */
41
42
};
42
43
43
44
@@ -48,6 +49,6 @@ struct st_lvds
48
49
#define LVDSLVDSFCL LVDS.LVDSFCL
49
50
#define LVDSLCLKSELR LVDS.LCLKSELR
50
51
#define LVDSLPLLSETR LVDS.LPLLSETR
51
- #define LVDSLPLLMONR LVDS.LPLLMONR
52
+ #define LVDSLPHYACC LVDS.LPHYACC
52
53
/* <-SEC M1.10.1 */
53
54
#endif
You can’t perform that action at this time.
0 commit comments