[INFO] fetching crate esp32c3 0.4.0... [INFO] documenting esp32c3-0.4.0 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate esp32c3 0.4.0 into /workspace/builds/worker-74/source [INFO] validating manifest of crates.io crate esp32c3 0.4.0 on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate esp32c3 0.4.0 [INFO] finished tweaking crates.io crate esp32c3 0.4.0 [INFO] tweaked toml for crates.io crate esp32c3 0.4.0 written to /workspace/builds/worker-74/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded riscv v0.8.0 [INFO] [stderr] Downloaded riscv-rt v0.8.1 [INFO] [stderr] Downloaded riscv-rt-macros v0.1.6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a57bd0279e01a3a4789d23cc59a0579e7ea0800e006ec26dd699f40bccf2c507 [INFO] running `Command { std: "docker" "start" "-a" "a57bd0279e01a3a4789d23cc59a0579e7ea0800e006ec26dd699f40bccf2c507", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a57bd0279e01a3a4789d23cc59a0579e7ea0800e006ec26dd699f40bccf2c507", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a57bd0279e01a3a4789d23cc59a0579e7ea0800e006ec26dd699f40bccf2c507", kill_on_drop: false }` [INFO] [stdout] a57bd0279e01a3a4789d23cc59a0579e7ea0800e006ec26dd699f40bccf2c507 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e9722c3734c30a07b8964423af28a62853a0292e194ce90b92c87999ad49c4fe [INFO] running `Command { std: "docker" "start" "-a" "e9722c3734c30a07b8964423af28a62853a0292e194ce90b92c87999ad49c4fe", kill_on_drop: false }` [INFO] [stderr] Checking nb v1.0.0 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Compiling riscv v0.8.0 [INFO] [stderr] Checking bare-metal v1.0.0 [INFO] [stderr] Compiling esp32c3 v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking bit_field v0.10.1 [INFO] [stderr] Checking vcell v0.1.3 [INFO] [stderr] Checking nb v0.1.3 [INFO] [stderr] Checking embedded-hal v0.2.7 [INFO] [stderr] Documenting esp32c3 v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `here` [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![doc = "Peripheral access API for ESP32-C3 microcontrollers (generated using svd2rust v0.22.2 ( ))\n\nYou can find an overview of the g... [INFO] [stdout] 2 | | .\n\nAPI features to be included in the [next] [INFO] [stdout] 3 | | svd2rust release can be generated by cloning the svd2rust [repository] [INFO] [stdout] 4 | | , checking out the above commit, and running `cargo doc --open`.\n\n[here] [INFO] [stdout] 5 | | : https://docs.rs/svd2rust/0.22.2/svd2rust/#peripheral-api\n[next] [INFO] [stdout] 6 | | : https://github.com/rust-embedded/svd2rust/blob/master/CHANGELOG.md#unreleased\n[repository] [INFO] [stdout] 7 | | : https://github.com/rust-embedded/svd2rust"] [INFO] [stdout] | |_____________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] You can find an overview of the generated API [here] [INFO] [stdout] ^^^^ [INFO] [stdout] = note: no item named `here` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `next` [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![doc = "Peripheral access API for ESP32-C3 microcontrollers (generated using svd2rust v0.22.2 ( ))\n\nYou can find an overview of the g... [INFO] [stdout] 2 | | .\n\nAPI features to be included in the [next] [INFO] [stdout] 3 | | svd2rust release can be generated by cloning the svd2rust [repository] [INFO] [stdout] 4 | | , checking out the above commit, and running `cargo doc --open`.\n\n[here] [INFO] [stdout] 5 | | : https://docs.rs/svd2rust/0.22.2/svd2rust/#peripheral-api\n[next] [INFO] [stdout] 6 | | : https://github.com/rust-embedded/svd2rust/blob/master/CHANGELOG.md#unreleased\n[repository] [INFO] [stdout] 7 | | : https://github.com/rust-embedded/svd2rust"] [INFO] [stdout] | |_____________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] API features to be included in the [next] [INFO] [stdout] ^^^^ [INFO] [stdout] = note: no item named `next` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `repository` [INFO] [stdout] --> src/lib.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / #![doc = "Peripheral access API for ESP32-C3 microcontrollers (generated using svd2rust v0.22.2 ( ))\n\nYou can find an overview of the g... [INFO] [stdout] 2 | | .\n\nAPI features to be included in the [next] [INFO] [stdout] 3 | | svd2rust release can be generated by cloning the svd2rust [repository] [INFO] [stdout] 4 | | , checking out the above commit, and running `cargo doc --open`.\n\n[here] [INFO] [stdout] 5 | | : https://docs.rs/svd2rust/0.22.2/svd2rust/#peripheral-api\n[next] [INFO] [stdout] 6 | | : https://github.com/rust-embedded/svd2rust/blob/master/CHANGELOG.md#unreleased\n[repository] [INFO] [stdout] 7 | | : https://github.com/rust-embedded/svd2rust"] [INFO] [stdout] | |_____________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] svd2rust release can be generated by cloning the svd2rust [repository] [INFO] [stdout] ^^^^^^^^^^ [INFO] [stdout] = note: no item named `repository` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/aes/key_0.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_0 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_0] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/aes/key_0.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_0 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_0] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/aes/key_0.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_0 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_0] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/aes/key_0.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_0 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_0] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/aes/key_0.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_0 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_0] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `key_0` [INFO] [stdout] --> src/aes/key_0.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_0 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_0] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [key_0] [INFO] [stdout] ^^^^^ [INFO] [stdout] = note: no item named `key_0` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/aes/key_1.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_1 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_1] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/aes/key_1.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_1 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_1] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/aes/key_1.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_1 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_1] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/aes/key_1.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_1 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_1] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/aes/key_1.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_1 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_1] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `key_1` [INFO] [stdout] --> src/aes/key_1.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_1 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_1] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [key_1] [INFO] [stdout] ^^^^^ [INFO] [stdout] = note: no item named `key_1` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/aes/key_2.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_2 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_2] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/aes/key_2.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_2 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_2] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/aes/key_2.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_2 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_2] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/aes/key_2.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_2 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_2] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/aes/key_2.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_2 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_2] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `key_2` [INFO] [stdout] --> src/aes/key_2.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_2 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_2] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [key_2] [INFO] [stdout] ^^^^^ [INFO] [stdout] = note: no item named `key_2` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/aes/key_3.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_3 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_3] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/aes/key_3.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_3 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_3] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/aes/key_3.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_3 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_3] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/aes/key_3.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_3 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_3] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/aes/key_3.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_3 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_3] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `key_3` [INFO] [stdout] --> src/aes/key_3.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_3 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_3] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [key_3] [INFO] [stdout] ^^^^^ [INFO] [stdout] = note: no item named `key_3` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/aes/key_4.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_4 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_4] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/aes/key_4.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_4 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_4] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/aes/key_4.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_4 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_4] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/aes/key_4.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_4 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_4] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/aes/key_4.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_4 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_4] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `key_4` [INFO] [stdout] --> src/aes/key_4.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_4 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_4] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [key_4] [INFO] [stdout] ^^^^^ [INFO] [stdout] = note: no item named `key_4` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/aes/key_5.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_5 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_5] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/aes/key_5.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_5 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_5] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/aes/key_5.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_5 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_5] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/aes/key_5.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_5 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_5] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/aes/key_5.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_5 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_5] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `key_5` [INFO] [stdout] --> src/aes/key_5.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_5 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_5] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [key_5] [INFO] [stdout] ^^^^^ [INFO] [stdout] = note: no item named `key_5` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/aes/key_6.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_6 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_6] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/aes/key_6.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_6 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_6] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/aes/key_6.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_6 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_6] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/aes/key_6.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_6 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_6] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/aes/key_6.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_6 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_6] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `key_6` [INFO] [stdout] --> src/aes/key_6.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_6 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_6] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [key_6] [INFO] [stdout] ^^^^^ [INFO] [stdout] = note: no item named `key_6` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/aes/key_7.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_7 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_7] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/aes/key_7.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_7 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_7] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/aes/key_7.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_7 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_7] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/aes/key_7.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_7 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_7] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/aes/key_7.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_7 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_7] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `key_7` [INFO] [stdout] --> src/aes/key_7.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Key material key_7 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [key_7] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [key_7] [INFO] [stdout] ^^^^^ [INFO] [stdout] = note: no item named `key_7` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/aes/text_in_0.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "source text material text_in_0 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_in_0] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/aes/text_in_0.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "source text material text_in_0 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_in_0] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/aes/text_in_0.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "source text material text_in_0 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_in_0] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/aes/text_in_0.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "source text material text_in_0 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_in_0] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/aes/text_in_0.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "source text material text_in_0 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_in_0] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `text_in_0` [INFO] [stdout] --> src/aes/text_in_0.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "source text material text_in_0 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_in_0] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [text_in_0] [INFO] [stdout] ^^^^^^^^^ [INFO] [stdout] = note: no item named `text_in_0` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/aes/text_in_1.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "source text material text_in_1 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_in_1] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/aes/text_in_1.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "source text material text_in_1 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_in_1] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/aes/text_in_1.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "source text material text_in_1 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_in_1] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/aes/text_in_1.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "source text material text_in_1 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_in_1] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/aes/text_in_1.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "source text material text_in_1 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_in_1] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `text_in_1` [INFO] [stdout] --> src/aes/text_in_1.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "source text material text_in_1 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_in_1] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [text_in_1] [INFO] [stdout] ^^^^^^^^^ [INFO] [stdout] = note: no item named `text_in_1` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/aes/text_in_2.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "source text material text_in_2 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_in_2] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/aes/text_in_2.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "source text material text_in_2 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_in_2] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/aes/text_in_2.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "source text material text_in_2 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_in_2] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/aes/text_in_2.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "source text material text_in_2 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_in_2] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/aes/text_in_2.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "source text material text_in_2 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_in_2] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `text_in_2` [INFO] [stdout] --> src/aes/text_in_2.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "source text material text_in_2 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_in_2] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [text_in_2] [INFO] [stdout] ^^^^^^^^^ [INFO] [stdout] = note: no item named `text_in_2` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/aes/text_in_3.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "source text material text_in_3 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_in_3] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/aes/text_in_3.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "source text material text_in_3 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_in_3] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/aes/text_in_3.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "source text material text_in_3 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_in_3] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/aes/text_in_3.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "source text material text_in_3 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_in_3] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/aes/text_in_3.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "source text material text_in_3 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_in_3] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `text_in_3` [INFO] [stdout] --> src/aes/text_in_3.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "source text material text_in_3 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_in_3] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [text_in_3] [INFO] [stdout] ^^^^^^^^^ [INFO] [stdout] = note: no item named `text_in_3` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/aes/text_out_0.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "result text material text_out_0 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_out_0] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/aes/text_out_0.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "result text material text_out_0 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_out_0] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/aes/text_out_0.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "result text material text_out_0 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_out_0] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/aes/text_out_0.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "result text material text_out_0 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_out_0] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/aes/text_out_0.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "result text material text_out_0 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_out_0] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `text_out_0` [INFO] [stdout] --> src/aes/text_out_0.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "result text material text_out_0 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_out_0] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [text_out_0] [INFO] [stdout] ^^^^^^^^^^ [INFO] [stdout] = note: no item named `text_out_0` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/aes/text_out_1.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "result text material text_out_1 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_out_1] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/aes/text_out_1.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "result text material text_out_1 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_out_1] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/aes/text_out_1.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "result text material text_out_1 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_out_1] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/aes/text_out_1.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "result text material text_out_1 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_out_1] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/aes/text_out_1.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "result text material text_out_1 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_out_1] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `text_out_1` [INFO] [stdout] --> src/aes/text_out_1.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "result text material text_out_1 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_out_1] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [text_out_1] [INFO] [stdout] ^^^^^^^^^^ [INFO] [stdout] = note: no item named `text_out_1` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/aes/text_out_2.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "result text material text_out_2 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_out_2] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/aes/text_out_2.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "result text material text_out_2 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_out_2] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/aes/text_out_2.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "result text material text_out_2 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_out_2] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/aes/text_out_2.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "result text material text_out_2 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_out_2] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/aes/text_out_2.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "result text material text_out_2 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_out_2] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `text_out_2` [INFO] [stdout] --> src/aes/text_out_2.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "result text material text_out_2 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_out_2] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [text_out_2] [INFO] [stdout] ^^^^^^^^^^ [INFO] [stdout] = note: no item named `text_out_2` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/aes/text_out_3.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "result text material text_out_3 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_out_3] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/aes/text_out_3.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "result text material text_out_3 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_out_3] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/aes/text_out_3.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "result text material text_out_3 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_out_3] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/aes/text_out_3.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "result text material text_out_3 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_out_3] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/aes/text_out_3.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "result text material text_out_3 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_out_3] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `text_out_3` [INFO] [stdout] --> src/aes/text_out_3.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "result text material text_out_3 configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [text_out_3] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [text_out_3] [INFO] [stdout] ^^^^^^^^^^ [INFO] [stdout] = note: no item named `text_out_3` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/aes/mode.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "AES Mode register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [mode] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/aes/mode.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "AES Mode register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [mode] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/aes/mode.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "AES Mode register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [mode] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/aes/mode.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "AES Mode register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [mode] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/aes/mode.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "AES Mode register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [mode] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `mode` [INFO] [stdout] --> src/aes/mode.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "AES Mode register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [mode] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [mode] [INFO] [stdout] ^^^^ [INFO] [stdout] = note: no item named `mode` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/aes/endian.rs:96:1 [INFO] [stdout] | [INFO] [stdout] 96 | / #[doc = "AES Endian configure register\n\nThis register you can [`read`] [INFO] [stdout] 97 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 98 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 99 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 102 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [endian] [INFO] [stdout] 103 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/aes/endian.rs:96:1 [INFO] [stdout] | [INFO] [stdout] 96 | / #[doc = "AES Endian configure register\n\nThis register you can [`read`] [INFO] [stdout] 97 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 98 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 99 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 102 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [endian] [INFO] [stdout] 103 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/aes/endian.rs:96:1 [INFO] [stdout] | [INFO] [stdout] 96 | / #[doc = "AES Endian configure register\n\nThis register you can [`read`] [INFO] [stdout] 97 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 98 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 99 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 102 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [endian] [INFO] [stdout] 103 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/aes/endian.rs:96:1 [INFO] [stdout] | [INFO] [stdout] 96 | / #[doc = "AES Endian configure register\n\nThis register you can [`read`] [INFO] [stdout] 97 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 98 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 99 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 102 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [endian] [INFO] [stdout] 103 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/aes/endian.rs:96:1 [INFO] [stdout] | [INFO] [stdout] 96 | / #[doc = "AES Endian configure register\n\nThis register you can [`read`] [INFO] [stdout] 97 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 98 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 99 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 102 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [endian] [INFO] [stdout] 103 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `endian` [INFO] [stdout] --> src/aes/endian.rs:96:1 [INFO] [stdout] | [INFO] [stdout] 96 | / #[doc = "AES Endian configure register\n\nThis register you can [`read`] [INFO] [stdout] 97 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 98 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 99 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 102 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [endian] [INFO] [stdout] 103 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [endian] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `endian` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/aes/trigger.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / #[doc = "AES trigger register\n\nThis register you can [`write_with_zero`] [INFO] [stdout] 58 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 59 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] 60 | | (crate::generic::Reg::write). See [API] [INFO] [stdout] 61 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [trigger] [INFO] [stdout] 62 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/aes/trigger.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / #[doc = "AES trigger register\n\nThis register you can [`write_with_zero`] [INFO] [stdout] 58 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 59 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] 60 | | (crate::generic::Reg::write). See [API] [INFO] [stdout] 61 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [trigger] [INFO] [stdout] 62 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/aes/trigger.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / #[doc = "AES trigger register\n\nThis register you can [`write_with_zero`] [INFO] [stdout] 58 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 59 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] 60 | | (crate::generic::Reg::write). See [API] [INFO] [stdout] 61 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [trigger] [INFO] [stdout] 62 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `trigger` [INFO] [stdout] --> src/aes/trigger.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / #[doc = "AES trigger register\n\nThis register you can [`write_with_zero`] [INFO] [stdout] 58 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 59 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] 60 | | (crate::generic::Reg::write). See [API] [INFO] [stdout] 61 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [trigger] [INFO] [stdout] 62 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [trigger] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `trigger` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/aes/state.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | / #[doc = "AES state register\n\nThis register you can [`read`] [INFO] [stdout] 39 | | (crate::generic::Reg::read). See [API] [INFO] [stdout] 40 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [state] [INFO] [stdout] 41 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/aes/state.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | / #[doc = "AES state register\n\nThis register you can [`read`] [INFO] [stdout] 39 | | (crate::generic::Reg::read). See [API] [INFO] [stdout] 40 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [state] [INFO] [stdout] 41 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `state` [INFO] [stdout] --> src/aes/state.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | / #[doc = "AES state register\n\nThis register you can [`read`] [INFO] [stdout] 39 | | (crate::generic::Reg::read). See [API] [INFO] [stdout] 40 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [state] [INFO] [stdout] 41 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [state] [INFO] [stdout] ^^^^^ [INFO] [stdout] = note: no item named `state` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/aes/iv_mem.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / #[doc = "The memory that stores initialization vector\n\nThis register you can [`read`] [INFO] [stdout] 48 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 49 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 50 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 53 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [iv_mem] [INFO] [stdout] 54 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/aes/iv_mem.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / #[doc = "The memory that stores initialization vector\n\nThis register you can [`read`] [INFO] [stdout] 48 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 49 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 50 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 53 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [iv_mem] [INFO] [stdout] 54 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/aes/iv_mem.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / #[doc = "The memory that stores initialization vector\n\nThis register you can [`read`] [INFO] [stdout] 48 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 49 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 50 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 53 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [iv_mem] [INFO] [stdout] 54 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/aes/iv_mem.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / #[doc = "The memory that stores initialization vector\n\nThis register you can [`read`] [INFO] [stdout] 48 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 49 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 50 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 53 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [iv_mem] [INFO] [stdout] 54 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/aes/iv_mem.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / #[doc = "The memory that stores initialization vector\n\nThis register you can [`read`] [INFO] [stdout] 48 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 49 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 50 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 53 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [iv_mem] [INFO] [stdout] 54 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `iv_mem` [INFO] [stdout] --> src/aes/iv_mem.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / #[doc = "The memory that stores initialization vector\n\nThis register you can [`read`] [INFO] [stdout] 48 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 49 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 50 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 53 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [iv_mem] [INFO] [stdout] 54 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [iv_mem] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `iv_mem` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/aes/h_mem.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / #[doc = "The memory that stores GCM hash subkey\n\nThis register you can [`read`] [INFO] [stdout] 48 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 49 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 50 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 53 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [h_mem] [INFO] [stdout] 54 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/aes/h_mem.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / #[doc = "The memory that stores GCM hash subkey\n\nThis register you can [`read`] [INFO] [stdout] 48 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 49 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 50 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 53 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [h_mem] [INFO] [stdout] 54 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/aes/h_mem.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / #[doc = "The memory that stores GCM hash subkey\n\nThis register you can [`read`] [INFO] [stdout] 48 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 49 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 50 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 53 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [h_mem] [INFO] [stdout] 54 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/aes/h_mem.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / #[doc = "The memory that stores GCM hash subkey\n\nThis register you can [`read`] [INFO] [stdout] 48 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 49 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 50 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 53 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [h_mem] [INFO] [stdout] 54 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/aes/h_mem.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / #[doc = "The memory that stores GCM hash subkey\n\nThis register you can [`read`] [INFO] [stdout] 48 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 49 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 50 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 53 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [h_mem] [INFO] [stdout] 54 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `h_mem` [INFO] [stdout] --> src/aes/h_mem.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / #[doc = "The memory that stores GCM hash subkey\n\nThis register you can [`read`] [INFO] [stdout] 48 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 49 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 50 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 53 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [h_mem] [INFO] [stdout] 54 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [h_mem] [INFO] [stdout] ^^^^^ [INFO] [stdout] = note: no item named `h_mem` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/aes/j0_mem.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / #[doc = "The memory that stores J0\n\nThis register you can [`read`] [INFO] [stdout] 48 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 49 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 50 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 53 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [j0_mem] [INFO] [stdout] 54 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/aes/j0_mem.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / #[doc = "The memory that stores J0\n\nThis register you can [`read`] [INFO] [stdout] 48 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 49 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 50 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 53 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [j0_mem] [INFO] [stdout] 54 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/aes/j0_mem.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / #[doc = "The memory that stores J0\n\nThis register you can [`read`] [INFO] [stdout] 48 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 49 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 50 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 53 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [j0_mem] [INFO] [stdout] 54 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/aes/j0_mem.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / #[doc = "The memory that stores J0\n\nThis register you can [`read`] [INFO] [stdout] 48 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 49 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 50 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 53 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [j0_mem] [INFO] [stdout] 54 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/aes/j0_mem.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / #[doc = "The memory that stores J0\n\nThis register you can [`read`] [INFO] [stdout] 48 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 49 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 50 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 53 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [j0_mem] [INFO] [stdout] 54 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `j0_mem` [INFO] [stdout] --> src/aes/j0_mem.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / #[doc = "The memory that stores J0\n\nThis register you can [`read`] [INFO] [stdout] 48 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 49 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 50 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 53 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [j0_mem] [INFO] [stdout] 54 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [j0_mem] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `j0_mem` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/aes/t0_mem.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / #[doc = "The memory that stores T0\n\nThis register you can [`read`] [INFO] [stdout] 48 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 49 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 50 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 53 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [t0_mem] [INFO] [stdout] 54 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/aes/t0_mem.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / #[doc = "The memory that stores T0\n\nThis register you can [`read`] [INFO] [stdout] 48 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 49 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 50 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 53 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [t0_mem] [INFO] [stdout] 54 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/aes/t0_mem.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / #[doc = "The memory that stores T0\n\nThis register you can [`read`] [INFO] [stdout] 48 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 49 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 50 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 53 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [t0_mem] [INFO] [stdout] 54 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/aes/t0_mem.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / #[doc = "The memory that stores T0\n\nThis register you can [`read`] [INFO] [stdout] 48 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 49 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 50 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 53 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [t0_mem] [INFO] [stdout] 54 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/aes/t0_mem.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / #[doc = "The memory that stores T0\n\nThis register you can [`read`] [INFO] [stdout] 48 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 49 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 50 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 53 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [t0_mem] [INFO] [stdout] 54 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `t0_mem` [INFO] [stdout] --> src/aes/t0_mem.rs:47:1 [INFO] [stdout] | [INFO] [stdout] 47 | / #[doc = "The memory that stores T0\n\nThis register you can [`read`] [INFO] [stdout] 48 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 49 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 50 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 53 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [t0_mem] [INFO] [stdout] 54 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [t0_mem] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `t0_mem` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/aes/dma_enable.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | / #[doc = "DMA-AES working mode register\n\nThis register you can [`read`] [INFO] [stdout] 95 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 96 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 97 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 100 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [dma_enable] [INFO] [stdout] 101 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/aes/dma_enable.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | / #[doc = "DMA-AES working mode register\n\nThis register you can [`read`] [INFO] [stdout] 95 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 96 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 97 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 100 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [dma_enable] [INFO] [stdout] 101 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/aes/dma_enable.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | / #[doc = "DMA-AES working mode register\n\nThis register you can [`read`] [INFO] [stdout] 95 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 96 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 97 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 100 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [dma_enable] [INFO] [stdout] 101 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/aes/dma_enable.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | / #[doc = "DMA-AES working mode register\n\nThis register you can [`read`] [INFO] [stdout] 95 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 96 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 97 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 100 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [dma_enable] [INFO] [stdout] 101 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/aes/dma_enable.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | / #[doc = "DMA-AES working mode register\n\nThis register you can [`read`] [INFO] [stdout] 95 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 96 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 97 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 100 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [dma_enable] [INFO] [stdout] 101 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `dma_enable` [INFO] [stdout] --> src/aes/dma_enable.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | / #[doc = "DMA-AES working mode register\n\nThis register you can [`read`] [INFO] [stdout] 95 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 96 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 97 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 100 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [dma_enable] [INFO] [stdout] 101 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [dma_enable] [INFO] [stdout] ^^^^^^^^^^ [INFO] [stdout] = note: no item named `dma_enable` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/aes/block_mode.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "AES cipher block mode register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [block_mode] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/aes/block_mode.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "AES cipher block mode register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [block_mode] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/aes/block_mode.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "AES cipher block mode register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [block_mode] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/aes/block_mode.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "AES cipher block mode register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [block_mode] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/aes/block_mode.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "AES cipher block mode register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [block_mode] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `block_mode` [INFO] [stdout] --> src/aes/block_mode.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "AES cipher block mode register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [block_mode] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [block_mode] [INFO] [stdout] ^^^^^^^^^^ [INFO] [stdout] = note: no item named `block_mode` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/aes/block_num.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "AES block number register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [block_num] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/aes/block_num.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "AES block number register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [block_num] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/aes/block_num.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "AES block number register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [block_num] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/aes/block_num.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "AES block number register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [block_num] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/aes/block_num.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "AES block number register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [block_num] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `block_num` [INFO] [stdout] --> src/aes/block_num.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "AES block number register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [block_num] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [block_num] [INFO] [stdout] ^^^^^^^^^ [INFO] [stdout] = note: no item named `block_num` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/aes/inc_sel.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | / #[doc = "Standard incrementing function configure register\n\nThis register you can [`read`] [INFO] [stdout] 95 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 96 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 97 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 100 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [inc_sel] [INFO] [stdout] 101 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/aes/inc_sel.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | / #[doc = "Standard incrementing function configure register\n\nThis register you can [`read`] [INFO] [stdout] 95 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 96 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 97 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 100 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [inc_sel] [INFO] [stdout] 101 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/aes/inc_sel.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | / #[doc = "Standard incrementing function configure register\n\nThis register you can [`read`] [INFO] [stdout] 95 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 96 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 97 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 100 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [inc_sel] [INFO] [stdout] 101 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/aes/inc_sel.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | / #[doc = "Standard incrementing function configure register\n\nThis register you can [`read`] [INFO] [stdout] 95 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 96 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 97 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 100 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [inc_sel] [INFO] [stdout] 101 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/aes/inc_sel.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | / #[doc = "Standard incrementing function configure register\n\nThis register you can [`read`] [INFO] [stdout] 95 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 96 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 97 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 100 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [inc_sel] [INFO] [stdout] 101 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `inc_sel` [INFO] [stdout] --> src/aes/inc_sel.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | / #[doc = "Standard incrementing function configure register\n\nThis register you can [`read`] [INFO] [stdout] 95 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 96 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 97 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 100 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [inc_sel] [INFO] [stdout] 101 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [inc_sel] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `inc_sel` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/aes/aad_block_num.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Additional Authential Data block number register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [aad_block_num] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/aes/aad_block_num.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Additional Authential Data block number register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [aad_block_num] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/aes/aad_block_num.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Additional Authential Data block number register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [aad_block_num] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/aes/aad_block_num.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Additional Authential Data block number register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [aad_block_num] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/aes/aad_block_num.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Additional Authential Data block number register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [aad_block_num] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `aad_block_num` [INFO] [stdout] --> src/aes/aad_block_num.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "Additional Authential Data block number register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [aad_block_num] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [aad_block_num] [INFO] [stdout] ^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `aad_block_num` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/aes/remainder_bit_num.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "AES remainder bit number register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [remainder_bit_num] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/aes/remainder_bit_num.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "AES remainder bit number register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [remainder_bit_num] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/aes/remainder_bit_num.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "AES remainder bit number register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [remainder_bit_num] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/aes/remainder_bit_num.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "AES remainder bit number register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [remainder_bit_num] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/aes/remainder_bit_num.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "AES remainder bit number register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [remainder_bit_num] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `remainder_bit_num` [INFO] [stdout] --> src/aes/remainder_bit_num.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "AES remainder bit number register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [remainder_bit_num] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [remainder_bit_num] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `remainder_bit_num` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/aes/continue_.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / #[doc = "AES continue register\n\nThis register you can [`write_with_zero`] [INFO] [stdout] 58 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 59 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] 60 | | (crate::generic::Reg::write). See [API] [INFO] [stdout] 61 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [continue_] [INFO] [stdout] 62 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/aes/continue_.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / #[doc = "AES continue register\n\nThis register you can [`write_with_zero`] [INFO] [stdout] 58 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 59 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] 60 | | (crate::generic::Reg::write). See [API] [INFO] [stdout] 61 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [continue_] [INFO] [stdout] 62 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/aes/continue_.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / #[doc = "AES continue register\n\nThis register you can [`write_with_zero`] [INFO] [stdout] 58 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 59 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] 60 | | (crate::generic::Reg::write). See [API] [INFO] [stdout] 61 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [continue_] [INFO] [stdout] 62 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `continue_` [INFO] [stdout] --> src/aes/continue_.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / #[doc = "AES continue register\n\nThis register you can [`write_with_zero`] [INFO] [stdout] 58 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 59 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] 60 | | (crate::generic::Reg::write). See [API] [INFO] [stdout] 61 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [continue_] [INFO] [stdout] 62 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [continue_] [INFO] [stdout] ^^^^^^^^^ [INFO] [stdout] = note: no item named `continue_` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/aes/int_clear.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / #[doc = "AES Interrupt clear register\n\nThis register you can [`write_with_zero`] [INFO] [stdout] 58 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 59 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] 60 | | (crate::generic::Reg::write). See [API] [INFO] [stdout] 61 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [int_clear] [INFO] [stdout] 62 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/aes/int_clear.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / #[doc = "AES Interrupt clear register\n\nThis register you can [`write_with_zero`] [INFO] [stdout] 58 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 59 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] 60 | | (crate::generic::Reg::write). See [API] [INFO] [stdout] 61 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [int_clear] [INFO] [stdout] 62 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/aes/int_clear.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / #[doc = "AES Interrupt clear register\n\nThis register you can [`write_with_zero`] [INFO] [stdout] 58 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 59 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] 60 | | (crate::generic::Reg::write). See [API] [INFO] [stdout] 61 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [int_clear] [INFO] [stdout] 62 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `int_clear` [INFO] [stdout] --> src/aes/int_clear.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / #[doc = "AES Interrupt clear register\n\nThis register you can [`write_with_zero`] [INFO] [stdout] 58 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 59 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] 60 | | (crate::generic::Reg::write). See [API] [INFO] [stdout] 61 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [int_clear] [INFO] [stdout] 62 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [int_clear] [INFO] [stdout] ^^^^^^^^^ [INFO] [stdout] = note: no item named `int_clear` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/aes/int_ena.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | / #[doc = "AES Interrupt enable register\n\nThis register you can [`read`] [INFO] [stdout] 95 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 96 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 97 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 100 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [int_ena] [INFO] [stdout] 101 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/aes/int_ena.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | / #[doc = "AES Interrupt enable register\n\nThis register you can [`read`] [INFO] [stdout] 95 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 96 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 97 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 100 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [int_ena] [INFO] [stdout] 101 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/aes/int_ena.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | / #[doc = "AES Interrupt enable register\n\nThis register you can [`read`] [INFO] [stdout] 95 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 96 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 97 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 100 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [int_ena] [INFO] [stdout] 101 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/aes/int_ena.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | / #[doc = "AES Interrupt enable register\n\nThis register you can [`read`] [INFO] [stdout] 95 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 96 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 97 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 100 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [int_ena] [INFO] [stdout] 101 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/aes/int_ena.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | / #[doc = "AES Interrupt enable register\n\nThis register you can [`read`] [INFO] [stdout] 95 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 96 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 97 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 100 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [int_ena] [INFO] [stdout] 101 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `int_ena` [INFO] [stdout] --> src/aes/int_ena.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | / #[doc = "AES Interrupt enable register\n\nThis register you can [`read`] [INFO] [stdout] 95 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 96 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 97 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 100 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [int_ena] [INFO] [stdout] 101 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [int_ena] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `int_ena` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/aes/date.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "AES version control register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [date] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/aes/date.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "AES version control register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [date] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/aes/date.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "AES version control register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [date] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/aes/date.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "AES version control register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [date] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/aes/date.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "AES version control register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [date] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `date` [INFO] [stdout] --> src/aes/date.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "AES version control register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [date] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [date] [INFO] [stdout] ^^^^ [INFO] [stdout] = note: no item named `date` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/aes/dma_exit.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / #[doc = "AES-DMA exit config\n\nThis register you can [`write_with_zero`] [INFO] [stdout] 58 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 59 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] 60 | | (crate::generic::Reg::write). See [API] [INFO] [stdout] 61 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [dma_exit] [INFO] [stdout] 62 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/aes/dma_exit.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / #[doc = "AES-DMA exit config\n\nThis register you can [`write_with_zero`] [INFO] [stdout] 58 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 59 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] 60 | | (crate::generic::Reg::write). See [API] [INFO] [stdout] 61 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [dma_exit] [INFO] [stdout] 62 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/aes/dma_exit.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / #[doc = "AES-DMA exit config\n\nThis register you can [`write_with_zero`] [INFO] [stdout] 58 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 59 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] 60 | | (crate::generic::Reg::write). See [API] [INFO] [stdout] 61 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [dma_exit] [INFO] [stdout] 62 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `dma_exit` [INFO] [stdout] --> src/aes/dma_exit.rs:57:1 [INFO] [stdout] | [INFO] [stdout] 57 | / #[doc = "AES-DMA exit config\n\nThis register you can [`write_with_zero`] [INFO] [stdout] 58 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 59 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] 60 | | (crate::generic::Reg::write). See [API] [INFO] [stdout] 61 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [dma_exit] [INFO] [stdout] 62 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [dma_exit] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `dma_exit` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_ctrl/sysclk_conf.rs:225:1 [INFO] [stdout] | [INFO] [stdout] 225 | / #[doc = "APB_CTRL_SYSCLK_CONF_REG\n\nThis register you can [`read`] [INFO] [stdout] 226 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 227 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 228 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 231 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sysclk_conf] [INFO] [stdout] 232 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_ctrl/sysclk_conf.rs:225:1 [INFO] [stdout] | [INFO] [stdout] 225 | / #[doc = "APB_CTRL_SYSCLK_CONF_REG\n\nThis register you can [`read`] [INFO] [stdout] 226 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 227 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 228 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 231 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sysclk_conf] [INFO] [stdout] 232 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_ctrl/sysclk_conf.rs:225:1 [INFO] [stdout] | [INFO] [stdout] 225 | / #[doc = "APB_CTRL_SYSCLK_CONF_REG\n\nThis register you can [`read`] [INFO] [stdout] 226 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 227 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 228 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 231 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sysclk_conf] [INFO] [stdout] 232 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_ctrl/sysclk_conf.rs:225:1 [INFO] [stdout] | [INFO] [stdout] 225 | / #[doc = "APB_CTRL_SYSCLK_CONF_REG\n\nThis register you can [`read`] [INFO] [stdout] 226 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 227 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 228 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 231 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sysclk_conf] [INFO] [stdout] 232 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/sysclk_conf.rs:225:1 [INFO] [stdout] | [INFO] [stdout] 225 | / #[doc = "APB_CTRL_SYSCLK_CONF_REG\n\nThis register you can [`read`] [INFO] [stdout] 226 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 227 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 228 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 231 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sysclk_conf] [INFO] [stdout] 232 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `sysclk_conf` [INFO] [stdout] --> src/apb_ctrl/sysclk_conf.rs:225:1 [INFO] [stdout] | [INFO] [stdout] 225 | / #[doc = "APB_CTRL_SYSCLK_CONF_REG\n\nThis register you can [`read`] [INFO] [stdout] 226 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 227 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 228 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 231 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sysclk_conf] [INFO] [stdout] 232 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [sysclk_conf] [INFO] [stdout] ^^^^^^^^^^^ [INFO] [stdout] = note: no item named `sysclk_conf` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_ctrl/tick_conf.rs:168:1 [INFO] [stdout] | [INFO] [stdout] 168 | / #[doc = "APB_CTRL_TICK_CONF_REG\n\nThis register you can [`read`] [INFO] [stdout] 169 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 170 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 171 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 174 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [tick_conf] [INFO] [stdout] 175 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_ctrl/tick_conf.rs:168:1 [INFO] [stdout] | [INFO] [stdout] 168 | / #[doc = "APB_CTRL_TICK_CONF_REG\n\nThis register you can [`read`] [INFO] [stdout] 169 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 170 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 171 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 174 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [tick_conf] [INFO] [stdout] 175 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_ctrl/tick_conf.rs:168:1 [INFO] [stdout] | [INFO] [stdout] 168 | / #[doc = "APB_CTRL_TICK_CONF_REG\n\nThis register you can [`read`] [INFO] [stdout] 169 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 170 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 171 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 174 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [tick_conf] [INFO] [stdout] 175 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_ctrl/tick_conf.rs:168:1 [INFO] [stdout] | [INFO] [stdout] 168 | / #[doc = "APB_CTRL_TICK_CONF_REG\n\nThis register you can [`read`] [INFO] [stdout] 169 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 170 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 171 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 174 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [tick_conf] [INFO] [stdout] 175 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/tick_conf.rs:168:1 [INFO] [stdout] | [INFO] [stdout] 168 | / #[doc = "APB_CTRL_TICK_CONF_REG\n\nThis register you can [`read`] [INFO] [stdout] 169 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 170 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 171 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 174 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [tick_conf] [INFO] [stdout] 175 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `tick_conf` [INFO] [stdout] --> src/apb_ctrl/tick_conf.rs:168:1 [INFO] [stdout] | [INFO] [stdout] 168 | / #[doc = "APB_CTRL_TICK_CONF_REG\n\nThis register you can [`read`] [INFO] [stdout] 169 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 170 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 171 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 174 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [tick_conf] [INFO] [stdout] 175 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [tick_conf] [INFO] [stdout] ^^^^^^^^^ [INFO] [stdout] = note: no item named `tick_conf` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_ctrl/clk_out_en.rs:564:1 [INFO] [stdout] | [INFO] [stdout] 564 | / #[doc = "APB_CTRL_CLK_OUT_EN_REG\n\nThis register you can [`read`] [INFO] [stdout] 565 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 566 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 567 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 570 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [clk_out_en] [INFO] [stdout] 571 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_ctrl/clk_out_en.rs:564:1 [INFO] [stdout] | [INFO] [stdout] 564 | / #[doc = "APB_CTRL_CLK_OUT_EN_REG\n\nThis register you can [`read`] [INFO] [stdout] 565 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 566 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 567 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 570 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [clk_out_en] [INFO] [stdout] 571 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_ctrl/clk_out_en.rs:564:1 [INFO] [stdout] | [INFO] [stdout] 564 | / #[doc = "APB_CTRL_CLK_OUT_EN_REG\n\nThis register you can [`read`] [INFO] [stdout] 565 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 566 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 567 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 570 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [clk_out_en] [INFO] [stdout] 571 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_ctrl/clk_out_en.rs:564:1 [INFO] [stdout] | [INFO] [stdout] 564 | / #[doc = "APB_CTRL_CLK_OUT_EN_REG\n\nThis register you can [`read`] [INFO] [stdout] 565 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 566 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 567 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 570 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [clk_out_en] [INFO] [stdout] 571 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/clk_out_en.rs:564:1 [INFO] [stdout] | [INFO] [stdout] 564 | / #[doc = "APB_CTRL_CLK_OUT_EN_REG\n\nThis register you can [`read`] [INFO] [stdout] 565 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 566 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 567 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 570 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [clk_out_en] [INFO] [stdout] 571 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `clk_out_en` [INFO] [stdout] --> src/apb_ctrl/clk_out_en.rs:564:1 [INFO] [stdout] | [INFO] [stdout] 564 | / #[doc = "APB_CTRL_CLK_OUT_EN_REG\n\nThis register you can [`read`] [INFO] [stdout] 565 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 566 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 567 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 570 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [clk_out_en] [INFO] [stdout] 571 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [clk_out_en] [INFO] [stdout] ^^^^^^^^^^ [INFO] [stdout] = note: no item named `clk_out_en` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_ctrl/wifi_bb_cfg.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_WIFI_BB_CFG_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [wifi_bb_cfg] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_ctrl/wifi_bb_cfg.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_WIFI_BB_CFG_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [wifi_bb_cfg] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_ctrl/wifi_bb_cfg.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_WIFI_BB_CFG_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [wifi_bb_cfg] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_ctrl/wifi_bb_cfg.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_WIFI_BB_CFG_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [wifi_bb_cfg] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/wifi_bb_cfg.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_WIFI_BB_CFG_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [wifi_bb_cfg] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `wifi_bb_cfg` [INFO] [stdout] --> src/apb_ctrl/wifi_bb_cfg.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_WIFI_BB_CFG_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [wifi_bb_cfg] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [wifi_bb_cfg] [INFO] [stdout] ^^^^^^^^^^^ [INFO] [stdout] = note: no item named `wifi_bb_cfg` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_ctrl/wifi_bb_cfg_2.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_WIFI_BB_CFG_2_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [wifi_bb_cfg_2] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_ctrl/wifi_bb_cfg_2.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_WIFI_BB_CFG_2_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [wifi_bb_cfg_2] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_ctrl/wifi_bb_cfg_2.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_WIFI_BB_CFG_2_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [wifi_bb_cfg_2] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_ctrl/wifi_bb_cfg_2.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_WIFI_BB_CFG_2_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [wifi_bb_cfg_2] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/wifi_bb_cfg_2.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_WIFI_BB_CFG_2_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [wifi_bb_cfg_2] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `wifi_bb_cfg_2` [INFO] [stdout] --> src/apb_ctrl/wifi_bb_cfg_2.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_WIFI_BB_CFG_2_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [wifi_bb_cfg_2] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [wifi_bb_cfg_2] [INFO] [stdout] ^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `wifi_bb_cfg_2` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_ctrl/wifi_clk_en.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_WIFI_CLK_EN_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [wifi_clk_en] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_ctrl/wifi_clk_en.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_WIFI_CLK_EN_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [wifi_clk_en] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_ctrl/wifi_clk_en.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_WIFI_CLK_EN_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [wifi_clk_en] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_ctrl/wifi_clk_en.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_WIFI_CLK_EN_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [wifi_clk_en] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/wifi_clk_en.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_WIFI_CLK_EN_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [wifi_clk_en] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `wifi_clk_en` [INFO] [stdout] --> src/apb_ctrl/wifi_clk_en.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_WIFI_CLK_EN_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [wifi_clk_en] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [wifi_clk_en] [INFO] [stdout] ^^^^^^^^^^^ [INFO] [stdout] = note: no item named `wifi_clk_en` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_ctrl/wifi_rst_en.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_WIFI_RST_EN_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [wifi_rst_en] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_ctrl/wifi_rst_en.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_WIFI_RST_EN_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [wifi_rst_en] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_ctrl/wifi_rst_en.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_WIFI_RST_EN_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [wifi_rst_en] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_ctrl/wifi_rst_en.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_WIFI_RST_EN_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [wifi_rst_en] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/wifi_rst_en.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_WIFI_RST_EN_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [wifi_rst_en] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `wifi_rst_en` [INFO] [stdout] --> src/apb_ctrl/wifi_rst_en.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_WIFI_RST_EN_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [wifi_rst_en] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [wifi_rst_en] [INFO] [stdout] ^^^^^^^^^^^ [INFO] [stdout] = note: no item named `wifi_rst_en` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_ctrl/host_inf_sel.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_HOST_INF_SEL_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [host_inf_sel] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_ctrl/host_inf_sel.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_HOST_INF_SEL_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [host_inf_sel] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_ctrl/host_inf_sel.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_HOST_INF_SEL_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [host_inf_sel] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_ctrl/host_inf_sel.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_HOST_INF_SEL_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [host_inf_sel] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/host_inf_sel.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_HOST_INF_SEL_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [host_inf_sel] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `host_inf_sel` [INFO] [stdout] --> src/apb_ctrl/host_inf_sel.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_HOST_INF_SEL_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [host_inf_sel] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [host_inf_sel] [INFO] [stdout] ^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `host_inf_sel` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_ctrl/ext_mem_pms_lock.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | / #[doc = "APB_CTRL_EXT_MEM_PMS_LOCK_REG\n\nThis register you can [`read`] [INFO] [stdout] 95 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 96 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 97 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 100 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [ext_mem_pms_lock] [INFO] [stdout] 101 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_ctrl/ext_mem_pms_lock.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | / #[doc = "APB_CTRL_EXT_MEM_PMS_LOCK_REG\n\nThis register you can [`read`] [INFO] [stdout] 95 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 96 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 97 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 100 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [ext_mem_pms_lock] [INFO] [stdout] 101 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_ctrl/ext_mem_pms_lock.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | / #[doc = "APB_CTRL_EXT_MEM_PMS_LOCK_REG\n\nThis register you can [`read`] [INFO] [stdout] 95 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 96 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 97 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 100 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [ext_mem_pms_lock] [INFO] [stdout] 101 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_ctrl/ext_mem_pms_lock.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | / #[doc = "APB_CTRL_EXT_MEM_PMS_LOCK_REG\n\nThis register you can [`read`] [INFO] [stdout] 95 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 96 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 97 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 100 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [ext_mem_pms_lock] [INFO] [stdout] 101 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/ext_mem_pms_lock.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | / #[doc = "APB_CTRL_EXT_MEM_PMS_LOCK_REG\n\nThis register you can [`read`] [INFO] [stdout] 95 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 96 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 97 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 100 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [ext_mem_pms_lock] [INFO] [stdout] 101 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `ext_mem_pms_lock` [INFO] [stdout] --> src/apb_ctrl/ext_mem_pms_lock.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | / #[doc = "APB_CTRL_EXT_MEM_PMS_LOCK_REG\n\nThis register you can [`read`] [INFO] [stdout] 95 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 96 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 97 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 100 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [ext_mem_pms_lock] [INFO] [stdout] 101 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [ext_mem_pms_lock] [INFO] [stdout] ^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `ext_mem_pms_lock` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_ctrl/flash_ace0_attr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE0_ATTR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace0_attr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_ctrl/flash_ace0_attr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE0_ATTR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace0_attr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_ctrl/flash_ace0_attr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE0_ATTR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace0_attr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_ctrl/flash_ace0_attr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE0_ATTR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace0_attr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/flash_ace0_attr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE0_ATTR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace0_attr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `flash_ace0_attr` [INFO] [stdout] --> src/apb_ctrl/flash_ace0_attr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE0_ATTR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace0_attr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [flash_ace0_attr] [INFO] [stdout] ^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `flash_ace0_attr` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_ctrl/flash_ace1_attr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE1_ATTR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace1_attr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_ctrl/flash_ace1_attr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE1_ATTR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace1_attr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_ctrl/flash_ace1_attr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE1_ATTR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace1_attr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_ctrl/flash_ace1_attr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE1_ATTR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace1_attr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/flash_ace1_attr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE1_ATTR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace1_attr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `flash_ace1_attr` [INFO] [stdout] --> src/apb_ctrl/flash_ace1_attr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE1_ATTR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace1_attr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [flash_ace1_attr] [INFO] [stdout] ^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `flash_ace1_attr` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_ctrl/flash_ace2_attr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE2_ATTR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace2_attr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_ctrl/flash_ace2_attr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE2_ATTR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace2_attr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_ctrl/flash_ace2_attr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE2_ATTR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace2_attr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_ctrl/flash_ace2_attr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE2_ATTR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace2_attr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/flash_ace2_attr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE2_ATTR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace2_attr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `flash_ace2_attr` [INFO] [stdout] --> src/apb_ctrl/flash_ace2_attr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE2_ATTR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace2_attr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [flash_ace2_attr] [INFO] [stdout] ^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `flash_ace2_attr` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_ctrl/flash_ace3_attr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE3_ATTR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace3_attr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_ctrl/flash_ace3_attr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE3_ATTR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace3_attr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_ctrl/flash_ace3_attr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE3_ATTR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace3_attr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_ctrl/flash_ace3_attr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE3_ATTR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace3_attr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/flash_ace3_attr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE3_ATTR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace3_attr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `flash_ace3_attr` [INFO] [stdout] --> src/apb_ctrl/flash_ace3_attr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE3_ATTR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace3_attr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [flash_ace3_attr] [INFO] [stdout] ^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `flash_ace3_attr` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_ctrl/flash_ace0_addr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE0_ADDR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace0_addr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_ctrl/flash_ace0_addr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE0_ADDR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace0_addr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_ctrl/flash_ace0_addr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE0_ADDR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace0_addr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_ctrl/flash_ace0_addr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE0_ADDR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace0_addr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/flash_ace0_addr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE0_ADDR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace0_addr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `flash_ace0_addr` [INFO] [stdout] --> src/apb_ctrl/flash_ace0_addr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE0_ADDR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace0_addr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [flash_ace0_addr] [INFO] [stdout] ^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `flash_ace0_addr` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_ctrl/flash_ace1_addr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE1_ADDR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace1_addr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_ctrl/flash_ace1_addr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE1_ADDR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace1_addr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_ctrl/flash_ace1_addr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE1_ADDR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace1_addr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_ctrl/flash_ace1_addr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE1_ADDR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace1_addr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/flash_ace1_addr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE1_ADDR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace1_addr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `flash_ace1_addr` [INFO] [stdout] --> src/apb_ctrl/flash_ace1_addr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE1_ADDR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace1_addr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [flash_ace1_addr] [INFO] [stdout] ^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `flash_ace1_addr` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_ctrl/flash_ace2_addr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE2_ADDR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace2_addr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_ctrl/flash_ace2_addr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE2_ADDR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace2_addr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_ctrl/flash_ace2_addr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE2_ADDR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace2_addr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_ctrl/flash_ace2_addr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE2_ADDR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace2_addr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/flash_ace2_addr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE2_ADDR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace2_addr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `flash_ace2_addr` [INFO] [stdout] --> src/apb_ctrl/flash_ace2_addr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE2_ADDR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace2_addr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [flash_ace2_addr] [INFO] [stdout] ^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `flash_ace2_addr` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_ctrl/flash_ace3_addr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE3_ADDR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace3_addr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_ctrl/flash_ace3_addr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE3_ADDR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace3_addr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_ctrl/flash_ace3_addr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE3_ADDR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace3_addr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_ctrl/flash_ace3_addr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE3_ADDR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace3_addr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/flash_ace3_addr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE3_ADDR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace3_addr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `flash_ace3_addr` [INFO] [stdout] --> src/apb_ctrl/flash_ace3_addr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE3_ADDR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace3_addr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [flash_ace3_addr] [INFO] [stdout] ^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `flash_ace3_addr` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_ctrl/flash_ace0_size.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE0_SIZE_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace0_size] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_ctrl/flash_ace0_size.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE0_SIZE_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace0_size] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_ctrl/flash_ace0_size.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE0_SIZE_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace0_size] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_ctrl/flash_ace0_size.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE0_SIZE_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace0_size] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/flash_ace0_size.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE0_SIZE_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace0_size] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `flash_ace0_size` [INFO] [stdout] --> src/apb_ctrl/flash_ace0_size.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE0_SIZE_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace0_size] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [flash_ace0_size] [INFO] [stdout] ^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `flash_ace0_size` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_ctrl/flash_ace1_size.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE1_SIZE_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace1_size] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_ctrl/flash_ace1_size.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE1_SIZE_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace1_size] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_ctrl/flash_ace1_size.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE1_SIZE_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace1_size] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_ctrl/flash_ace1_size.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE1_SIZE_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace1_size] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/flash_ace1_size.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE1_SIZE_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace1_size] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `flash_ace1_size` [INFO] [stdout] --> src/apb_ctrl/flash_ace1_size.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE1_SIZE_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace1_size] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [flash_ace1_size] [INFO] [stdout] ^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `flash_ace1_size` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_ctrl/flash_ace2_size.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE2_SIZE_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace2_size] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_ctrl/flash_ace2_size.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE2_SIZE_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace2_size] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_ctrl/flash_ace2_size.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE2_SIZE_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace2_size] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_ctrl/flash_ace2_size.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE2_SIZE_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace2_size] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/flash_ace2_size.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE2_SIZE_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace2_size] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `flash_ace2_size` [INFO] [stdout] --> src/apb_ctrl/flash_ace2_size.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE2_SIZE_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace2_size] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [flash_ace2_size] [INFO] [stdout] ^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `flash_ace2_size` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_ctrl/flash_ace3_size.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE3_SIZE_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace3_size] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_ctrl/flash_ace3_size.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE3_SIZE_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace3_size] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_ctrl/flash_ace3_size.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE3_SIZE_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace3_size] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_ctrl/flash_ace3_size.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE3_SIZE_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace3_size] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/flash_ace3_size.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE3_SIZE_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace3_size] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `flash_ace3_size` [INFO] [stdout] --> src/apb_ctrl/flash_ace3_size.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_FLASH_ACE3_SIZE_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [flash_ace3_size] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [flash_ace3_size] [INFO] [stdout] ^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `flash_ace3_size` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_ctrl/spi_mem_pms_ctrl.rs:114:1 [INFO] [stdout] | [INFO] [stdout] 114 | / #[doc = "APB_CTRL_SPI_MEM_PMS_CTRL_REG\n\nThis register you can [`read`] [INFO] [stdout] 115 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 116 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 117 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 120 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [spi_mem_pms_ctrl] [INFO] [stdout] 121 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_ctrl/spi_mem_pms_ctrl.rs:114:1 [INFO] [stdout] | [INFO] [stdout] 114 | / #[doc = "APB_CTRL_SPI_MEM_PMS_CTRL_REG\n\nThis register you can [`read`] [INFO] [stdout] 115 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 116 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 117 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 120 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [spi_mem_pms_ctrl] [INFO] [stdout] 121 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_ctrl/spi_mem_pms_ctrl.rs:114:1 [INFO] [stdout] | [INFO] [stdout] 114 | / #[doc = "APB_CTRL_SPI_MEM_PMS_CTRL_REG\n\nThis register you can [`read`] [INFO] [stdout] 115 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 116 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 117 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 120 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [spi_mem_pms_ctrl] [INFO] [stdout] 121 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_ctrl/spi_mem_pms_ctrl.rs:114:1 [INFO] [stdout] | [INFO] [stdout] 114 | / #[doc = "APB_CTRL_SPI_MEM_PMS_CTRL_REG\n\nThis register you can [`read`] [INFO] [stdout] 115 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 116 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 117 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 120 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [spi_mem_pms_ctrl] [INFO] [stdout] 121 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/spi_mem_pms_ctrl.rs:114:1 [INFO] [stdout] | [INFO] [stdout] 114 | / #[doc = "APB_CTRL_SPI_MEM_PMS_CTRL_REG\n\nThis register you can [`read`] [INFO] [stdout] 115 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 116 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 117 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 120 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [spi_mem_pms_ctrl] [INFO] [stdout] 121 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `spi_mem_pms_ctrl` [INFO] [stdout] --> src/apb_ctrl/spi_mem_pms_ctrl.rs:114:1 [INFO] [stdout] | [INFO] [stdout] 114 | / #[doc = "APB_CTRL_SPI_MEM_PMS_CTRL_REG\n\nThis register you can [`read`] [INFO] [stdout] 115 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 116 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 117 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 120 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [spi_mem_pms_ctrl] [INFO] [stdout] 121 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [spi_mem_pms_ctrl] [INFO] [stdout] ^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `spi_mem_pms_ctrl` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_ctrl/spi_mem_reject_addr.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | / #[doc = "APB_CTRL_SPI_MEM_REJECT_ADDR_REG\n\nThis register you can [`read`] [INFO] [stdout] 39 | | (crate::generic::Reg::read). See [API] [INFO] [stdout] 40 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [spi_mem_reject_addr] [INFO] [stdout] 41 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/spi_mem_reject_addr.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | / #[doc = "APB_CTRL_SPI_MEM_REJECT_ADDR_REG\n\nThis register you can [`read`] [INFO] [stdout] 39 | | (crate::generic::Reg::read). See [API] [INFO] [stdout] 40 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [spi_mem_reject_addr] [INFO] [stdout] 41 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `spi_mem_reject_addr` [INFO] [stdout] --> src/apb_ctrl/spi_mem_reject_addr.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | / #[doc = "APB_CTRL_SPI_MEM_REJECT_ADDR_REG\n\nThis register you can [`read`] [INFO] [stdout] 39 | | (crate::generic::Reg::read). See [API] [INFO] [stdout] 40 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [spi_mem_reject_addr] [INFO] [stdout] 41 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [spi_mem_reject_addr] [INFO] [stdout] ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `spi_mem_reject_addr` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_ctrl/sdio_ctrl.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | / #[doc = "APB_CTRL_SDIO_CTRL_REG\n\nThis register you can [`read`] [INFO] [stdout] 95 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 96 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 97 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 100 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sdio_ctrl] [INFO] [stdout] 101 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_ctrl/sdio_ctrl.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | / #[doc = "APB_CTRL_SDIO_CTRL_REG\n\nThis register you can [`read`] [INFO] [stdout] 95 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 96 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 97 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 100 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sdio_ctrl] [INFO] [stdout] 101 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_ctrl/sdio_ctrl.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | / #[doc = "APB_CTRL_SDIO_CTRL_REG\n\nThis register you can [`read`] [INFO] [stdout] 95 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 96 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 97 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 100 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sdio_ctrl] [INFO] [stdout] 101 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_ctrl/sdio_ctrl.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | / #[doc = "APB_CTRL_SDIO_CTRL_REG\n\nThis register you can [`read`] [INFO] [stdout] 95 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 96 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 97 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 100 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sdio_ctrl] [INFO] [stdout] 101 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/sdio_ctrl.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | / #[doc = "APB_CTRL_SDIO_CTRL_REG\n\nThis register you can [`read`] [INFO] [stdout] 95 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 96 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 97 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 100 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sdio_ctrl] [INFO] [stdout] 101 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `sdio_ctrl` [INFO] [stdout] --> src/apb_ctrl/sdio_ctrl.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 94 | / #[doc = "APB_CTRL_SDIO_CTRL_REG\n\nThis register you can [`read`] [INFO] [stdout] 95 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 96 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 97 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 100 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sdio_ctrl] [INFO] [stdout] 101 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [sdio_ctrl] [INFO] [stdout] ^^^^^^^^^ [INFO] [stdout] = note: no item named `sdio_ctrl` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_ctrl/redcy_sig0.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | / #[doc = "APB_CTRL_REDCY_SIG0_REG\n\nThis register you can [`read`] [INFO] [stdout] 105 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 106 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 107 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 110 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [redcy_sig0] [INFO] [stdout] 111 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_ctrl/redcy_sig0.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | / #[doc = "APB_CTRL_REDCY_SIG0_REG\n\nThis register you can [`read`] [INFO] [stdout] 105 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 106 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 107 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 110 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [redcy_sig0] [INFO] [stdout] 111 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_ctrl/redcy_sig0.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | / #[doc = "APB_CTRL_REDCY_SIG0_REG\n\nThis register you can [`read`] [INFO] [stdout] 105 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 106 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 107 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 110 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [redcy_sig0] [INFO] [stdout] 111 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_ctrl/redcy_sig0.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | / #[doc = "APB_CTRL_REDCY_SIG0_REG\n\nThis register you can [`read`] [INFO] [stdout] 105 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 106 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 107 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 110 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [redcy_sig0] [INFO] [stdout] 111 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/redcy_sig0.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | / #[doc = "APB_CTRL_REDCY_SIG0_REG\n\nThis register you can [`read`] [INFO] [stdout] 105 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 106 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 107 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 110 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [redcy_sig0] [INFO] [stdout] 111 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `redcy_sig0` [INFO] [stdout] --> src/apb_ctrl/redcy_sig0.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | / #[doc = "APB_CTRL_REDCY_SIG0_REG\n\nThis register you can [`read`] [INFO] [stdout] 105 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 106 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 107 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 110 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [redcy_sig0] [INFO] [stdout] 111 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [redcy_sig0] [INFO] [stdout] ^^^^^^^^^^ [INFO] [stdout] = note: no item named `redcy_sig0` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_ctrl/redcy_sig1.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | / #[doc = "APB_CTRL_REDCY_SIG1_REG\n\nThis register you can [`read`] [INFO] [stdout] 105 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 106 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 107 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 110 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [redcy_sig1] [INFO] [stdout] 111 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_ctrl/redcy_sig1.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | / #[doc = "APB_CTRL_REDCY_SIG1_REG\n\nThis register you can [`read`] [INFO] [stdout] 105 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 106 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 107 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 110 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [redcy_sig1] [INFO] [stdout] 111 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_ctrl/redcy_sig1.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | / #[doc = "APB_CTRL_REDCY_SIG1_REG\n\nThis register you can [`read`] [INFO] [stdout] 105 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 106 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 107 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 110 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [redcy_sig1] [INFO] [stdout] 111 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_ctrl/redcy_sig1.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | / #[doc = "APB_CTRL_REDCY_SIG1_REG\n\nThis register you can [`read`] [INFO] [stdout] 105 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 106 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 107 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 110 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [redcy_sig1] [INFO] [stdout] 111 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/redcy_sig1.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | / #[doc = "APB_CTRL_REDCY_SIG1_REG\n\nThis register you can [`read`] [INFO] [stdout] 105 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 106 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 107 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 110 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [redcy_sig1] [INFO] [stdout] 111 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `redcy_sig1` [INFO] [stdout] --> src/apb_ctrl/redcy_sig1.rs:104:1 [INFO] [stdout] | [INFO] [stdout] 104 | / #[doc = "APB_CTRL_REDCY_SIG1_REG\n\nThis register you can [`read`] [INFO] [stdout] 105 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 106 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 107 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 110 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [redcy_sig1] [INFO] [stdout] 111 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [redcy_sig1] [INFO] [stdout] ^^^^^^^^^^ [INFO] [stdout] = note: no item named `redcy_sig1` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_ctrl/front_end_mem_pd.rs:329:1 [INFO] [stdout] | [INFO] [stdout] 329 | / #[doc = "APB_CTRL_FRONT_END_MEM_PD_REG\n\nThis register you can [`read`] [INFO] [stdout] 330 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 331 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 332 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 335 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [front_end_mem_pd] [INFO] [stdout] 336 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_ctrl/front_end_mem_pd.rs:329:1 [INFO] [stdout] | [INFO] [stdout] 329 | / #[doc = "APB_CTRL_FRONT_END_MEM_PD_REG\n\nThis register you can [`read`] [INFO] [stdout] 330 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 331 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 332 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 335 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [front_end_mem_pd] [INFO] [stdout] 336 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_ctrl/front_end_mem_pd.rs:329:1 [INFO] [stdout] | [INFO] [stdout] 329 | / #[doc = "APB_CTRL_FRONT_END_MEM_PD_REG\n\nThis register you can [`read`] [INFO] [stdout] 330 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 331 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 332 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 335 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [front_end_mem_pd] [INFO] [stdout] 336 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_ctrl/front_end_mem_pd.rs:329:1 [INFO] [stdout] | [INFO] [stdout] 329 | / #[doc = "APB_CTRL_FRONT_END_MEM_PD_REG\n\nThis register you can [`read`] [INFO] [stdout] 330 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 331 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 332 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 335 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [front_end_mem_pd] [INFO] [stdout] 336 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/front_end_mem_pd.rs:329:1 [INFO] [stdout] | [INFO] [stdout] 329 | / #[doc = "APB_CTRL_FRONT_END_MEM_PD_REG\n\nThis register you can [`read`] [INFO] [stdout] 330 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 331 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 332 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 335 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [front_end_mem_pd] [INFO] [stdout] 336 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `front_end_mem_pd` [INFO] [stdout] --> src/apb_ctrl/front_end_mem_pd.rs:329:1 [INFO] [stdout] | [INFO] [stdout] 329 | / #[doc = "APB_CTRL_FRONT_END_MEM_PD_REG\n\nThis register you can [`read`] [INFO] [stdout] 330 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 331 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 332 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 335 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [front_end_mem_pd] [INFO] [stdout] 336 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [front_end_mem_pd] [INFO] [stdout] ^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `front_end_mem_pd` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_ctrl/retention_ctrl.rs:131:1 [INFO] [stdout] | [INFO] [stdout] 131 | / #[doc = "APB_CTRL_RETENTION_CTRL_REG\n\nThis register you can [`read`] [INFO] [stdout] 132 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 133 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 134 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 137 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [retention_ctrl] [INFO] [stdout] 138 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_ctrl/retention_ctrl.rs:131:1 [INFO] [stdout] | [INFO] [stdout] 131 | / #[doc = "APB_CTRL_RETENTION_CTRL_REG\n\nThis register you can [`read`] [INFO] [stdout] 132 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 133 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 134 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 137 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [retention_ctrl] [INFO] [stdout] 138 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_ctrl/retention_ctrl.rs:131:1 [INFO] [stdout] | [INFO] [stdout] 131 | / #[doc = "APB_CTRL_RETENTION_CTRL_REG\n\nThis register you can [`read`] [INFO] [stdout] 132 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 133 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 134 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 137 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [retention_ctrl] [INFO] [stdout] 138 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_ctrl/retention_ctrl.rs:131:1 [INFO] [stdout] | [INFO] [stdout] 131 | / #[doc = "APB_CTRL_RETENTION_CTRL_REG\n\nThis register you can [`read`] [INFO] [stdout] 132 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 133 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 134 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 137 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [retention_ctrl] [INFO] [stdout] 138 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/retention_ctrl.rs:131:1 [INFO] [stdout] | [INFO] [stdout] 131 | / #[doc = "APB_CTRL_RETENTION_CTRL_REG\n\nThis register you can [`read`] [INFO] [stdout] 132 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 133 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 134 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 137 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [retention_ctrl] [INFO] [stdout] 138 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `retention_ctrl` [INFO] [stdout] --> src/apb_ctrl/retention_ctrl.rs:131:1 [INFO] [stdout] | [INFO] [stdout] 131 | / #[doc = "APB_CTRL_RETENTION_CTRL_REG\n\nThis register you can [`read`] [INFO] [stdout] 132 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 133 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 134 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 137 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [retention_ctrl] [INFO] [stdout] 138 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [retention_ctrl] [INFO] [stdout] ^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `retention_ctrl` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_ctrl/clkgate_force_on.rs:121:1 [INFO] [stdout] | [INFO] [stdout] 121 | / #[doc = "APB_CTRL_CLKGATE_FORCE_ON_REG\n\nThis register you can [`read`] [INFO] [stdout] 122 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 123 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 124 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 127 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [clkgate_force_on] [INFO] [stdout] 128 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_ctrl/clkgate_force_on.rs:121:1 [INFO] [stdout] | [INFO] [stdout] 121 | / #[doc = "APB_CTRL_CLKGATE_FORCE_ON_REG\n\nThis register you can [`read`] [INFO] [stdout] 122 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 123 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 124 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 127 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [clkgate_force_on] [INFO] [stdout] 128 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_ctrl/clkgate_force_on.rs:121:1 [INFO] [stdout] | [INFO] [stdout] 121 | / #[doc = "APB_CTRL_CLKGATE_FORCE_ON_REG\n\nThis register you can [`read`] [INFO] [stdout] 122 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 123 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 124 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 127 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [clkgate_force_on] [INFO] [stdout] 128 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_ctrl/clkgate_force_on.rs:121:1 [INFO] [stdout] | [INFO] [stdout] 121 | / #[doc = "APB_CTRL_CLKGATE_FORCE_ON_REG\n\nThis register you can [`read`] [INFO] [stdout] 122 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 123 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 124 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 127 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [clkgate_force_on] [INFO] [stdout] 128 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/clkgate_force_on.rs:121:1 [INFO] [stdout] | [INFO] [stdout] 121 | / #[doc = "APB_CTRL_CLKGATE_FORCE_ON_REG\n\nThis register you can [`read`] [INFO] [stdout] 122 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 123 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 124 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 127 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [clkgate_force_on] [INFO] [stdout] 128 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `clkgate_force_on` [INFO] [stdout] --> src/apb_ctrl/clkgate_force_on.rs:121:1 [INFO] [stdout] | [INFO] [stdout] 121 | / #[doc = "APB_CTRL_CLKGATE_FORCE_ON_REG\n\nThis register you can [`read`] [INFO] [stdout] 122 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 123 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 124 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 127 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [clkgate_force_on] [INFO] [stdout] 128 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [clkgate_force_on] [INFO] [stdout] ^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `clkgate_force_on` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_ctrl/mem_power_down.rs:121:1 [INFO] [stdout] | [INFO] [stdout] 121 | / #[doc = "APB_CTRL_MEM_POWER_DOWN_REG\n\nThis register you can [`read`] [INFO] [stdout] 122 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 123 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 124 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 127 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [mem_power_down] [INFO] [stdout] 128 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_ctrl/mem_power_down.rs:121:1 [INFO] [stdout] | [INFO] [stdout] 121 | / #[doc = "APB_CTRL_MEM_POWER_DOWN_REG\n\nThis register you can [`read`] [INFO] [stdout] 122 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 123 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 124 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 127 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [mem_power_down] [INFO] [stdout] 128 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_ctrl/mem_power_down.rs:121:1 [INFO] [stdout] | [INFO] [stdout] 121 | / #[doc = "APB_CTRL_MEM_POWER_DOWN_REG\n\nThis register you can [`read`] [INFO] [stdout] 122 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 123 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 124 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 127 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [mem_power_down] [INFO] [stdout] 128 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_ctrl/mem_power_down.rs:121:1 [INFO] [stdout] | [INFO] [stdout] 121 | / #[doc = "APB_CTRL_MEM_POWER_DOWN_REG\n\nThis register you can [`read`] [INFO] [stdout] 122 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 123 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 124 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 127 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [mem_power_down] [INFO] [stdout] 128 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/mem_power_down.rs:121:1 [INFO] [stdout] | [INFO] [stdout] 121 | / #[doc = "APB_CTRL_MEM_POWER_DOWN_REG\n\nThis register you can [`read`] [INFO] [stdout] 122 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 123 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 124 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 127 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [mem_power_down] [INFO] [stdout] 128 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `mem_power_down` [INFO] [stdout] --> src/apb_ctrl/mem_power_down.rs:121:1 [INFO] [stdout] | [INFO] [stdout] 121 | / #[doc = "APB_CTRL_MEM_POWER_DOWN_REG\n\nThis register you can [`read`] [INFO] [stdout] 122 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 123 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 124 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 127 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [mem_power_down] [INFO] [stdout] 128 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [mem_power_down] [INFO] [stdout] ^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `mem_power_down` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_ctrl/mem_power_up.rs:121:1 [INFO] [stdout] | [INFO] [stdout] 121 | / #[doc = "APB_CTRL_MEM_POWER_UP_REG\n\nThis register you can [`read`] [INFO] [stdout] 122 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 123 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 124 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 127 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [mem_power_up] [INFO] [stdout] 128 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_ctrl/mem_power_up.rs:121:1 [INFO] [stdout] | [INFO] [stdout] 121 | / #[doc = "APB_CTRL_MEM_POWER_UP_REG\n\nThis register you can [`read`] [INFO] [stdout] 122 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 123 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 124 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 127 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [mem_power_up] [INFO] [stdout] 128 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_ctrl/mem_power_up.rs:121:1 [INFO] [stdout] | [INFO] [stdout] 121 | / #[doc = "APB_CTRL_MEM_POWER_UP_REG\n\nThis register you can [`read`] [INFO] [stdout] 122 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 123 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 124 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 127 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [mem_power_up] [INFO] [stdout] 128 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_ctrl/mem_power_up.rs:121:1 [INFO] [stdout] | [INFO] [stdout] 121 | / #[doc = "APB_CTRL_MEM_POWER_UP_REG\n\nThis register you can [`read`] [INFO] [stdout] 122 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 123 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 124 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 127 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [mem_power_up] [INFO] [stdout] 128 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/mem_power_up.rs:121:1 [INFO] [stdout] | [INFO] [stdout] 121 | / #[doc = "APB_CTRL_MEM_POWER_UP_REG\n\nThis register you can [`read`] [INFO] [stdout] 122 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 123 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 124 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 127 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [mem_power_up] [INFO] [stdout] 128 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `mem_power_up` [INFO] [stdout] --> src/apb_ctrl/mem_power_up.rs:121:1 [INFO] [stdout] | [INFO] [stdout] 121 | / #[doc = "APB_CTRL_MEM_POWER_UP_REG\n\nThis register you can [`read`] [INFO] [stdout] 122 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 123 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 124 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 127 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [mem_power_up] [INFO] [stdout] 128 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [mem_power_up] [INFO] [stdout] ^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `mem_power_up` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_ctrl/rnd_data.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | / #[doc = "APB_CTRL_RND_DATA_REG\n\nThis register you can [`read`] [INFO] [stdout] 39 | | (crate::generic::Reg::read). See [API] [INFO] [stdout] 40 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [rnd_data] [INFO] [stdout] 41 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/rnd_data.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | / #[doc = "APB_CTRL_RND_DATA_REG\n\nThis register you can [`read`] [INFO] [stdout] 39 | | (crate::generic::Reg::read). See [API] [INFO] [stdout] 40 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [rnd_data] [INFO] [stdout] 41 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `rnd_data` [INFO] [stdout] --> src/apb_ctrl/rnd_data.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | / #[doc = "APB_CTRL_RND_DATA_REG\n\nThis register you can [`read`] [INFO] [stdout] 39 | | (crate::generic::Reg::read). See [API] [INFO] [stdout] 40 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [rnd_data] [INFO] [stdout] 41 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [rnd_data] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `rnd_data` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_ctrl/peri_backup_config.rs:299:1 [INFO] [stdout] | [INFO] [stdout] 299 | / #[doc = "APB_CTRL_PERI_BACKUP_CONFIG_REG\n\nThis register you can [`read`] [INFO] [stdout] 300 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 301 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 302 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 305 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [peri_backup_config] [INFO] [stdout] 306 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_ctrl/peri_backup_config.rs:299:1 [INFO] [stdout] | [INFO] [stdout] 299 | / #[doc = "APB_CTRL_PERI_BACKUP_CONFIG_REG\n\nThis register you can [`read`] [INFO] [stdout] 300 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 301 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 302 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 305 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [peri_backup_config] [INFO] [stdout] 306 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_ctrl/peri_backup_config.rs:299:1 [INFO] [stdout] | [INFO] [stdout] 299 | / #[doc = "APB_CTRL_PERI_BACKUP_CONFIG_REG\n\nThis register you can [`read`] [INFO] [stdout] 300 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 301 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 302 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 305 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [peri_backup_config] [INFO] [stdout] 306 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_ctrl/peri_backup_config.rs:299:1 [INFO] [stdout] | [INFO] [stdout] 299 | / #[doc = "APB_CTRL_PERI_BACKUP_CONFIG_REG\n\nThis register you can [`read`] [INFO] [stdout] 300 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 301 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 302 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 305 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [peri_backup_config] [INFO] [stdout] 306 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/peri_backup_config.rs:299:1 [INFO] [stdout] | [INFO] [stdout] 299 | / #[doc = "APB_CTRL_PERI_BACKUP_CONFIG_REG\n\nThis register you can [`read`] [INFO] [stdout] 300 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 301 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 302 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 305 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [peri_backup_config] [INFO] [stdout] 306 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `peri_backup_config` [INFO] [stdout] --> src/apb_ctrl/peri_backup_config.rs:299:1 [INFO] [stdout] | [INFO] [stdout] 299 | / #[doc = "APB_CTRL_PERI_BACKUP_CONFIG_REG\n\nThis register you can [`read`] [INFO] [stdout] 300 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 301 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 302 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 305 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [peri_backup_config] [INFO] [stdout] 306 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [peri_backup_config] [INFO] [stdout] ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `peri_backup_config` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_ctrl/peri_backup_apb_addr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_PERI_BACKUP_APB_ADDR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [peri_backup_apb_addr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_ctrl/peri_backup_apb_addr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_PERI_BACKUP_APB_ADDR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [peri_backup_apb_addr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_ctrl/peri_backup_apb_addr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_PERI_BACKUP_APB_ADDR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [peri_backup_apb_addr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_ctrl/peri_backup_apb_addr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_PERI_BACKUP_APB_ADDR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [peri_backup_apb_addr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/peri_backup_apb_addr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_PERI_BACKUP_APB_ADDR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [peri_backup_apb_addr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `peri_backup_apb_addr` [INFO] [stdout] --> src/apb_ctrl/peri_backup_apb_addr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_PERI_BACKUP_APB_ADDR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [peri_backup_apb_addr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [peri_backup_apb_addr] [INFO] [stdout] ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `peri_backup_apb_addr` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_ctrl/peri_backup_mem_addr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_PERI_BACKUP_MEM_ADDR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [peri_backup_mem_addr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_ctrl/peri_backup_mem_addr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_PERI_BACKUP_MEM_ADDR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [peri_backup_mem_addr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_ctrl/peri_backup_mem_addr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_PERI_BACKUP_MEM_ADDR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [peri_backup_mem_addr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_ctrl/peri_backup_mem_addr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_PERI_BACKUP_MEM_ADDR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [peri_backup_mem_addr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/peri_backup_mem_addr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_PERI_BACKUP_MEM_ADDR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [peri_backup_mem_addr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `peri_backup_mem_addr` [INFO] [stdout] --> src/apb_ctrl/peri_backup_mem_addr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_PERI_BACKUP_MEM_ADDR_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [peri_backup_mem_addr] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [peri_backup_mem_addr] [INFO] [stdout] ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `peri_backup_mem_addr` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_ctrl/peri_backup_int_raw.rs:58:1 [INFO] [stdout] | [INFO] [stdout] 58 | / #[doc = "APB_CTRL_PERI_BACKUP_INT_RAW_REG\n\nThis register you can [`read`] [INFO] [stdout] 59 | | (crate::generic::Reg::read). See [API] [INFO] [stdout] 60 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [peri_backup_int_raw] [INFO] [stdout] 61 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/peri_backup_int_raw.rs:58:1 [INFO] [stdout] | [INFO] [stdout] 58 | / #[doc = "APB_CTRL_PERI_BACKUP_INT_RAW_REG\n\nThis register you can [`read`] [INFO] [stdout] 59 | | (crate::generic::Reg::read). See [API] [INFO] [stdout] 60 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [peri_backup_int_raw] [INFO] [stdout] 61 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `peri_backup_int_raw` [INFO] [stdout] --> src/apb_ctrl/peri_backup_int_raw.rs:58:1 [INFO] [stdout] | [INFO] [stdout] 58 | / #[doc = "APB_CTRL_PERI_BACKUP_INT_RAW_REG\n\nThis register you can [`read`] [INFO] [stdout] 59 | | (crate::generic::Reg::read). See [API] [INFO] [stdout] 60 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [peri_backup_int_raw] [INFO] [stdout] 61 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [peri_backup_int_raw] [INFO] [stdout] ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `peri_backup_int_raw` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_ctrl/peri_backup_int_st.rs:58:1 [INFO] [stdout] | [INFO] [stdout] 58 | / #[doc = "APB_CTRL_PERI_BACKUP_INT_ST_REG\n\nThis register you can [`read`] [INFO] [stdout] 59 | | (crate::generic::Reg::read). See [API] [INFO] [stdout] 60 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [peri_backup_int_st] [INFO] [stdout] 61 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/peri_backup_int_st.rs:58:1 [INFO] [stdout] | [INFO] [stdout] 58 | / #[doc = "APB_CTRL_PERI_BACKUP_INT_ST_REG\n\nThis register you can [`read`] [INFO] [stdout] 59 | | (crate::generic::Reg::read). See [API] [INFO] [stdout] 60 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [peri_backup_int_st] [INFO] [stdout] 61 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `peri_backup_int_st` [INFO] [stdout] --> src/apb_ctrl/peri_backup_int_st.rs:58:1 [INFO] [stdout] | [INFO] [stdout] 58 | / #[doc = "APB_CTRL_PERI_BACKUP_INT_ST_REG\n\nThis register you can [`read`] [INFO] [stdout] 59 | | (crate::generic::Reg::read). See [API] [INFO] [stdout] 60 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [peri_backup_int_st] [INFO] [stdout] 61 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [peri_backup_int_st] [INFO] [stdout] ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `peri_backup_int_st` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_ctrl/peri_backup_int_ena.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | / #[doc = "APB_CTRL_PERI_BACKUP_INT_ENA_REG\n\nThis register you can [`read`] [INFO] [stdout] 142 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 143 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 144 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 147 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [peri_backup_int_ena] [INFO] [stdout] 148 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_ctrl/peri_backup_int_ena.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | / #[doc = "APB_CTRL_PERI_BACKUP_INT_ENA_REG\n\nThis register you can [`read`] [INFO] [stdout] 142 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 143 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 144 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 147 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [peri_backup_int_ena] [INFO] [stdout] 148 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_ctrl/peri_backup_int_ena.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | / #[doc = "APB_CTRL_PERI_BACKUP_INT_ENA_REG\n\nThis register you can [`read`] [INFO] [stdout] 142 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 143 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 144 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 147 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [peri_backup_int_ena] [INFO] [stdout] 148 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_ctrl/peri_backup_int_ena.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | / #[doc = "APB_CTRL_PERI_BACKUP_INT_ENA_REG\n\nThis register you can [`read`] [INFO] [stdout] 142 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 143 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 144 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 147 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [peri_backup_int_ena] [INFO] [stdout] 148 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/peri_backup_int_ena.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | / #[doc = "APB_CTRL_PERI_BACKUP_INT_ENA_REG\n\nThis register you can [`read`] [INFO] [stdout] 142 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 143 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 144 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 147 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [peri_backup_int_ena] [INFO] [stdout] 148 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `peri_backup_int_ena` [INFO] [stdout] --> src/apb_ctrl/peri_backup_int_ena.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | / #[doc = "APB_CTRL_PERI_BACKUP_INT_ENA_REG\n\nThis register you can [`read`] [INFO] [stdout] 142 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 143 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 144 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 147 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [peri_backup_int_ena] [INFO] [stdout] 148 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [peri_backup_int_ena] [INFO] [stdout] ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `peri_backup_int_ena` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_ctrl/peri_backup_int_clr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_PERI_BACKUP_INT_CLR_REG\n\nThis register you can [`write_with_zero`] [INFO] [stdout] 85 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 86 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] 87 | | (crate::generic::Reg::write). See [API] [INFO] [stdout] 88 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [peri_backup_int_clr] [INFO] [stdout] 89 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_ctrl/peri_backup_int_clr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_PERI_BACKUP_INT_CLR_REG\n\nThis register you can [`write_with_zero`] [INFO] [stdout] 85 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 86 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] 87 | | (crate::generic::Reg::write). See [API] [INFO] [stdout] 88 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [peri_backup_int_clr] [INFO] [stdout] 89 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/peri_backup_int_clr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_PERI_BACKUP_INT_CLR_REG\n\nThis register you can [`write_with_zero`] [INFO] [stdout] 85 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 86 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] 87 | | (crate::generic::Reg::write). See [API] [INFO] [stdout] 88 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [peri_backup_int_clr] [INFO] [stdout] 89 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `peri_backup_int_clr` [INFO] [stdout] --> src/apb_ctrl/peri_backup_int_clr.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_PERI_BACKUP_INT_CLR_REG\n\nThis register you can [`write_with_zero`] [INFO] [stdout] 85 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 86 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] 87 | | (crate::generic::Reg::write). See [API] [INFO] [stdout] 88 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [peri_backup_int_clr] [INFO] [stdout] 89 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [peri_backup_int_clr] [INFO] [stdout] ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `peri_backup_int_clr` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_ctrl/date.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_DATE_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [date] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_ctrl/date.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_DATE_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [date] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_ctrl/date.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_DATE_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [date] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_ctrl/date.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_DATE_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [date] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_ctrl/date.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_DATE_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [date] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `date` [INFO] [stdout] --> src/apb_ctrl/date.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "APB_CTRL_DATE_REG\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [date] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [date] [INFO] [stdout] ^^^^ [INFO] [stdout] = note: no item named `date` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_saradc/ctrl.rs:383:1 [INFO] [stdout] | [INFO] [stdout] 383 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 384 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 385 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 386 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 389 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [ctrl] [INFO] [stdout] 390 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_saradc/ctrl.rs:383:1 [INFO] [stdout] | [INFO] [stdout] 383 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 384 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 385 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 386 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 389 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [ctrl] [INFO] [stdout] 390 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_saradc/ctrl.rs:383:1 [INFO] [stdout] | [INFO] [stdout] 383 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 384 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 385 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 386 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 389 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [ctrl] [INFO] [stdout] 390 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_saradc/ctrl.rs:383:1 [INFO] [stdout] | [INFO] [stdout] 383 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 384 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 385 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 386 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 389 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [ctrl] [INFO] [stdout] 390 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_saradc/ctrl.rs:383:1 [INFO] [stdout] | [INFO] [stdout] 383 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 384 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 385 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 386 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 389 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [ctrl] [INFO] [stdout] 390 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `ctrl` [INFO] [stdout] --> src/apb_saradc/ctrl.rs:383:1 [INFO] [stdout] | [INFO] [stdout] 383 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 384 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 385 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 386 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 389 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [ctrl] [INFO] [stdout] 390 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [ctrl] [INFO] [stdout] ^^^^ [INFO] [stdout] = note: no item named `ctrl` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_saradc/ctrl2.rs:309:1 [INFO] [stdout] | [INFO] [stdout] 309 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 310 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 311 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 312 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 315 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [ctrl2] [INFO] [stdout] 316 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_saradc/ctrl2.rs:309:1 [INFO] [stdout] | [INFO] [stdout] 309 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 310 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 311 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 312 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 315 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [ctrl2] [INFO] [stdout] 316 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_saradc/ctrl2.rs:309:1 [INFO] [stdout] | [INFO] [stdout] 309 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 310 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 311 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 312 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 315 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [ctrl2] [INFO] [stdout] 316 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_saradc/ctrl2.rs:309:1 [INFO] [stdout] | [INFO] [stdout] 309 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 310 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 311 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 312 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 315 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [ctrl2] [INFO] [stdout] 316 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_saradc/ctrl2.rs:309:1 [INFO] [stdout] | [INFO] [stdout] 309 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 310 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 311 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 312 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 315 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [ctrl2] [INFO] [stdout] 316 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `ctrl2` [INFO] [stdout] --> src/apb_saradc/ctrl2.rs:309:1 [INFO] [stdout] | [INFO] [stdout] 309 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 310 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 311 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 312 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 315 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [ctrl2] [INFO] [stdout] 316 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [ctrl2] [INFO] [stdout] ^^^^^ [INFO] [stdout] = note: no item named `ctrl2` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_saradc/filter_ctrl1.rs:121:1 [INFO] [stdout] | [INFO] [stdout] 121 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 122 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 123 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 124 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 127 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [filter_ctrl1] [INFO] [stdout] 128 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_saradc/filter_ctrl1.rs:121:1 [INFO] [stdout] | [INFO] [stdout] 121 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 122 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 123 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 124 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 127 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [filter_ctrl1] [INFO] [stdout] 128 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_saradc/filter_ctrl1.rs:121:1 [INFO] [stdout] | [INFO] [stdout] 121 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 122 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 123 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 124 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 127 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [filter_ctrl1] [INFO] [stdout] 128 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_saradc/filter_ctrl1.rs:121:1 [INFO] [stdout] | [INFO] [stdout] 121 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 122 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 123 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 124 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 127 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [filter_ctrl1] [INFO] [stdout] 128 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_saradc/filter_ctrl1.rs:121:1 [INFO] [stdout] | [INFO] [stdout] 121 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 122 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 123 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 124 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 127 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [filter_ctrl1] [INFO] [stdout] 128 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `filter_ctrl1` [INFO] [stdout] --> src/apb_saradc/filter_ctrl1.rs:121:1 [INFO] [stdout] | [INFO] [stdout] 121 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 122 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 123 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 124 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 127 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [filter_ctrl1] [INFO] [stdout] 128 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [filter_ctrl1] [INFO] [stdout] ^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `filter_ctrl1` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_saradc/fsm_wait.rs:158:1 [INFO] [stdout] | [INFO] [stdout] 158 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 159 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 160 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 161 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 164 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [fsm_wait] [INFO] [stdout] 165 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_saradc/fsm_wait.rs:158:1 [INFO] [stdout] | [INFO] [stdout] 158 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 159 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 160 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 161 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 164 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [fsm_wait] [INFO] [stdout] 165 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_saradc/fsm_wait.rs:158:1 [INFO] [stdout] | [INFO] [stdout] 158 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 159 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 160 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 161 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 164 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [fsm_wait] [INFO] [stdout] 165 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_saradc/fsm_wait.rs:158:1 [INFO] [stdout] | [INFO] [stdout] 158 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 159 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 160 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 161 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 164 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [fsm_wait] [INFO] [stdout] 165 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_saradc/fsm_wait.rs:158:1 [INFO] [stdout] | [INFO] [stdout] 158 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 159 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 160 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 161 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 164 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [fsm_wait] [INFO] [stdout] 165 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `fsm_wait` [INFO] [stdout] --> src/apb_saradc/fsm_wait.rs:158:1 [INFO] [stdout] | [INFO] [stdout] 158 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 159 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 160 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 161 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 164 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [fsm_wait] [INFO] [stdout] 165 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [fsm_wait] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `fsm_wait` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_saradc/sar1_status.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 39 | | (crate::generic::Reg::read). See [API] [INFO] [stdout] 40 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sar1_status] [INFO] [stdout] 41 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_saradc/sar1_status.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 39 | | (crate::generic::Reg::read). See [API] [INFO] [stdout] 40 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sar1_status] [INFO] [stdout] 41 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `sar1_status` [INFO] [stdout] --> src/apb_saradc/sar1_status.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 39 | | (crate::generic::Reg::read). See [API] [INFO] [stdout] 40 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sar1_status] [INFO] [stdout] 41 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [sar1_status] [INFO] [stdout] ^^^^^^^^^^^ [INFO] [stdout] = note: no item named `sar1_status` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_saradc/sar2_status.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 39 | | (crate::generic::Reg::read). See [API] [INFO] [stdout] 40 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sar2_status] [INFO] [stdout] 41 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_saradc/sar2_status.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 39 | | (crate::generic::Reg::read). See [API] [INFO] [stdout] 40 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sar2_status] [INFO] [stdout] 41 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `sar2_status` [INFO] [stdout] --> src/apb_saradc/sar2_status.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 39 | | (crate::generic::Reg::read). See [API] [INFO] [stdout] 40 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sar2_status] [INFO] [stdout] 41 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [sar2_status] [INFO] [stdout] ^^^^^^^^^^^ [INFO] [stdout] = note: no item named `sar2_status` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_saradc/sar_patt_tab1.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sar_patt_tab1] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_saradc/sar_patt_tab1.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sar_patt_tab1] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_saradc/sar_patt_tab1.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sar_patt_tab1] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_saradc/sar_patt_tab1.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sar_patt_tab1] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_saradc/sar_patt_tab1.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sar_patt_tab1] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `sar_patt_tab1` [INFO] [stdout] --> src/apb_saradc/sar_patt_tab1.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sar_patt_tab1] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [sar_patt_tab1] [INFO] [stdout] ^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `sar_patt_tab1` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_saradc/sar_patt_tab2.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sar_patt_tab2] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_saradc/sar_patt_tab2.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sar_patt_tab2] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_saradc/sar_patt_tab2.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sar_patt_tab2] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_saradc/sar_patt_tab2.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sar_patt_tab2] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_saradc/sar_patt_tab2.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sar_patt_tab2] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `sar_patt_tab2` [INFO] [stdout] --> src/apb_saradc/sar_patt_tab2.rs:84:1 [INFO] [stdout] | [INFO] [stdout] 84 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 85 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 86 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 87 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 90 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sar_patt_tab2] [INFO] [stdout] 91 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [sar_patt_tab2] [INFO] [stdout] ^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `sar_patt_tab2` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_saradc/onetime_sample.rs:262:1 [INFO] [stdout] | [INFO] [stdout] 262 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 263 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 264 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 265 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 268 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [onetime_sample] [INFO] [stdout] 269 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_saradc/onetime_sample.rs:262:1 [INFO] [stdout] | [INFO] [stdout] 262 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 263 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 264 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 265 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 268 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [onetime_sample] [INFO] [stdout] 269 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_saradc/onetime_sample.rs:262:1 [INFO] [stdout] | [INFO] [stdout] 262 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 263 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 264 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 265 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 268 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [onetime_sample] [INFO] [stdout] 269 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_saradc/onetime_sample.rs:262:1 [INFO] [stdout] | [INFO] [stdout] 262 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 263 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 264 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 265 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 268 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [onetime_sample] [INFO] [stdout] 269 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_saradc/onetime_sample.rs:262:1 [INFO] [stdout] | [INFO] [stdout] 262 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 263 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 264 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 265 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 268 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [onetime_sample] [INFO] [stdout] 269 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `onetime_sample` [INFO] [stdout] --> src/apb_saradc/onetime_sample.rs:262:1 [INFO] [stdout] | [INFO] [stdout] 262 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 263 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 264 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 265 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 268 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [onetime_sample] [INFO] [stdout] 269 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [onetime_sample] [INFO] [stdout] ^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `onetime_sample` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_saradc/arb_ctrl.rs:393:1 [INFO] [stdout] | [INFO] [stdout] 393 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 394 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 395 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 396 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 399 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [arb_ctrl] [INFO] [stdout] 400 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_saradc/arb_ctrl.rs:393:1 [INFO] [stdout] | [INFO] [stdout] 393 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 394 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 395 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 396 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 399 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [arb_ctrl] [INFO] [stdout] 400 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_saradc/arb_ctrl.rs:393:1 [INFO] [stdout] | [INFO] [stdout] 393 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 394 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 395 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 396 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 399 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [arb_ctrl] [INFO] [stdout] 400 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_saradc/arb_ctrl.rs:393:1 [INFO] [stdout] | [INFO] [stdout] 393 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 394 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 395 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 396 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 399 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [arb_ctrl] [INFO] [stdout] 400 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_saradc/arb_ctrl.rs:393:1 [INFO] [stdout] | [INFO] [stdout] 393 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 394 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 395 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 396 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 399 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [arb_ctrl] [INFO] [stdout] 400 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `arb_ctrl` [INFO] [stdout] --> src/apb_saradc/arb_ctrl.rs:393:1 [INFO] [stdout] | [INFO] [stdout] 393 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 394 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 395 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 396 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 399 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [arb_ctrl] [INFO] [stdout] 400 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [arb_ctrl] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `arb_ctrl` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_saradc/filter_ctrl0.rs:168:1 [INFO] [stdout] | [INFO] [stdout] 168 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 169 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 170 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 171 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 174 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [filter_ctrl0] [INFO] [stdout] 175 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_saradc/filter_ctrl0.rs:168:1 [INFO] [stdout] | [INFO] [stdout] 168 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 169 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 170 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 171 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 174 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [filter_ctrl0] [INFO] [stdout] 175 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_saradc/filter_ctrl0.rs:168:1 [INFO] [stdout] | [INFO] [stdout] 168 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 169 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 170 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 171 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 174 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [filter_ctrl0] [INFO] [stdout] 175 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_saradc/filter_ctrl0.rs:168:1 [INFO] [stdout] | [INFO] [stdout] 168 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 169 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 170 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 171 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 174 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [filter_ctrl0] [INFO] [stdout] 175 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_saradc/filter_ctrl0.rs:168:1 [INFO] [stdout] | [INFO] [stdout] 168 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 169 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 170 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 171 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 174 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [filter_ctrl0] [INFO] [stdout] 175 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `filter_ctrl0` [INFO] [stdout] --> src/apb_saradc/filter_ctrl0.rs:168:1 [INFO] [stdout] | [INFO] [stdout] 168 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 169 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 170 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 171 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 174 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [filter_ctrl0] [INFO] [stdout] 175 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [filter_ctrl0] [INFO] [stdout] ^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `filter_ctrl0` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_saradc/sar1data_status.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 39 | | (crate::generic::Reg::read). See [API] [INFO] [stdout] 40 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sar1data_status] [INFO] [stdout] 41 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_saradc/sar1data_status.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 39 | | (crate::generic::Reg::read). See [API] [INFO] [stdout] 40 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sar1data_status] [INFO] [stdout] 41 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `sar1data_status` [INFO] [stdout] --> src/apb_saradc/sar1data_status.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 39 | | (crate::generic::Reg::read). See [API] [INFO] [stdout] 40 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sar1data_status] [INFO] [stdout] 41 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [sar1data_status] [INFO] [stdout] ^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `sar1data_status` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_saradc/sar2data_status.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 39 | | (crate::generic::Reg::read). See [API] [INFO] [stdout] 40 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sar2data_status] [INFO] [stdout] 41 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_saradc/sar2data_status.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 39 | | (crate::generic::Reg::read). See [API] [INFO] [stdout] 40 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sar2data_status] [INFO] [stdout] 41 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `sar2data_status` [INFO] [stdout] --> src/apb_saradc/sar2data_status.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 39 | | (crate::generic::Reg::read). See [API] [INFO] [stdout] 40 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [sar2data_status] [INFO] [stdout] 41 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [sar2data_status] [INFO] [stdout] ^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `sar2data_status` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_saradc/thres0_ctrl.rs:158:1 [INFO] [stdout] | [INFO] [stdout] 158 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 159 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 160 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 161 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 164 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [thres0_ctrl] [INFO] [stdout] 165 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_saradc/thres0_ctrl.rs:158:1 [INFO] [stdout] | [INFO] [stdout] 158 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 159 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 160 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 161 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 164 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [thres0_ctrl] [INFO] [stdout] 165 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_saradc/thres0_ctrl.rs:158:1 [INFO] [stdout] | [INFO] [stdout] 158 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 159 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 160 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 161 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 164 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [thres0_ctrl] [INFO] [stdout] 165 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_saradc/thres0_ctrl.rs:158:1 [INFO] [stdout] | [INFO] [stdout] 158 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 159 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 160 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 161 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 164 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [thres0_ctrl] [INFO] [stdout] 165 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write), [`modify`] [INFO] [stdout] ^^^^^^^^ [INFO] [stdout] = note: no item named `modify` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `API` [INFO] [stdout] --> src/apb_saradc/thres0_ctrl.rs:158:1 [INFO] [stdout] | [INFO] [stdout] 158 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 159 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 160 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 161 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 164 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [thres0_ctrl] [INFO] [stdout] 165 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::modify). See [API] [INFO] [stdout] ^^^ [INFO] [stdout] = note: no item named `API` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `thres0_ctrl` [INFO] [stdout] --> src/apb_saradc/thres0_ctrl.rs:158:1 [INFO] [stdout] | [INFO] [stdout] 158 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 159 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 160 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 161 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 164 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [thres0_ctrl] [INFO] [stdout] 165 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For information about available fields see [thres0_ctrl] [INFO] [stdout] ^^^^^^^^^^^ [INFO] [stdout] = note: no item named `thres0_ctrl` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `read` [INFO] [stdout] --> src/apb_saradc/thres1_ctrl.rs:158:1 [INFO] [stdout] | [INFO] [stdout] 158 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 159 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 160 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 161 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 164 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [thres1_ctrl] [INFO] [stdout] 165 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] This register you can [`read`] [INFO] [stdout] ^^^^^^ [INFO] [stdout] = note: no item named `read` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `write_with_zero` [INFO] [stdout] --> src/apb_saradc/thres1_ctrl.rs:158:1 [INFO] [stdout] | [INFO] [stdout] 158 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 159 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 160 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 161 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 164 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [thres1_ctrl] [INFO] [stdout] 165 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: no item named `write_with_zero` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `reset` [INFO] [stdout] --> src/apb_saradc/thres1_ctrl.rs:158:1 [INFO] [stdout] | [INFO] [stdout] 158 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [INFO] [stdout] 159 | | (crate::generic::Reg::read), [`write_with_zero`] [INFO] [stdout] 160 | | (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] 161 | | (crate::generic::Reg::reset), [`write`] [INFO] [stdout] ... | [INFO] [stdout] 164 | | (https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [thres1_ctrl] [INFO] [stdout] 165 | | (index.html) module"] [INFO] [stdout] | |_____________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] (crate::generic::Reg::write_with_zero), [`reset`] [INFO] [stdout] ^^^^^^^ [INFO] [stdout] = note: no item named `reset` in scope [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `modify` [INFO] [stdout] --> src/apb_saradc/thres1_ctrl.rs:158:1 [INFO] [stdout] | [INFO] [stdout] 158 | / #[doc = "digital saradc configure register\n\nThis register you can [`read`] [WARN] too many lines in the log, truncating it