Merge pull request #370 from kkoppul2/update_octospi_base_address
Fix register address mapping
This commit is contained in:
commit
2d51fbe736
@ -162,6 +162,14 @@ impl Defines {
|
|||||||
("DBGMCU", &["DBGMCU_BASE", "DBG_BASE"]),
|
("DBGMCU", &["DBGMCU_BASE", "DBG_BASE"]),
|
||||||
("QUADSPI", &["QUADSPI_BASE", "QSPI_R", "QSPI_R_BASE", "QSPI_REG_BASE"]),
|
("QUADSPI", &["QUADSPI_BASE", "QSPI_R", "QSPI_R_BASE", "QSPI_REG_BASE"]),
|
||||||
("QUADSPI1", &["QUADSPI1_BASE", "QSPI_R", "QSPI_R_BASE", "QSPI_REG_BASE"]),
|
("QUADSPI1", &["QUADSPI1_BASE", "QSPI_R", "QSPI_R_BASE", "QSPI_REG_BASE"]),
|
||||||
|
(
|
||||||
|
"OCTOSPI",
|
||||||
|
&["OSPI_R", "OCTOSPI_R_BASE", "OCTOSPI_R_BASE_NS", "OCTOSPI_REG_BASE"],
|
||||||
|
),
|
||||||
|
(
|
||||||
|
"OCTOSPI1",
|
||||||
|
&["OSPI_R", "OCTOSPI1_R_BASE", "OCTOSPI1_R_BASE_NS", "OCTOSPI1_REG_BASE"],
|
||||||
|
),
|
||||||
("FLASH", &["FLASH_R_BASE", "FLASH_REG_BASE"]),
|
("FLASH", &["FLASH_R_BASE", "FLASH_REG_BASE"]),
|
||||||
(
|
(
|
||||||
"ADC_COMMON",
|
"ADC_COMMON",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user