Skip to content

Commit 494b8e4

Browse files
committed
Update a header file of Video driver.
Update the header file for the Video driver support.
1 parent 0d95e7b commit 494b8e4

File tree

1 file changed

+4
-3
lines changed
  • libraries/mbed/targets/cmsis/TARGET_RENESAS/TARGET_RZ_A1H/inc/iodefines

1 file changed

+4
-3
lines changed

libraries/mbed/targets/cmsis/TARGET_RENESAS/TARGET_RZ_A1H/inc/iodefines/lvds_iodefine.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* File Name : lvds_iodefine.h
2525
* $Rev: $
2626
* $Date:: $
27-
* Description : Definition of I/O Register (V1.00a)
27+
* Description : Definition of I/O Register (V1.01a)
2828
******************************************************************************/
2929
#ifndef LVDS_IODEFINE_H
3030
#define LVDS_IODEFINE_H
@@ -37,7 +37,8 @@ struct st_lvds
3737
volatile uint8_t dummy608[24]; /* */
3838
volatile uint32_t LCLKSELR; /* LCLKSELR */
3939
volatile uint32_t LPLLSETR; /* LPLLSETR */
40-
volatile uint32_t LPLLMONR; /* LPLLMONR */
40+
volatile uint8_t dummy609[4]; /* */
41+
volatile uint32_t LPHYACC; /* LPHYACC */
4142
};
4243

4344

@@ -48,6 +49,6 @@ struct st_lvds
4849
#define LVDSLVDSFCL LVDS.LVDSFCL
4950
#define LVDSLCLKSELR LVDS.LCLKSELR
5051
#define LVDSLPLLSETR LVDS.LPLLSETR
51-
#define LVDSLPLLMONR LVDS.LPLLMONR
52+
#define LVDSLPHYACC LVDS.LPHYACC
5253
/* <-SEC M1.10.1 */
5354
#endif

0 commit comments

Comments
 (0)