Merge pull request #388 from msrd0/octospi2

Fix register address for OCTOSPI2 peripheral
This commit is contained in:
Dario Nieuwenhuis 2024-02-07 18:23:12 +00:00 committed by GitHub
commit b23e88a617
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -170,6 +170,10 @@ impl Defines {
"OCTOSPI1",
&["OSPI_R", "OCTOSPI1_R_BASE", "OCTOSPI1_R_BASE_NS", "OCTOSPI1_REG_BASE"],
),
(
"OCTOSPI2",
&["OCTOSPI2_R_BASE", "OCTOSPI2_R_BASE_NS", "OCTOSPI2_REG_BASE"],
),
("FLASH", &["FLASH_R_BASE", "FLASH_REG_BASE"]),
(
"ADC_COMMON",