Fix register address for OCTOSPI2 peripheral

This commit is contained in:
Dominic 2024-02-07 16:58:16 +01:00
parent f0101a2249
commit 334a42bce7
No known key found for this signature in database
GPG Key ID: DCC8C247452E98F9

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",