Set correct base address for register HOST_INF_SEL
This commit is contained in:
parent
0734fa4166
commit
c63b1cfa66
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
||||||
//}}
|
//}}
|
||||||
|
|
||||||
//DPORT{{
|
//DPORT{{
|
||||||
#define HOST_INF_SEL (0x28)
|
#define HOST_INF_SEL (PERIPHS_DPORT_BASEADDR + 0x28)
|
||||||
#define DPORT_LINK_DEVICE_SEL 0x000000FF
|
#define DPORT_LINK_DEVICE_SEL 0x000000FF
|
||||||
#define DPORT_LINK_DEVICE_SEL_S 8
|
#define DPORT_LINK_DEVICE_SEL_S 8
|
||||||
#define DPORT_PERI_IO_SWAP 0x000000FF
|
#define DPORT_PERI_IO_SWAP 0x000000FF
|
||||||
|
|
Loading…
Reference in a new issue