[INFO] fetching crate synopsys-usb-otg 0.2.2... [INFO] checking synopsys-usb-otg-0.2.2 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate synopsys-usb-otg 0.2.2 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate synopsys-usb-otg 0.2.2 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate synopsys-usb-otg 0.2.2 [INFO] finished tweaking crates.io crate synopsys-usb-otg 0.2.2 [INFO] tweaked toml for crates.io crate synopsys-usb-otg 0.2.2 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fa7f601f2164776e9457bbeab54de18aacb44859d3055db8ca5939d3baa5658d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "fa7f601f2164776e9457bbeab54de18aacb44859d3055db8ca5939d3baa5658d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fa7f601f2164776e9457bbeab54de18aacb44859d3055db8ca5939d3baa5658d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa7f601f2164776e9457bbeab54de18aacb44859d3055db8ca5939d3baa5658d", kill_on_drop: false }` [INFO] [stdout] fa7f601f2164776e9457bbeab54de18aacb44859d3055db8ca5939d3baa5658d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "RUSTFLAGS=--cap-lints=forbid" "-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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 140ffb9cfc5dc53306559c3590f9554d5115721d2b4d7a7271a060f2db484046 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "140ffb9cfc5dc53306559c3590f9554d5115721d2b4d7a7271a060f2db484046", kill_on_drop: false }` [INFO] [stderr] Compiling synopsys-usb-otg v0.2.2 (/opt/rustwide/workdir) [INFO] [stderr] Checking usb-device v0.2.7 [INFO] [stdout] error: select USB mode feature (fs/hs) [INFO] [stdout] --> src/lib.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | compile_error!("select USB mode feature (fs/hs)"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `crate::target::interrupt`, `crate::target::interrupt` [INFO] [stdout] --> src/endpoint.rs:6:20 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::target::interrupt::{self, CriticalSection, Mutex}; [INFO] [stdout] | ^^^^^^^^^ ^^^^ no `interrupt` in `target` [INFO] [stdout] | | [INFO] [stdout] | could not find `interrupt` in `target` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DOEPCTL` in `endpoint_out` [INFO] [stdout] --> src/endpoint.rs:17:47 [INFO] [stdout] | [INFO] [stdout] 17 | modify_reg!(endpoint_out, ep, DOEPCTL, STALL: stalled as u32); [INFO] [stdout] | ^^^^^^^ could not find `DOEPCTL` in `endpoint_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in` [INFO] [stdout] --> src/endpoint.rs:21:46 [INFO] [stdout] | [INFO] [stdout] 21 | modify_reg!(endpoint_in, ep, DIEPCTL, STALL: stalled as u32); [INFO] [stdout] | ^^^^^^^ could not find `DIEPCTL` in `endpoint_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DOEPCTL` in `endpoint_out` [INFO] [stdout] --> src/endpoint.rs:31:41 [INFO] [stdout] | [INFO] [stdout] 31 | read_reg!(endpoint_out, ep, DOEPCTL, STALL) [INFO] [stdout] | ^^^^^^^ could not find `DOEPCTL` in `endpoint_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in` [INFO] [stdout] --> src/endpoint.rs:35:40 [INFO] [stdout] | [INFO] [stdout] 35 | read_reg!(endpoint_in, ep, DIEPCTL, STALL) [INFO] [stdout] | ^^^^^^^ could not find `DIEPCTL` in `endpoint_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in` [INFO] [stdout] --> src/endpoint.rs:88:43 [INFO] [stdout] | [INFO] [stdout] 88 | write_reg!(endpoint_in, regs, DIEPCTL, MPSIZ: mpsiz as u32, SNAK: 1); [INFO] [stdout] | ^^^^^^^ could not find `DIEPCTL` in `endpoint_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPTSIZ` in `endpoint_in` [INFO] [stdout] --> src/endpoint.rs:89:43 [INFO] [stdout] | [INFO] [stdout] 89 | write_reg!(endpoint_in, regs, DIEPTSIZ, PKTCNT: 0, XFRSIZ: self.descriptor.max_packet_size as u32); [INFO] [stdout] | ^^^^^^^^ could not find `DIEPTSIZ` in `endpoint_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in` [INFO] [stdout] --> src/endpoint.rs:92:43 [INFO] [stdout] | [INFO] [stdout] 92 | write_reg!(endpoint_in, regs, DIEPCTL, [INFO] [stdout] | ^^^^^^^ could not find `DIEPCTL` in `endpoint_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in` [INFO] [stdout] --> src/endpoint.rs:107:40 [INFO] [stdout] | [INFO] [stdout] 107 | modify_reg!(endpoint_in, regs, DIEPCTL, USBAEP: 0); [INFO] [stdout] | ^^^^^^^ could not find `DIEPCTL` in `endpoint_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in` [INFO] [stdout] --> src/endpoint.rs:112:41 [INFO] [stdout] | [INFO] [stdout] 112 | if read_reg!(endpoint_in, regs, DIEPCTL, EPENA) != 0 && self.index() != 0 { [INFO] [stdout] | ^^^^^^^ could not find `DIEPCTL` in `endpoint_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in` [INFO] [stdout] --> src/endpoint.rs:113:44 [INFO] [stdout] | [INFO] [stdout] 113 | modify_reg!(endpoint_in, regs, DIEPCTL, EPDIS: 1) [INFO] [stdout] | ^^^^^^^ could not find `DIEPCTL` in `endpoint_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in` [INFO] [stdout] --> src/endpoint.rs:124:60 [INFO] [stdout] | [INFO] [stdout] 124 | if self.index() != 0 && read_reg!(endpoint_in, ep, DIEPCTL, EPENA) != 0{ [INFO] [stdout] | ^^^^^^^ could not find `DIEPCTL` in `endpoint_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DTXFSTS` in `endpoint_in` [INFO] [stdout] --> src/endpoint.rs:135:56 [INFO] [stdout] | [INFO] [stdout] 135 | if size_words > read_reg!(endpoint_in, ep, DTXFSTS, INEPTFSAV) as usize { [INFO] [stdout] | ^^^^^^^ could not find `DTXFSTS` in `endpoint_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in` [INFO] [stdout] --> src/endpoint.rs:145:38 [INFO] [stdout] | [INFO] [stdout] 145 | modify_reg!(endpoint_in, ep, DIEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ^^^^^^^ could not find `DIEPCTL` in `endpoint_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DOEPTSIZ0` in `endpoint0_out` [INFO] [stdout] --> src/endpoint.rs:177:45 [INFO] [stdout] | [INFO] [stdout] 177 | write_reg!(endpoint0_out, regs, DOEPTSIZ0, STUPCNT: 1, PKTCNT: 1, XFRSIZ: self.descriptor.max_packet_size as u32); [INFO] [stdout] | ^^^^^^^^^ could not find `DOEPTSIZ0` in `endpoint0_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DOEPCTL0` in `endpoint0_out` [INFO] [stdout] --> src/endpoint.rs:178:46 [INFO] [stdout] | [INFO] [stdout] 178 | modify_reg!(endpoint0_out, regs, DOEPCTL0, MPSIZ: mpsiz as u32, EPENA: 1, CNAK: 1); [INFO] [stdout] | ^^^^^^^^ could not find `DOEPCTL0` in `endpoint0_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DOEPCTL` in `endpoint_out` [INFO] [stdout] --> src/endpoint.rs:181:44 [INFO] [stdout] | [INFO] [stdout] 181 | write_reg!(endpoint_out, regs, DOEPCTL, [INFO] [stdout] | ^^^^^^^ could not find `DOEPCTL` in `endpoint_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DOEPCTL` in `endpoint_out` [INFO] [stdout] --> src/endpoint.rs:196:41 [INFO] [stdout] | [INFO] [stdout] 196 | modify_reg!(endpoint_out, regs, DOEPCTL, USBAEP: 0); [INFO] [stdout] | ^^^^^^^ could not find `DOEPCTL` in `endpoint_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DOEPCTL` in `endpoint_out` [INFO] [stdout] --> src/endpoint.rs:199:42 [INFO] [stdout] | [INFO] [stdout] 199 | if read_reg!(endpoint_out, regs, DOEPCTL, EPENA) != 0 && self.index() != 0 { [INFO] [stdout] | ^^^^^^^ could not find `DOEPCTL` in `endpoint_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DOEPCTL` in `endpoint_out` [INFO] [stdout] --> src/endpoint.rs:200:45 [INFO] [stdout] | [INFO] [stdout] 200 | modify_reg!(endpoint_out, regs, DOEPCTL, EPDIS: 1) [INFO] [stdout] | ^^^^^^^ could not find `DOEPCTL` in `endpoint_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPTXFx` in `otg_global_dieptxfx` [INFO] [stdout] --> src/bus.rs:75:55 [INFO] [stdout] | [INFO] [stdout] 75 | write_reg!(otg_global_dieptxfx, dieptxfx, DIEPTXFx, [INFO] [stdout] | ^^^^^^^^ could not find `DIEPTXFx` in `otg_global_dieptxfx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GRSTCTL` in `otg_global` [INFO] [stdout] --> src/bus.rs:86:48 [INFO] [stdout] | [INFO] [stdout] 86 | modify_reg!(otg_global, regs.global(), GRSTCTL, RXFFLSH: 1, TXFFLSH: 1, TXFNUM: 0x10); [INFO] [stdout] | ^^^^^^^ could not find `GRSTCTL` in `otg_global` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GRSTCTL` in `otg_global` [INFO] [stdout] --> src/bus.rs:87:52 [INFO] [stdout] | [INFO] [stdout] 87 | while read_reg!(otg_global, regs.global(), GRSTCTL, RXFFLSH, TXFFLSH) != (0, 0) {} [INFO] [stdout] | ^^^^^^^ could not find `GRSTCTL` in `otg_global` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DAINTMSK` in `otg_device` [INFO] [stdout] --> src/bus.rs:114:48 [INFO] [stdout] | [INFO] [stdout] 114 | modify_reg!(otg_device, regs.device(), DAINTMSK, IEPM: 0, OEPM: 0); [INFO] [stdout] | ^^^^^^^^ could not find `DAINTMSK` in `otg_device` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GRSTCTL` in `otg_global` [INFO] [stdout] --> src/bus.rs:262:56 [INFO] [stdout] | [INFO] [stdout] 262 | while read_reg!(otg_global, regs.global(), GRSTCTL, AHBIDL) == 0 {} [INFO] [stdout] | ^^^^^^^ could not find `GRSTCTL` in `otg_global` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GCCFG` in `otg_global` [INFO] [stdout] --> src/bus.rs:314:60 [INFO] [stdout] | [INFO] [stdout] 314 | modify_reg!(otg_global, regs.global(), GCCFG, VBUSASEN: 0, VBUSBSEN: 0, SOFOUTEN: 0); [INFO] [stdout] | ^^^^^ could not find `GCCFG` in `otg_global` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DCTL` in `otg_device` [INFO] [stdout] --> src/bus.rs:333:52 [INFO] [stdout] | [INFO] [stdout] 333 | modify_reg!(otg_device, regs.device(), DCTL, SDIS: 1); [INFO] [stdout] | ^^^^ could not find `DCTL` in `otg_device` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DCFG` in `otg_device` [INFO] [stdout] --> src/bus.rs:336:52 [INFO] [stdout] | [INFO] [stdout] 336 | modify_reg!(otg_device, regs.device(), DCFG, [INFO] [stdout] | ^^^^ could not find `DCFG` in `otg_device` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPMSK` in `otg_device` [INFO] [stdout] --> src/bus.rs:341:51 [INFO] [stdout] | [INFO] [stdout] 341 | write_reg!(otg_device, regs.device(), DIEPMSK, XFRCM: 1); [INFO] [stdout] | ^^^^^^^ could not find `DIEPMSK` in `otg_device` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GINTMSK` in `otg_global` [INFO] [stdout] --> src/bus.rs:344:51 [INFO] [stdout] | [INFO] [stdout] 344 | write_reg!(otg_global, regs.global(), GINTMSK, [INFO] [stdout] | ^^^^^^^ could not find `GINTMSK` in `otg_global` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GAHBCFG` in `otg_global` [INFO] [stdout] --> src/bus.rs:354:52 [INFO] [stdout] | [INFO] [stdout] 354 | modify_reg!(otg_global, regs.global(), GAHBCFG, GINT: 1); [INFO] [stdout] | ^^^^^^^ could not find `GAHBCFG` in `otg_global` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GCCFG` in `otg_global` [INFO] [stdout] --> src/bus.rs:357:52 [INFO] [stdout] | [INFO] [stdout] 357 | modify_reg!(otg_global, regs.global(), GCCFG, PWRDWN: 1); [INFO] [stdout] | ^^^^^ could not find `GCCFG` in `otg_global` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DCTL` in `otg_device` [INFO] [stdout] --> src/bus.rs:358:52 [INFO] [stdout] | [INFO] [stdout] 358 | modify_reg!(otg_device, regs.device(), DCTL, SDIS: 0); [INFO] [stdout] | ^^^^ could not find `DCTL` in `otg_device` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DCFG` in `otg_device` [INFO] [stdout] --> src/bus.rs:368:52 [INFO] [stdout] | [INFO] [stdout] 368 | modify_reg!(otg_device, regs.device(), DCFG, DAD: 0); [INFO] [stdout] | ^^^^ could not find `DCFG` in `otg_device` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DCFG` in `otg_device` [INFO] [stdout] --> src/bus.rs:376:52 [INFO] [stdout] | [INFO] [stdout] 376 | modify_reg!(otg_device, regs.device(), DCFG, DAD: addr as u32); [INFO] [stdout] | ^^^^ could not find `DCFG` in `otg_device` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GINTSTS` in `otg_global` [INFO] [stdout] --> src/bus.rs:435:105 [INFO] [stdout] | [INFO] [stdout] 435 | let (wakeup, suspend, enum_done, reset, iep, rxflvl) = read_reg!(otg_global, regs.global(), GINTSTS, [INFO] [stdout] | ^^^^^^^ could not find `GINTSTS` in `otg_global` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GINTSTS` in `otg_global` [INFO] [stdout] --> src/bus.rs:440:55 [INFO] [stdout] | [INFO] [stdout] 440 | write_reg!(otg_global, regs.global(), GINTSTS, USBRST: 1); [INFO] [stdout] | ^^^^^^^ could not find `GINTSTS` in `otg_global` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GRSTCTL` in `otg_global` [INFO] [stdout] --> src/bus.rs:445:56 [INFO] [stdout] | [INFO] [stdout] 445 | modify_reg!(otg_global, regs.global(), GRSTCTL, RXFFLSH: 1); [INFO] [stdout] | ^^^^^^^ could not find `GRSTCTL` in `otg_global` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GRSTCTL` in `otg_global` [INFO] [stdout] --> src/bus.rs:446:60 [INFO] [stdout] | [INFO] [stdout] 446 | while read_reg!(otg_global, regs.global(), GRSTCTL, RXFFLSH) == 1 {} [INFO] [stdout] | ^^^^^^^ could not find `GRSTCTL` in `otg_global` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GINTSTS` in `otg_global` [INFO] [stdout] --> src/bus.rs:450:55 [INFO] [stdout] | [INFO] [stdout] 450 | write_reg!(otg_global, regs.global(), GINTSTS, ENUMDNE: 1); [INFO] [stdout] | ^^^^^^^ could not find `GINTSTS` in `otg_global` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GINTSTS` in `otg_global` [INFO] [stdout] --> src/bus.rs:455:55 [INFO] [stdout] | [INFO] [stdout] 455 | write_reg!(otg_global, regs.global(), GINTSTS, WKUPINT: 1); [INFO] [stdout] | ^^^^^^^ could not find `GINTSTS` in `otg_global` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GINTSTS` in `otg_global` [INFO] [stdout] --> src/bus.rs:459:55 [INFO] [stdout] | [INFO] [stdout] 459 | write_reg!(otg_global, regs.global(), GINTSTS, USBSUSP: 1); [INFO] [stdout] | ^^^^^^^ could not find `GINTSTS` in `otg_global` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GRXSTSR` in `otg_global` [INFO] [stdout] --> src/bus.rs:471:91 [INFO] [stdout] | [INFO] [stdout] 471 | let (epnum, data_size, status) = read_reg!(otg_global, regs.global(), GRXSTSR, EPNUM, BCNT, PKTSTS); [INFO] [stdout] | ^^^^^^^ could not find `GRXSTSR` in `otg_global` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPTSIZ` in `endpoint_in` [INFO] [stdout] --> src/bus.rs:479:59 [INFO] [stdout] | [INFO] [stdout] 479 | ... if read_reg!(endpoint_in, ep, DIEPTSIZ, PKTCNT) != 0 { [INFO] [stdout] | ^^^^^^^^ could not find `DIEPTSIZ` in `endpoint_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GRSTCTL` in `otg_global` [INFO] [stdout] --> src/bus.rs:480:72 [INFO] [stdout] | [INFO] [stdout] 480 | ... modify_reg!(otg_global, regs.global(), GRSTCTL, TXFNUM: epnum, TXFFLSH: 1); [INFO] [stdout] | ^^^^^^^ could not find `GRSTCTL` in `otg_global` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GRSTCTL` in `otg_global` [INFO] [stdout] --> src/bus.rs:481:76 [INFO] [stdout] | [INFO] [stdout] 481 | ... while read_reg!(otg_global, regs.global(), GRSTCTL, TXFFLSH) == 1 {} [INFO] [stdout] | ^^^^^^^ could not find `GRSTCTL` in `otg_global` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DOEPCTL` in `endpoint_out` [INFO] [stdout] --> src/bus.rs:489:63 [INFO] [stdout] | [INFO] [stdout] 489 | ... modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ^^^^^^^ could not find `DOEPCTL` in `endpoint_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DOEPCTL` in `endpoint_out` [INFO] [stdout] --> src/bus.rs:512:67 [INFO] [stdout] | [INFO] [stdout] 512 | ... modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ^^^^^^^ could not find `DOEPCTL` in `endpoint_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPINT` in `endpoint_in` [INFO] [stdout] --> src/bus.rs:523:64 [INFO] [stdout] | [INFO] [stdout] 523 | ... if read_reg!(endpoint_in, ep_regs, DIEPINT, XFRC) != 0 { [INFO] [stdout] | ^^^^^^^ could not find `DIEPINT` in `endpoint_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPINT` in `endpoint_in` [INFO] [stdout] --> src/bus.rs:524:66 [INFO] [stdout] | [INFO] [stdout] 524 | ... write_reg!(endpoint_in, ep_regs, DIEPINT, XFRC: 1); [INFO] [stdout] | ^^^^^^^ could not find `DIEPINT` in `endpoint_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `crate::target::interrupt`, `crate::target::interrupt` [INFO] [stdout] --> src/bus.rs:9:20 [INFO] [stdout] | [INFO] [stdout] 9 | use crate::target::interrupt::{self, Mutex, CriticalSection}; [INFO] [stdout] | ^^^^^^^^^ ^^^^ no `interrupt` in `target` [INFO] [stdout] | | [INFO] [stdout] | could not find `interrupt` in `target` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: select USB mode feature (fs/hs) [INFO] [stdout] --> src/lib.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | compile_error!("select USB mode feature (fs/hs)"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `crate::target::interrupt`, `crate::target::interrupt` [INFO] [stdout] --> src/endpoint.rs:6:20 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::target::interrupt::{self, CriticalSection, Mutex}; [INFO] [stdout] | ^^^^^^^^^ ^^^^ no `interrupt` in `target` [INFO] [stdout] | | [INFO] [stdout] | could not find `interrupt` in `target` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DOEPCTL` in `endpoint_out` [INFO] [stdout] --> src/endpoint.rs:17:47 [INFO] [stdout] | [INFO] [stdout] 17 | modify_reg!(endpoint_out, ep, DOEPCTL, STALL: stalled as u32); [INFO] [stdout] | ^^^^^^^ could not find `DOEPCTL` in `endpoint_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in` [INFO] [stdout] --> src/endpoint.rs:21:46 [INFO] [stdout] | [INFO] [stdout] 21 | modify_reg!(endpoint_in, ep, DIEPCTL, STALL: stalled as u32); [INFO] [stdout] | ^^^^^^^ could not find `DIEPCTL` in `endpoint_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DOEPCTL` in `endpoint_out` [INFO] [stdout] --> src/endpoint.rs:31:41 [INFO] [stdout] | [INFO] [stdout] 31 | read_reg!(endpoint_out, ep, DOEPCTL, STALL) [INFO] [stdout] | ^^^^^^^ could not find `DOEPCTL` in `endpoint_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in` [INFO] [stdout] --> src/endpoint.rs:35:40 [INFO] [stdout] | [INFO] [stdout] 35 | read_reg!(endpoint_in, ep, DIEPCTL, STALL) [INFO] [stdout] | ^^^^^^^ could not find `DIEPCTL` in `endpoint_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in` [INFO] [stdout] --> src/endpoint.rs:88:43 [INFO] [stdout] | [INFO] [stdout] 88 | write_reg!(endpoint_in, regs, DIEPCTL, MPSIZ: mpsiz as u32, SNAK: 1); [INFO] [stdout] | ^^^^^^^ could not find `DIEPCTL` in `endpoint_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPTSIZ` in `endpoint_in` [INFO] [stdout] --> src/endpoint.rs:89:43 [INFO] [stdout] | [INFO] [stdout] 89 | write_reg!(endpoint_in, regs, DIEPTSIZ, PKTCNT: 0, XFRSIZ: self.descriptor.max_packet_size as u32); [INFO] [stdout] | ^^^^^^^^ could not find `DIEPTSIZ` in `endpoint_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in` [INFO] [stdout] --> src/endpoint.rs:92:43 [INFO] [stdout] | [INFO] [stdout] 92 | write_reg!(endpoint_in, regs, DIEPCTL, [INFO] [stdout] | ^^^^^^^ could not find `DIEPCTL` in `endpoint_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in` [INFO] [stdout] --> src/endpoint.rs:107:40 [INFO] [stdout] | [INFO] [stdout] 107 | modify_reg!(endpoint_in, regs, DIEPCTL, USBAEP: 0); [INFO] [stdout] | ^^^^^^^ could not find `DIEPCTL` in `endpoint_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in` [INFO] [stdout] --> src/endpoint.rs:112:41 [INFO] [stdout] | [INFO] [stdout] 112 | if read_reg!(endpoint_in, regs, DIEPCTL, EPENA) != 0 && self.index() != 0 { [INFO] [stdout] | ^^^^^^^ could not find `DIEPCTL` in `endpoint_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in` [INFO] [stdout] --> src/endpoint.rs:113:44 [INFO] [stdout] | [INFO] [stdout] 113 | modify_reg!(endpoint_in, regs, DIEPCTL, EPDIS: 1) [INFO] [stdout] | ^^^^^^^ could not find `DIEPCTL` in `endpoint_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in` [INFO] [stdout] --> src/endpoint.rs:124:60 [INFO] [stdout] | [INFO] [stdout] 124 | if self.index() != 0 && read_reg!(endpoint_in, ep, DIEPCTL, EPENA) != 0{ [INFO] [stdout] | ^^^^^^^ could not find `DIEPCTL` in `endpoint_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DTXFSTS` in `endpoint_in` [INFO] [stdout] --> src/endpoint.rs:135:56 [INFO] [stdout] | [INFO] [stdout] 135 | if size_words > read_reg!(endpoint_in, ep, DTXFSTS, INEPTFSAV) as usize { [INFO] [stdout] | ^^^^^^^ could not find `DTXFSTS` in `endpoint_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in` [INFO] [stdout] --> src/endpoint.rs:145:38 [INFO] [stdout] | [INFO] [stdout] 145 | modify_reg!(endpoint_in, ep, DIEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ^^^^^^^ could not find `DIEPCTL` in `endpoint_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DOEPTSIZ0` in `endpoint0_out` [INFO] [stdout] --> src/endpoint.rs:177:45 [INFO] [stdout] | [INFO] [stdout] 177 | write_reg!(endpoint0_out, regs, DOEPTSIZ0, STUPCNT: 1, PKTCNT: 1, XFRSIZ: self.descriptor.max_packet_size as u32); [INFO] [stdout] | ^^^^^^^^^ could not find `DOEPTSIZ0` in `endpoint0_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DOEPCTL0` in `endpoint0_out` [INFO] [stdout] --> src/endpoint.rs:178:46 [INFO] [stdout] | [INFO] [stdout] 178 | modify_reg!(endpoint0_out, regs, DOEPCTL0, MPSIZ: mpsiz as u32, EPENA: 1, CNAK: 1); [INFO] [stdout] | ^^^^^^^^ could not find `DOEPCTL0` in `endpoint0_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DOEPCTL` in `endpoint_out` [INFO] [stdout] --> src/endpoint.rs:181:44 [INFO] [stdout] | [INFO] [stdout] 181 | write_reg!(endpoint_out, regs, DOEPCTL, [INFO] [stdout] | ^^^^^^^ could not find `DOEPCTL` in `endpoint_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DOEPCTL` in `endpoint_out` [INFO] [stdout] --> src/endpoint.rs:196:41 [INFO] [stdout] | [INFO] [stdout] 196 | modify_reg!(endpoint_out, regs, DOEPCTL, USBAEP: 0); [INFO] [stdout] | ^^^^^^^ could not find `DOEPCTL` in `endpoint_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DOEPCTL` in `endpoint_out` [INFO] [stdout] --> src/endpoint.rs:199:42 [INFO] [stdout] | [INFO] [stdout] 199 | if read_reg!(endpoint_out, regs, DOEPCTL, EPENA) != 0 && self.index() != 0 { [INFO] [stdout] | ^^^^^^^ could not find `DOEPCTL` in `endpoint_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DOEPCTL` in `endpoint_out` [INFO] [stdout] --> src/endpoint.rs:200:45 [INFO] [stdout] | [INFO] [stdout] 200 | modify_reg!(endpoint_out, regs, DOEPCTL, EPDIS: 1) [INFO] [stdout] | ^^^^^^^ could not find `DOEPCTL` in `endpoint_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPTXFx` in `otg_global_dieptxfx` [INFO] [stdout] --> src/bus.rs:75:55 [INFO] [stdout] | [INFO] [stdout] 75 | write_reg!(otg_global_dieptxfx, dieptxfx, DIEPTXFx, [INFO] [stdout] | ^^^^^^^^ could not find `DIEPTXFx` in `otg_global_dieptxfx` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GRSTCTL` in `otg_global` [INFO] [stdout] --> src/bus.rs:86:48 [INFO] [stdout] | [INFO] [stdout] 86 | modify_reg!(otg_global, regs.global(), GRSTCTL, RXFFLSH: 1, TXFFLSH: 1, TXFNUM: 0x10); [INFO] [stdout] | ^^^^^^^ could not find `GRSTCTL` in `otg_global` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GRSTCTL` in `otg_global` [INFO] [stdout] --> src/bus.rs:87:52 [INFO] [stdout] | [INFO] [stdout] 87 | while read_reg!(otg_global, regs.global(), GRSTCTL, RXFFLSH, TXFFLSH) != (0, 0) {} [INFO] [stdout] | ^^^^^^^ could not find `GRSTCTL` in `otg_global` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DAINTMSK` in `otg_device` [INFO] [stdout] --> src/bus.rs:114:48 [INFO] [stdout] | [INFO] [stdout] 114 | modify_reg!(otg_device, regs.device(), DAINTMSK, IEPM: 0, OEPM: 0); [INFO] [stdout] | ^^^^^^^^ could not find `DAINTMSK` in `otg_device` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GRSTCTL` in `otg_global` [INFO] [stdout] --> src/bus.rs:262:56 [INFO] [stdout] | [INFO] [stdout] 262 | while read_reg!(otg_global, regs.global(), GRSTCTL, AHBIDL) == 0 {} [INFO] [stdout] | ^^^^^^^ could not find `GRSTCTL` in `otg_global` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GCCFG` in `otg_global` [INFO] [stdout] --> src/bus.rs:314:60 [INFO] [stdout] | [INFO] [stdout] 314 | modify_reg!(otg_global, regs.global(), GCCFG, VBUSASEN: 0, VBUSBSEN: 0, SOFOUTEN: 0); [INFO] [stdout] | ^^^^^ could not find `GCCFG` in `otg_global` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DCTL` in `otg_device` [INFO] [stdout] --> src/bus.rs:333:52 [INFO] [stdout] | [INFO] [stdout] 333 | modify_reg!(otg_device, regs.device(), DCTL, SDIS: 1); [INFO] [stdout] | ^^^^ could not find `DCTL` in `otg_device` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DCFG` in `otg_device` [INFO] [stdout] --> src/bus.rs:336:52 [INFO] [stdout] | [INFO] [stdout] 336 | modify_reg!(otg_device, regs.device(), DCFG, [INFO] [stdout] | ^^^^ could not find `DCFG` in `otg_device` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPMSK` in `otg_device` [INFO] [stdout] --> src/bus.rs:341:51 [INFO] [stdout] | [INFO] [stdout] 341 | write_reg!(otg_device, regs.device(), DIEPMSK, XFRCM: 1); [INFO] [stdout] | ^^^^^^^ could not find `DIEPMSK` in `otg_device` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GINTMSK` in `otg_global` [INFO] [stdout] --> src/bus.rs:344:51 [INFO] [stdout] | [INFO] [stdout] 344 | write_reg!(otg_global, regs.global(), GINTMSK, [INFO] [stdout] | ^^^^^^^ could not find `GINTMSK` in `otg_global` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GAHBCFG` in `otg_global` [INFO] [stdout] --> src/bus.rs:354:52 [INFO] [stdout] | [INFO] [stdout] 354 | modify_reg!(otg_global, regs.global(), GAHBCFG, GINT: 1); [INFO] [stdout] | ^^^^^^^ could not find `GAHBCFG` in `otg_global` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GCCFG` in `otg_global` [INFO] [stdout] --> src/bus.rs:357:52 [INFO] [stdout] | [INFO] [stdout] 357 | modify_reg!(otg_global, regs.global(), GCCFG, PWRDWN: 1); [INFO] [stdout] | ^^^^^ could not find `GCCFG` in `otg_global` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DCTL` in `otg_device` [INFO] [stdout] --> src/bus.rs:358:52 [INFO] [stdout] | [INFO] [stdout] 358 | modify_reg!(otg_device, regs.device(), DCTL, SDIS: 0); [INFO] [stdout] | ^^^^ could not find `DCTL` in `otg_device` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DCFG` in `otg_device` [INFO] [stdout] --> src/bus.rs:368:52 [INFO] [stdout] | [INFO] [stdout] 368 | modify_reg!(otg_device, regs.device(), DCFG, DAD: 0); [INFO] [stdout] | ^^^^ could not find `DCFG` in `otg_device` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DCFG` in `otg_device` [INFO] [stdout] --> src/bus.rs:376:52 [INFO] [stdout] | [INFO] [stdout] 376 | modify_reg!(otg_device, regs.device(), DCFG, DAD: addr as u32); [INFO] [stdout] | ^^^^ could not find `DCFG` in `otg_device` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GINTSTS` in `otg_global` [INFO] [stdout] --> src/bus.rs:435:105 [INFO] [stdout] | [INFO] [stdout] 435 | let (wakeup, suspend, enum_done, reset, iep, rxflvl) = read_reg!(otg_global, regs.global(), GINTSTS, [INFO] [stdout] | ^^^^^^^ could not find `GINTSTS` in `otg_global` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GINTSTS` in `otg_global` [INFO] [stdout] --> src/bus.rs:440:55 [INFO] [stdout] | [INFO] [stdout] 440 | write_reg!(otg_global, regs.global(), GINTSTS, USBRST: 1); [INFO] [stdout] | ^^^^^^^ could not find `GINTSTS` in `otg_global` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GRSTCTL` in `otg_global` [INFO] [stdout] --> src/bus.rs:445:56 [INFO] [stdout] | [INFO] [stdout] 445 | modify_reg!(otg_global, regs.global(), GRSTCTL, RXFFLSH: 1); [INFO] [stdout] | ^^^^^^^ could not find `GRSTCTL` in `otg_global` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GRSTCTL` in `otg_global` [INFO] [stdout] --> src/bus.rs:446:60 [INFO] [stdout] | [INFO] [stdout] 446 | while read_reg!(otg_global, regs.global(), GRSTCTL, RXFFLSH) == 1 {} [INFO] [stdout] | ^^^^^^^ could not find `GRSTCTL` in `otg_global` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GINTSTS` in `otg_global` [INFO] [stdout] --> src/bus.rs:450:55 [INFO] [stdout] | [INFO] [stdout] 450 | write_reg!(otg_global, regs.global(), GINTSTS, ENUMDNE: 1); [INFO] [stdout] | ^^^^^^^ could not find `GINTSTS` in `otg_global` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GINTSTS` in `otg_global` [INFO] [stdout] --> src/bus.rs:455:55 [INFO] [stdout] | [INFO] [stdout] 455 | write_reg!(otg_global, regs.global(), GINTSTS, WKUPINT: 1); [INFO] [stdout] | ^^^^^^^ could not find `GINTSTS` in `otg_global` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GINTSTS` in `otg_global` [INFO] [stdout] --> src/bus.rs:459:55 [INFO] [stdout] | [INFO] [stdout] 459 | write_reg!(otg_global, regs.global(), GINTSTS, USBSUSP: 1); [INFO] [stdout] | ^^^^^^^ could not find `GINTSTS` in `otg_global` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GRXSTSR` in `otg_global` [INFO] [stdout] --> src/bus.rs:471:91 [INFO] [stdout] | [INFO] [stdout] 471 | let (epnum, data_size, status) = read_reg!(otg_global, regs.global(), GRXSTSR, EPNUM, BCNT, PKTSTS); [INFO] [stdout] | ^^^^^^^ could not find `GRXSTSR` in `otg_global` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPTSIZ` in `endpoint_in` [INFO] [stdout] --> src/bus.rs:479:59 [INFO] [stdout] | [INFO] [stdout] 479 | ... if read_reg!(endpoint_in, ep, DIEPTSIZ, PKTCNT) != 0 { [INFO] [stdout] | ^^^^^^^^ could not find `DIEPTSIZ` in `endpoint_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GRSTCTL` in `otg_global` [INFO] [stdout] --> src/bus.rs:480:72 [INFO] [stdout] | [INFO] [stdout] 480 | ... modify_reg!(otg_global, regs.global(), GRSTCTL, TXFNUM: epnum, TXFFLSH: 1); [INFO] [stdout] | ^^^^^^^ could not find `GRSTCTL` in `otg_global` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `GRSTCTL` in `otg_global` [INFO] [stdout] --> src/bus.rs:481:76 [INFO] [stdout] | [INFO] [stdout] 481 | ... while read_reg!(otg_global, regs.global(), GRSTCTL, TXFFLSH) == 1 {} [INFO] [stdout] | ^^^^^^^ could not find `GRSTCTL` in `otg_global` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DOEPCTL` in `endpoint_out` [INFO] [stdout] --> src/bus.rs:489:63 [INFO] [stdout] | [INFO] [stdout] 489 | ... modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ^^^^^^^ could not find `DOEPCTL` in `endpoint_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DOEPCTL` in `endpoint_out` [INFO] [stdout] --> src/bus.rs:512:67 [INFO] [stdout] | [INFO] [stdout] 512 | ... modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ^^^^^^^ could not find `DOEPCTL` in `endpoint_out` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPINT` in `endpoint_in` [INFO] [stdout] --> src/bus.rs:523:64 [INFO] [stdout] | [INFO] [stdout] 523 | ... if read_reg!(endpoint_in, ep_regs, DIEPINT, XFRC) != 0 { [INFO] [stdout] | ^^^^^^^ could not find `DIEPINT` in `endpoint_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `DIEPINT` in `endpoint_in` [INFO] [stdout] --> src/bus.rs:524:66 [INFO] [stdout] | [INFO] [stdout] 524 | ... write_reg!(endpoint_in, ep_regs, DIEPINT, XFRC: 1); [INFO] [stdout] | ^^^^^^^ could not find `DIEPINT` in `endpoint_in` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `crate::target::interrupt`, `crate::target::interrupt` [INFO] [stdout] --> src/bus.rs:9:20 [INFO] [stdout] | [INFO] [stdout] 9 | use crate::target::interrupt::{self, Mutex, CriticalSection}; [INFO] [stdout] | ^^^^^^^^^ ^^^^ no `interrupt` in `target` [INFO] [stdout] | | [INFO] [stdout] | could not find `interrupt` in `target` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:17:17 [INFO] [stdout] | [INFO] [stdout] 17 | modify_reg!(endpoint_out, ep, DOEPCTL, STALL: stalled as u32); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:17:17 [INFO] [stdout] | [INFO] [stdout] 17 | modify_reg!(endpoint_out, ep, DOEPCTL, STALL: stalled as u32); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:17:17 [INFO] [stdout] | [INFO] [stdout] 17 | modify_reg!(endpoint_out, ep, DOEPCTL, STALL: stalled as u32); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:21:17 [INFO] [stdout] | [INFO] [stdout] 21 | modify_reg!(endpoint_in, ep, DIEPCTL, STALL: stalled as u32); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:21:17 [INFO] [stdout] | [INFO] [stdout] 21 | modify_reg!(endpoint_in, ep, DIEPCTL, STALL: stalled as u32); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:21:17 [INFO] [stdout] | [INFO] [stdout] 21 | modify_reg!(endpoint_in, ep, DIEPCTL, STALL: stalled as u32); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:31:13 [INFO] [stdout] | [INFO] [stdout] 31 | read_reg!(endpoint_out, ep, DOEPCTL, STALL) [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:31:13 [INFO] [stdout] | [INFO] [stdout] 31 | read_reg!(endpoint_out, ep, DOEPCTL, STALL) [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:35:13 [INFO] [stdout] | [INFO] [stdout] 35 | read_reg!(endpoint_in, ep, DIEPCTL, STALL) [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:35:13 [INFO] [stdout] | [INFO] [stdout] 35 | read_reg!(endpoint_in, ep, DIEPCTL, STALL) [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:256:86 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:88:13 [INFO] [stdout] | [INFO] [stdout] 88 | write_reg!(endpoint_in, regs, DIEPCTL, MPSIZ: mpsiz as u32, SNAK: 1); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:256:96 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:88:13 [INFO] [stdout] | [INFO] [stdout] 88 | write_reg!(endpoint_in, regs, DIEPCTL, MPSIZ: mpsiz as u32, SNAK: 1); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:256:86 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:89:13 [INFO] [stdout] | [INFO] [stdout] 89 | write_reg!(endpoint_in, regs, DIEPTSIZ, PKTCNT: 0, XFRSIZ: self.descriptor.max_packet_size as u32); [INFO] [stdout] | --------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:256:96 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:89:13 [INFO] [stdout] | [INFO] [stdout] 89 | write_reg!(endpoint_in, regs, DIEPTSIZ, PKTCNT: 0, XFRSIZ: self.descriptor.max_packet_size as u32); [INFO] [stdout] | --------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:256:86 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:92:13 [INFO] [stdout] | [INFO] [stdout] 92 | / write_reg!(endpoint_in, regs, DIEPCTL, [INFO] [stdout] 93 | | SNAK: 1, [INFO] [stdout] 94 | | USBAEP: 1, [INFO] [stdout] 95 | | EPTYP: self.descriptor.ep_type as u32, [INFO] [stdout] ... | [INFO] [stdout] 98 | | MPSIZ: self.descriptor.max_packet_size as u32 [INFO] [stdout] 99 | | ); [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:256:96 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:92:13 [INFO] [stdout] | [INFO] [stdout] 92 | / write_reg!(endpoint_in, regs, DIEPCTL, [INFO] [stdout] 93 | | SNAK: 1, [INFO] [stdout] 94 | | USBAEP: 1, [INFO] [stdout] 95 | | EPTYP: self.descriptor.ep_type as u32, [INFO] [stdout] ... | [INFO] [stdout] 98 | | MPSIZ: self.descriptor.max_packet_size as u32 [INFO] [stdout] 99 | | ); [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 107 | modify_reg!(endpoint_in, regs, DIEPCTL, USBAEP: 0); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 107 | modify_reg!(endpoint_in, regs, DIEPCTL, USBAEP: 0); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 107 | modify_reg!(endpoint_in, regs, DIEPCTL, USBAEP: 0); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:112:12 [INFO] [stdout] | [INFO] [stdout] 112 | if read_reg!(endpoint_in, regs, DIEPCTL, EPENA) != 0 && self.index() != 0 { [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:112:12 [INFO] [stdout] | [INFO] [stdout] 112 | if read_reg!(endpoint_in, regs, DIEPCTL, EPENA) != 0 && self.index() != 0 { [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:113:13 [INFO] [stdout] | [INFO] [stdout] 113 | modify_reg!(endpoint_in, regs, DIEPCTL, EPDIS: 1) [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:113:13 [INFO] [stdout] | [INFO] [stdout] 113 | modify_reg!(endpoint_in, regs, DIEPCTL, EPDIS: 1) [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:113:13 [INFO] [stdout] | [INFO] [stdout] 113 | modify_reg!(endpoint_in, regs, DIEPCTL, EPDIS: 1) [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:124:33 [INFO] [stdout] | [INFO] [stdout] 124 | if self.index() != 0 && read_reg!(endpoint_in, ep, DIEPCTL, EPENA) != 0{ [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:124:33 [INFO] [stdout] | [INFO] [stdout] 124 | if self.index() != 0 && read_reg!(endpoint_in, ep, DIEPCTL, EPENA) != 0{ [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:135:29 [INFO] [stdout] | [INFO] [stdout] 135 | if size_words > read_reg!(endpoint_in, ep, DTXFSTS, INEPTFSAV) as usize { [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:135:29 [INFO] [stdout] | [INFO] [stdout] 135 | if size_words > read_reg!(endpoint_in, ep, DTXFSTS, INEPTFSAV) as usize { [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:145:9 [INFO] [stdout] | [INFO] [stdout] 145 | modify_reg!(endpoint_in, ep, DIEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:145:9 [INFO] [stdout] | [INFO] [stdout] 145 | modify_reg!(endpoint_in, ep, DIEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:145:9 [INFO] [stdout] | [INFO] [stdout] 145 | modify_reg!(endpoint_in, ep, DIEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:256:86 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:177:13 [INFO] [stdout] | [INFO] [stdout] 177 | write_reg!(endpoint0_out, regs, DOEPTSIZ0, STUPCNT: 1, PKTCNT: 1, XFRSIZ: self.descriptor.max_packet_size as u32); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:256:96 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:177:13 [INFO] [stdout] | [INFO] [stdout] 177 | write_reg!(endpoint0_out, regs, DOEPTSIZ0, STUPCNT: 1, PKTCNT: 1, XFRSIZ: self.descriptor.max_packet_size as u32); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:178:13 [INFO] [stdout] | [INFO] [stdout] 178 | modify_reg!(endpoint0_out, regs, DOEPCTL0, MPSIZ: mpsiz as u32, EPENA: 1, CNAK: 1); [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:178:13 [INFO] [stdout] | [INFO] [stdout] 178 | modify_reg!(endpoint0_out, regs, DOEPCTL0, MPSIZ: mpsiz as u32, EPENA: 1, CNAK: 1); [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:178:13 [INFO] [stdout] | [INFO] [stdout] 178 | modify_reg!(endpoint0_out, regs, DOEPCTL0, MPSIZ: mpsiz as u32, EPENA: 1, CNAK: 1); [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:256:86 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:181:13 [INFO] [stdout] | [INFO] [stdout] 181 | / write_reg!(endpoint_out, regs, DOEPCTL, [INFO] [stdout] 182 | | SD0PID_SEVNFRM: 1, [INFO] [stdout] 183 | | CNAK: 1, [INFO] [stdout] 184 | | EPENA: 1, [INFO] [stdout] ... | [INFO] [stdout] 187 | | MPSIZ: self.descriptor.max_packet_size as u32 [INFO] [stdout] 188 | | ); [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:256:96 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:181:13 [INFO] [stdout] | [INFO] [stdout] 181 | / write_reg!(endpoint_out, regs, DOEPCTL, [INFO] [stdout] 182 | | SD0PID_SEVNFRM: 1, [INFO] [stdout] 183 | | CNAK: 1, [INFO] [stdout] 184 | | EPENA: 1, [INFO] [stdout] ... | [INFO] [stdout] 187 | | MPSIZ: self.descriptor.max_packet_size as u32 [INFO] [stdout] 188 | | ); [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:196:9 [INFO] [stdout] | [INFO] [stdout] 196 | modify_reg!(endpoint_out, regs, DOEPCTL, USBAEP: 0); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:196:9 [INFO] [stdout] | [INFO] [stdout] 196 | modify_reg!(endpoint_out, regs, DOEPCTL, USBAEP: 0); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:196:9 [INFO] [stdout] | [INFO] [stdout] 196 | modify_reg!(endpoint_out, regs, DOEPCTL, USBAEP: 0); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:199:12 [INFO] [stdout] | [INFO] [stdout] 199 | if read_reg!(endpoint_out, regs, DOEPCTL, EPENA) != 0 && self.index() != 0 { [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:199:12 [INFO] [stdout] | [INFO] [stdout] 199 | if read_reg!(endpoint_out, regs, DOEPCTL, EPENA) != 0 && self.index() != 0 { [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:200:13 [INFO] [stdout] | [INFO] [stdout] 200 | modify_reg!(endpoint_out, regs, DOEPCTL, EPDIS: 1) [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:17:17 [INFO] [stdout] | [INFO] [stdout] 17 | modify_reg!(endpoint_out, ep, DOEPCTL, STALL: stalled as u32); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:200:13 [INFO] [stdout] | [INFO] [stdout] 200 | modify_reg!(endpoint_out, regs, DOEPCTL, EPDIS: 1) [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:17:17 [INFO] [stdout] | [INFO] [stdout] 17 | modify_reg!(endpoint_out, ep, DOEPCTL, STALL: stalled as u32); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:200:13 [INFO] [stdout] | [INFO] [stdout] 200 | modify_reg!(endpoint_out, regs, DOEPCTL, EPDIS: 1) [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RegisterBlock` in module `otg_global` [INFO] [stdout] --> src/target.rs:50:50 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn global(&self) -> &'static otg_global::RegisterBlock { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `otg_global` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 3 | use crate::ral::endpoint0_out::RegisterBlock; [INFO] [stdout] | [INFO] [stdout] 3 | use crate::ral::endpoint_in::RegisterBlock; [INFO] [stdout] | [INFO] [stdout] 3 | use crate::ral::endpoint_out::RegisterBlock; [INFO] [stdout] | [INFO] [stdout] 3 | use crate::ral::otg_global_dieptxfx::RegisterBlock; [INFO] [stdout] | [INFO] [stdout] and 7 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RegisterBlock` in module `otg_device` [INFO] [stdout] --> src/target.rs:55:50 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn device(&self) -> &'static otg_device::RegisterBlock { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `otg_device` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 3 | use crate::ral::endpoint0_out::RegisterBlock; [INFO] [stdout] | [INFO] [stdout] 3 | use crate::ral::endpoint_in::RegisterBlock; [INFO] [stdout] | [INFO] [stdout] 3 | use crate::ral::endpoint_out::RegisterBlock; [INFO] [stdout] | [INFO] [stdout] 3 | use crate::ral::otg_global_dieptxfx::RegisterBlock; [INFO] [stdout] | [INFO] [stdout] and 7 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:256:86 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:75:13 [INFO] [stdout] | [INFO] [stdout] 75 | / write_reg!(otg_global_dieptxfx, dieptxfx, DIEPTXFx, [INFO] [stdout] 76 | | INEPTXFD: fifo_size as u32, [INFO] [stdout] 77 | | INEPTXSA: fifo_top as u32 [INFO] [stdout] 78 | | ); [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:256:96 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:75:13 [INFO] [stdout] | [INFO] [stdout] 75 | / write_reg!(otg_global_dieptxfx, dieptxfx, DIEPTXFx, [INFO] [stdout] 76 | | INEPTXFD: fifo_size as u32, [INFO] [stdout] 77 | | INEPTXSA: fifo_top as u32 [INFO] [stdout] 78 | | ); [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:17:17 [INFO] [stdout] | [INFO] [stdout] 17 | modify_reg!(endpoint_out, ep, DOEPCTL, STALL: stalled as u32); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:21:17 [INFO] [stdout] | [INFO] [stdout] 21 | modify_reg!(endpoint_in, ep, DIEPCTL, STALL: stalled as u32); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | modify_reg!(otg_global, regs.global(), GRSTCTL, RXFFLSH: 1, TXFFLSH: 1, TXFNUM: 0x10); [INFO] [stdout] | -------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | modify_reg!(otg_global, regs.global(), GRSTCTL, RXFFLSH: 1, TXFFLSH: 1, TXFNUM: 0x10); [INFO] [stdout] | -------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | modify_reg!(otg_global, regs.global(), GRSTCTL, RXFFLSH: 1, TXFFLSH: 1, TXFNUM: 0x10); [INFO] [stdout] | -------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:21:17 [INFO] [stdout] | [INFO] [stdout] 21 | modify_reg!(endpoint_in, ep, DIEPCTL, STALL: stalled as u32); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:21:17 [INFO] [stdout] | [INFO] [stdout] 21 | modify_reg!(endpoint_in, ep, DIEPCTL, STALL: stalled as u32); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:87:15 [INFO] [stdout] | [INFO] [stdout] 87 | while read_reg!(otg_global, regs.global(), GRSTCTL, RXFFLSH, TXFFLSH) != (0, 0) {} [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:87:15 [INFO] [stdout] | [INFO] [stdout] 87 | while read_reg!(otg_global, regs.global(), GRSTCTL, RXFFLSH, TXFFLSH) != (0, 0) {} [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:31:13 [INFO] [stdout] | [INFO] [stdout] 31 | read_reg!(endpoint_out, ep, DOEPCTL, STALL) [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | modify_reg!(otg_device, regs.device(), DAINTMSK, IEPM: 0, OEPM: 0); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:31:13 [INFO] [stdout] | [INFO] [stdout] 31 | read_reg!(endpoint_out, ep, DOEPCTL, STALL) [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | modify_reg!(otg_device, regs.device(), DAINTMSK, IEPM: 0, OEPM: 0); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:35:13 [INFO] [stdout] | [INFO] [stdout] 35 | read_reg!(endpoint_in, ep, DIEPCTL, STALL) [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | modify_reg!(otg_device, regs.device(), DAINTMSK, IEPM: 0, OEPM: 0); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:262:19 [INFO] [stdout] | [INFO] [stdout] 262 | while read_reg!(otg_global, regs.global(), GRSTCTL, AHBIDL) == 0 {} [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:35:13 [INFO] [stdout] | [INFO] [stdout] 35 | read_reg!(endpoint_in, ep, DIEPCTL, STALL) [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:262:19 [INFO] [stdout] | [INFO] [stdout] 262 | while read_reg!(otg_global, regs.global(), GRSTCTL, AHBIDL) == 0 {} [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:256:86 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:88:13 [INFO] [stdout] | [INFO] [stdout] 88 | write_reg!(endpoint_in, regs, DIEPCTL, MPSIZ: mpsiz as u32, SNAK: 1); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:314:21 [INFO] [stdout] | [INFO] [stdout] 314 | modify_reg!(otg_global, regs.global(), GCCFG, VBUSASEN: 0, VBUSBSEN: 0, SOFOUTEN: 0); [INFO] [stdout] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:256:96 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:88:13 [INFO] [stdout] | [INFO] [stdout] 88 | write_reg!(endpoint_in, regs, DIEPCTL, MPSIZ: mpsiz as u32, SNAK: 1); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:314:21 [INFO] [stdout] | [INFO] [stdout] 314 | modify_reg!(otg_global, regs.global(), GCCFG, VBUSASEN: 0, VBUSBSEN: 0, SOFOUTEN: 0); [INFO] [stdout] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:314:21 [INFO] [stdout] | [INFO] [stdout] 314 | modify_reg!(otg_global, regs.global(), GCCFG, VBUSASEN: 0, VBUSBSEN: 0, SOFOUTEN: 0); [INFO] [stdout] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:256:86 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:89:13 [INFO] [stdout] | [INFO] [stdout] 89 | write_reg!(endpoint_in, regs, DIEPTSIZ, PKTCNT: 0, XFRSIZ: self.descriptor.max_packet_size as u32); [INFO] [stdout] | --------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:333:13 [INFO] [stdout] | [INFO] [stdout] 333 | modify_reg!(otg_device, regs.device(), DCTL, SDIS: 1); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:256:96 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:89:13 [INFO] [stdout] | [INFO] [stdout] 89 | write_reg!(endpoint_in, regs, DIEPTSIZ, PKTCNT: 0, XFRSIZ: self.descriptor.max_packet_size as u32); [INFO] [stdout] | --------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:333:13 [INFO] [stdout] | [INFO] [stdout] 333 | modify_reg!(otg_device, regs.device(), DCTL, SDIS: 1); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:256:86 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:92:13 [INFO] [stdout] | [INFO] [stdout] 92 | / write_reg!(endpoint_in, regs, DIEPCTL, [INFO] [stdout] 93 | | SNAK: 1, [INFO] [stdout] 94 | | USBAEP: 1, [INFO] [stdout] 95 | | EPTYP: self.descriptor.ep_type as u32, [INFO] [stdout] ... | [INFO] [stdout] 98 | | MPSIZ: self.descriptor.max_packet_size as u32 [INFO] [stdout] 99 | | ); [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:333:13 [INFO] [stdout] | [INFO] [stdout] 333 | modify_reg!(otg_device, regs.device(), DCTL, SDIS: 1); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:336:13 [INFO] [stdout] | [INFO] [stdout] 336 | / modify_reg!(otg_device, regs.device(), DCFG, [INFO] [stdout] 337 | | DSPD: 0b11 // Device speed: Full speed [INFO] [stdout] 338 | | ); [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:256:96 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:92:13 [INFO] [stdout] | [INFO] [stdout] 92 | / write_reg!(endpoint_in, regs, DIEPCTL, [INFO] [stdout] 93 | | SNAK: 1, [INFO] [stdout] 94 | | USBAEP: 1, [INFO] [stdout] 95 | | EPTYP: self.descriptor.ep_type as u32, [INFO] [stdout] ... | [INFO] [stdout] 98 | | MPSIZ: self.descriptor.max_packet_size as u32 [INFO] [stdout] 99 | | ); [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 107 | modify_reg!(endpoint_in, regs, DIEPCTL, USBAEP: 0); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:336:13 [INFO] [stdout] | [INFO] [stdout] 336 | / modify_reg!(otg_device, regs.device(), DCFG, [INFO] [stdout] 337 | | DSPD: 0b11 // Device speed: Full speed [INFO] [stdout] 338 | | ); [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:336:13 [INFO] [stdout] | [INFO] [stdout] 336 | / modify_reg!(otg_device, regs.device(), DCFG, [INFO] [stdout] 337 | | DSPD: 0b11 // Device speed: Full speed [INFO] [stdout] 338 | | ); [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 107 | modify_reg!(endpoint_in, regs, DIEPCTL, USBAEP: 0); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:256:86 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:341:13 [INFO] [stdout] | [INFO] [stdout] 341 | write_reg!(otg_device, regs.device(), DIEPMSK, XFRCM: 1); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 107 | modify_reg!(endpoint_in, regs, DIEPCTL, USBAEP: 0); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:256:96 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:341:13 [INFO] [stdout] | [INFO] [stdout] 341 | write_reg!(otg_device, regs.device(), DIEPMSK, XFRCM: 1); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:112:12 [INFO] [stdout] | [INFO] [stdout] 112 | if read_reg!(endpoint_in, regs, DIEPCTL, EPENA) != 0 && self.index() != 0 { [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:256:86 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:344:13 [INFO] [stdout] | [INFO] [stdout] 344 | / write_reg!(otg_global, regs.global(), GINTMSK, [INFO] [stdout] 345 | | USBRST: 1, ENUMDNEM: 1, [INFO] [stdout] 346 | | USBSUSPM: 1, WUIM: 1, [INFO] [stdout] 347 | | IEPINT: 1, RXFLVLM: 1 [INFO] [stdout] 348 | | ); [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:256:96 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:344:13 [INFO] [stdout] | [INFO] [stdout] 344 | / write_reg!(otg_global, regs.global(), GINTMSK, [INFO] [stdout] 345 | | USBRST: 1, ENUMDNEM: 1, [INFO] [stdout] 346 | | USBSUSPM: 1, WUIM: 1, [INFO] [stdout] 347 | | IEPINT: 1, RXFLVLM: 1 [INFO] [stdout] 348 | | ); [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:112:12 [INFO] [stdout] | [INFO] [stdout] 112 | if read_reg!(endpoint_in, regs, DIEPCTL, EPENA) != 0 && self.index() != 0 { [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:113:13 [INFO] [stdout] | [INFO] [stdout] 113 | modify_reg!(endpoint_in, regs, DIEPCTL, EPDIS: 1) [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:354:13 [INFO] [stdout] | [INFO] [stdout] 354 | modify_reg!(otg_global, regs.global(), GAHBCFG, GINT: 1); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:113:13 [INFO] [stdout] | [INFO] [stdout] 113 | modify_reg!(endpoint_in, regs, DIEPCTL, EPDIS: 1) [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:354:13 [INFO] [stdout] | [INFO] [stdout] 354 | modify_reg!(otg_global, regs.global(), GAHBCFG, GINT: 1); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:354:13 [INFO] [stdout] | [INFO] [stdout] 354 | modify_reg!(otg_global, regs.global(), GAHBCFG, GINT: 1); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:113:13 [INFO] [stdout] | [INFO] [stdout] 113 | modify_reg!(endpoint_in, regs, DIEPCTL, EPDIS: 1) [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:124:33 [INFO] [stdout] | [INFO] [stdout] 124 | if self.index() != 0 && read_reg!(endpoint_in, ep, DIEPCTL, EPENA) != 0{ [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:357:13 [INFO] [stdout] | [INFO] [stdout] 357 | modify_reg!(otg_global, regs.global(), GCCFG, PWRDWN: 1); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:124:33 [INFO] [stdout] | [INFO] [stdout] 124 | if self.index() != 0 && read_reg!(endpoint_in, ep, DIEPCTL, EPENA) != 0{ [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:357:13 [INFO] [stdout] | [INFO] [stdout] 357 | modify_reg!(otg_global, regs.global(), GCCFG, PWRDWN: 1); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:135:29 [INFO] [stdout] | [INFO] [stdout] 135 | if size_words > read_reg!(endpoint_in, ep, DTXFSTS, INEPTFSAV) as usize { [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:357:13 [INFO] [stdout] | [INFO] [stdout] 357 | modify_reg!(otg_global, regs.global(), GCCFG, PWRDWN: 1); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:358:13 [INFO] [stdout] | [INFO] [stdout] 358 | modify_reg!(otg_device, regs.device(), DCTL, SDIS: 0); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:135:29 [INFO] [stdout] | [INFO] [stdout] 135 | if size_words > read_reg!(endpoint_in, ep, DTXFSTS, INEPTFSAV) as usize { [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:358:13 [INFO] [stdout] | [INFO] [stdout] 358 | modify_reg!(otg_device, regs.device(), DCTL, SDIS: 0); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:145:9 [INFO] [stdout] | [INFO] [stdout] 145 | modify_reg!(endpoint_in, ep, DIEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:358:13 [INFO] [stdout] | [INFO] [stdout] 358 | modify_reg!(otg_device, regs.device(), DCTL, SDIS: 0); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:368:13 [INFO] [stdout] | [INFO] [stdout] 368 | modify_reg!(otg_device, regs.device(), DCFG, DAD: 0); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:145:9 [INFO] [stdout] | [INFO] [stdout] 145 | modify_reg!(endpoint_in, ep, DIEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:145:9 [INFO] [stdout] | [INFO] [stdout] 145 | modify_reg!(endpoint_in, ep, DIEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:256:86 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:177:13 [INFO] [stdout] | [INFO] [stdout] 177 | write_reg!(endpoint0_out, regs, DOEPTSIZ0, STUPCNT: 1, PKTCNT: 1, XFRSIZ: self.descriptor.max_packet_size as u32); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:368:13 [INFO] [stdout] | [INFO] [stdout] 368 | modify_reg!(otg_device, regs.device(), DCFG, DAD: 0); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:256:96 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:177:13 [INFO] [stdout] | [INFO] [stdout] 177 | write_reg!(endpoint0_out, regs, DOEPTSIZ0, STUPCNT: 1, PKTCNT: 1, XFRSIZ: self.descriptor.max_packet_size as u32); [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:178:13 [INFO] [stdout] | [INFO] [stdout] 178 | modify_reg!(endpoint0_out, regs, DOEPCTL0, MPSIZ: mpsiz as u32, EPENA: 1, CNAK: 1); [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:368:13 [INFO] [stdout] | [INFO] [stdout] 368 | modify_reg!(otg_device, regs.device(), DCFG, DAD: 0); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:376:13 [INFO] [stdout] | [INFO] [stdout] 376 | modify_reg!(otg_device, regs.device(), DCFG, DAD: addr as u32); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:178:13 [INFO] [stdout] | [INFO] [stdout] 178 | modify_reg!(endpoint0_out, regs, DOEPCTL0, MPSIZ: mpsiz as u32, EPENA: 1, CNAK: 1); [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:178:13 [INFO] [stdout] | [INFO] [stdout] 178 | modify_reg!(endpoint0_out, regs, DOEPCTL0, MPSIZ: mpsiz as u32, EPENA: 1, CNAK: 1); [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:376:13 [INFO] [stdout] | [INFO] [stdout] 376 | modify_reg!(otg_device, regs.device(), DCFG, DAD: addr as u32); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:376:13 [INFO] [stdout] | [INFO] [stdout] 376 | modify_reg!(otg_device, regs.device(), DCFG, DAD: addr as u32); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:256:86 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:181:13 [INFO] [stdout] | [INFO] [stdout] 181 | / write_reg!(endpoint_out, regs, DOEPCTL, [INFO] [stdout] 182 | | SD0PID_SEVNFRM: 1, [INFO] [stdout] 183 | | CNAK: 1, [INFO] [stdout] 184 | | EPENA: 1, [INFO] [stdout] ... | [INFO] [stdout] 187 | | MPSIZ: self.descriptor.max_packet_size as u32 [INFO] [stdout] 188 | | ); [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:256:96 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:181:13 [INFO] [stdout] | [INFO] [stdout] 181 | / write_reg!(endpoint_out, regs, DOEPCTL, [INFO] [stdout] 182 | | SD0PID_SEVNFRM: 1, [INFO] [stdout] 183 | | CNAK: 1, [INFO] [stdout] 184 | | EPENA: 1, [INFO] [stdout] ... | [INFO] [stdout] 187 | | MPSIZ: self.descriptor.max_packet_size as u32 [INFO] [stdout] 188 | | ); [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:435:68 [INFO] [stdout] | [INFO] [stdout] 435 | let (wakeup, suspend, enum_done, reset, iep, rxflvl) = read_reg!(otg_global, regs.global(), GINTSTS, [INFO] [stdout] | ____________________________________________________________________- [INFO] [stdout] 436 | | WKUPINT, USBSUSP, ENUMDNE, USBRST, IEPINT, RXFLVL [INFO] [stdout] 437 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:196:9 [INFO] [stdout] | [INFO] [stdout] 196 | modify_reg!(endpoint_out, regs, DOEPCTL, USBAEP: 0); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:196:9 [INFO] [stdout] | [INFO] [stdout] 196 | modify_reg!(endpoint_out, regs, DOEPCTL, USBAEP: 0); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:196:9 [INFO] [stdout] | [INFO] [stdout] 196 | modify_reg!(endpoint_out, regs, DOEPCTL, USBAEP: 0); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:435:68 [INFO] [stdout] | [INFO] [stdout] 435 | let (wakeup, suspend, enum_done, reset, iep, rxflvl) = read_reg!(otg_global, regs.global(), GINTSTS, [INFO] [stdout] | ____________________________________________________________________- [INFO] [stdout] 436 | | WKUPINT, USBSUSP, ENUMDNE, USBRST, IEPINT, RXFLVL [INFO] [stdout] 437 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:199:12 [INFO] [stdout] | [INFO] [stdout] 199 | if read_reg!(endpoint_out, regs, DOEPCTL, EPENA) != 0 && self.index() != 0 { [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:256:86 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:440:17 [INFO] [stdout] | [INFO] [stdout] 440 | write_reg!(otg_global, regs.global(), GINTSTS, USBRST: 1); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:199:12 [INFO] [stdout] | [INFO] [stdout] 199 | if read_reg!(endpoint_out, regs, DOEPCTL, EPENA) != 0 && self.index() != 0 { [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:256:96 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:440:17 [INFO] [stdout] | [INFO] [stdout] 440 | write_reg!(otg_global, regs.global(), GINTSTS, USBRST: 1); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:200:13 [INFO] [stdout] | [INFO] [stdout] 200 | modify_reg!(endpoint_out, regs, DOEPCTL, EPDIS: 1) [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:445:17 [INFO] [stdout] | [INFO] [stdout] 445 | modify_reg!(otg_global, regs.global(), GRSTCTL, RXFFLSH: 1); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:445:17 [INFO] [stdout] | [INFO] [stdout] 445 | modify_reg!(otg_global, regs.global(), GRSTCTL, RXFFLSH: 1); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:445:17 [INFO] [stdout] | [INFO] [stdout] 445 | modify_reg!(otg_global, regs.global(), GRSTCTL, RXFFLSH: 1); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:200:13 [INFO] [stdout] | [INFO] [stdout] 200 | modify_reg!(endpoint_out, regs, DOEPCTL, EPDIS: 1) [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:200:13 [INFO] [stdout] | [INFO] [stdout] 200 | modify_reg!(endpoint_out, regs, DOEPCTL, EPDIS: 1) [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RegisterBlock` in module `otg_global` [INFO] [stdout] --> src/target.rs:50:50 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn global(&self) -> &'static otg_global::RegisterBlock { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `otg_global` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 3 | use crate::ral::endpoint0_out::RegisterBlock; [INFO] [stdout] | [INFO] [stdout] 3 | use crate::ral::endpoint_in::RegisterBlock; [INFO] [stdout] | [INFO] [stdout] 3 | use crate::ral::endpoint_out::RegisterBlock; [INFO] [stdout] | [INFO] [stdout] 3 | use crate::ral::otg_global_dieptxfx::RegisterBlock; [INFO] [stdout] | [INFO] [stdout] and 7 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RegisterBlock` in module `otg_device` [INFO] [stdout] --> src/target.rs:55:50 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn device(&self) -> &'static otg_device::RegisterBlock { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `otg_device` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 3 | use crate::ral::endpoint0_out::RegisterBlock; [INFO] [stdout] | [INFO] [stdout] 3 | use crate::ral::endpoint_in::RegisterBlock; [INFO] [stdout] | [INFO] [stdout] 3 | use crate::ral::endpoint_out::RegisterBlock; [INFO] [stdout] | [INFO] [stdout] 3 | use crate::ral::otg_global_dieptxfx::RegisterBlock; [INFO] [stdout] | [INFO] [stdout] and 7 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:446:23 [INFO] [stdout] | [INFO] [stdout] 446 | while read_reg!(otg_global, regs.global(), GRSTCTL, RXFFLSH) == 1 {} [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:446:23 [INFO] [stdout] | [INFO] [stdout] 446 | while read_reg!(otg_global, regs.global(), GRSTCTL, RXFFLSH) == 1 {} [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:256:86 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:450:17 [INFO] [stdout] | [INFO] [stdout] 450 | write_reg!(otg_global, regs.global(), GINTSTS, ENUMDNE: 1); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:256:96 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:450:17 [INFO] [stdout] | [INFO] [stdout] 450 | write_reg!(otg_global, regs.global(), GINTSTS, ENUMDNE: 1); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:256:86 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:75:13 [INFO] [stdout] | [INFO] [stdout] 75 | / write_reg!(otg_global_dieptxfx, dieptxfx, DIEPTXFx, [INFO] [stdout] 76 | | INEPTXFD: fifo_size as u32, [INFO] [stdout] 77 | | INEPTXSA: fifo_top as u32 [INFO] [stdout] 78 | | ); [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:256:86 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:455:17 [INFO] [stdout] | [INFO] [stdout] 455 | write_reg!(otg_global, regs.global(), GINTSTS, WKUPINT: 1); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:256:96 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:455:17 [INFO] [stdout] | [INFO] [stdout] 455 | write_reg!(otg_global, regs.global(), GINTSTS, WKUPINT: 1); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:256:96 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:75:13 [INFO] [stdout] | [INFO] [stdout] 75 | / write_reg!(otg_global_dieptxfx, dieptxfx, DIEPTXFx, [INFO] [stdout] 76 | | INEPTXFD: fifo_size as u32, [INFO] [stdout] 77 | | INEPTXSA: fifo_top as u32 [INFO] [stdout] 78 | | ); [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:256:86 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:459:17 [INFO] [stdout] | [INFO] [stdout] 459 | write_reg!(otg_global, regs.global(), GINTSTS, USBSUSP: 1); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | modify_reg!(otg_global, regs.global(), GRSTCTL, RXFFLSH: 1, TXFFLSH: 1, TXFNUM: 0x10); [INFO] [stdout] | -------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | modify_reg!(otg_global, regs.global(), GRSTCTL, RXFFLSH: 1, TXFFLSH: 1, TXFNUM: 0x10); [INFO] [stdout] | -------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:256:96 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:459:17 [INFO] [stdout] | [INFO] [stdout] 459 | write_reg!(otg_global, regs.global(), GINTSTS, USBSUSP: 1); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | modify_reg!(otg_global, regs.global(), GRSTCTL, RXFFLSH: 1, TXFFLSH: 1, TXFNUM: 0x10); [INFO] [stdout] | -------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:471:54 [INFO] [stdout] | [INFO] [stdout] 471 | let (epnum, data_size, status) = read_reg!(otg_global, regs.global(), GRXSTSR, EPNUM, BCNT, PKTSTS); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:471:54 [INFO] [stdout] | [INFO] [stdout] 471 | let (epnum, data_size, status) = read_reg!(otg_global, regs.global(), GRXSTSR, EPNUM, BCNT, PKTSTS); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:87:15 [INFO] [stdout] | [INFO] [stdout] 87 | while read_reg!(otg_global, regs.global(), GRSTCTL, RXFFLSH, TXFFLSH) != (0, 0) {} [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:87:15 [INFO] [stdout] | [INFO] [stdout] 87 | while read_reg!(otg_global, regs.global(), GRSTCTL, RXFFLSH, TXFFLSH) != (0, 0) {} [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | modify_reg!(otg_device, regs.device(), DAINTMSK, IEPM: 0, OEPM: 0); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | modify_reg!(otg_device, regs.device(), DAINTMSK, IEPM: 0, OEPM: 0); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:479:32 [INFO] [stdout] | [INFO] [stdout] 479 | ... if read_reg!(endpoint_in, ep, DIEPTSIZ, PKTCNT) != 0 { [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | modify_reg!(otg_device, regs.device(), DAINTMSK, IEPM: 0, OEPM: 0); [INFO] [stdout] | ------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:479:32 [INFO] [stdout] | [INFO] [stdout] 479 | ... if read_reg!(endpoint_in, ep, DIEPTSIZ, PKTCNT) != 0 { [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:480:33 [INFO] [stdout] | [INFO] [stdout] 480 | ... modify_reg!(otg_global, regs.global(), GRSTCTL, TXFNUM: epnum, TXFFLSH: 1); [INFO] [stdout] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:262:19 [INFO] [stdout] | [INFO] [stdout] 262 | while read_reg!(otg_global, regs.global(), GRSTCTL, AHBIDL) == 0 {} [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:262:19 [INFO] [stdout] | [INFO] [stdout] 262 | while read_reg!(otg_global, regs.global(), GRSTCTL, AHBIDL) == 0 {} [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:480:33 [INFO] [stdout] | [INFO] [stdout] 480 | ... modify_reg!(otg_global, regs.global(), GRSTCTL, TXFNUM: epnum, TXFFLSH: 1); [INFO] [stdout] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:480:33 [INFO] [stdout] | [INFO] [stdout] 480 | ... modify_reg!(otg_global, regs.global(), GRSTCTL, TXFNUM: epnum, TXFFLSH: 1); [INFO] [stdout] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:481:39 [INFO] [stdout] | [INFO] [stdout] 481 | ... while read_reg!(otg_global, regs.global(), GRSTCTL, TXFFLSH) == 1 {} [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:314:21 [INFO] [stdout] | [INFO] [stdout] 314 | modify_reg!(otg_global, regs.global(), GCCFG, VBUSASEN: 0, VBUSBSEN: 0, SOFOUTEN: 0); [INFO] [stdout] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:314:21 [INFO] [stdout] | [INFO] [stdout] 314 | modify_reg!(otg_global, regs.global(), GCCFG, VBUSASEN: 0, VBUSBSEN: 0, SOFOUTEN: 0); [INFO] [stdout] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:481:39 [INFO] [stdout] | [INFO] [stdout] 481 | ... while read_reg!(otg_global, regs.global(), GRSTCTL, TXFFLSH) == 1 {} [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:314:21 [INFO] [stdout] | [INFO] [stdout] 314 | modify_reg!(otg_global, regs.global(), GCCFG, VBUSASEN: 0, VBUSBSEN: 0, SOFOUTEN: 0); [INFO] [stdout] | ------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:489:33 [INFO] [stdout] | [INFO] [stdout] 489 | ... modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:333:13 [INFO] [stdout] | [INFO] [stdout] 333 | modify_reg!(otg_device, regs.device(), DCTL, SDIS: 1); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:333:13 [INFO] [stdout] | [INFO] [stdout] 333 | modify_reg!(otg_device, regs.device(), DCTL, SDIS: 1); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:489:33 [INFO] [stdout] | [INFO] [stdout] 489 | ... modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:489:33 [INFO] [stdout] | [INFO] [stdout] 489 | ... modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:333:13 [INFO] [stdout] | [INFO] [stdout] 333 | modify_reg!(otg_device, regs.device(), DCTL, SDIS: 1); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:512:37 [INFO] [stdout] | [INFO] [stdout] 512 | ... modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:336:13 [INFO] [stdout] | [INFO] [stdout] 336 | / modify_reg!(otg_device, regs.device(), DCFG, [INFO] [stdout] 337 | | DSPD: 0b11 // Device speed: Full speed [INFO] [stdout] 338 | | ); [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:512:37 [INFO] [stdout] | [INFO] [stdout] 512 | ... modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:336:13 [INFO] [stdout] | [INFO] [stdout] 336 | / modify_reg!(otg_device, regs.device(), DCFG, [INFO] [stdout] 337 | | DSPD: 0b11 // Device speed: Full speed [INFO] [stdout] 338 | | ); [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:512:37 [INFO] [stdout] | [INFO] [stdout] 512 | ... modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:523:32 [INFO] [stdout] | [INFO] [stdout] 523 | ... if read_reg!(endpoint_in, ep_regs, DIEPINT, XFRC) != 0 { [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:336:13 [INFO] [stdout] | [INFO] [stdout] 336 | / modify_reg!(otg_device, regs.device(), DCFG, [INFO] [stdout] 337 | | DSPD: 0b11 // Device speed: Full speed [INFO] [stdout] 338 | | ); [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:523:32 [INFO] [stdout] | [INFO] [stdout] 523 | ... if read_reg!(endpoint_in, ep_regs, DIEPINT, XFRC) != 0 { [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:256:86 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:341:13 [INFO] [stdout] | [INFO] [stdout] 341 | write_reg!(otg_device, regs.device(), DIEPMSK, XFRCM: 1); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:256:86 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:524:33 [INFO] [stdout] | [INFO] [stdout] 524 | ... write_reg!(endpoint_in, ep_regs, DIEPINT, XFRC: 1); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:256:96 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:524:33 [INFO] [stdout] | [INFO] [stdout] 524 | ... write_reg!(endpoint_in, ep_regs, DIEPINT, XFRC: 1); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:256:96 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:341:13 [INFO] [stdout] | [INFO] [stdout] 341 | write_reg!(otg_device, regs.device(), DIEPMSK, XFRCM: 1); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:256:86 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:344:13 [INFO] [stdout] | [INFO] [stdout] 344 | / write_reg!(otg_global, regs.global(), GINTMSK, [INFO] [stdout] 345 | | USBRST: 1, ENUMDNEM: 1, [INFO] [stdout] 346 | | USBSUSPM: 1, WUIM: 1, [INFO] [stdout] 347 | | IEPINT: 1, RXFLVLM: 1 [INFO] [stdout] 348 | | ); [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:256:96 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:344:13 [INFO] [stdout] | [INFO] [stdout] 344 | / write_reg!(otg_global, regs.global(), GINTMSK, [INFO] [stdout] 345 | | USBRST: 1, ENUMDNEM: 1, [INFO] [stdout] 346 | | USBSUSPM: 1, WUIM: 1, [INFO] [stdout] 347 | | IEPINT: 1, RXFLVLM: 1 [INFO] [stdout] 348 | | ); [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:354:13 [INFO] [stdout] | [INFO] [stdout] 354 | modify_reg!(otg_global, regs.global(), GAHBCFG, GINT: 1); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:354:13 [INFO] [stdout] | [INFO] [stdout] 354 | modify_reg!(otg_global, regs.global(), GAHBCFG, GINT: 1); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:354:13 [INFO] [stdout] | [INFO] [stdout] 354 | modify_reg!(otg_global, regs.global(), GAHBCFG, GINT: 1); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:357:13 [INFO] [stdout] | [INFO] [stdout] 357 | modify_reg!(otg_global, regs.global(), GCCFG, PWRDWN: 1); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:357:13 [INFO] [stdout] | [INFO] [stdout] 357 | modify_reg!(otg_global, regs.global(), GCCFG, PWRDWN: 1); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:357:13 [INFO] [stdout] | [INFO] [stdout] 357 | modify_reg!(otg_global, regs.global(), GCCFG, PWRDWN: 1); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:358:13 [INFO] [stdout] | [INFO] [stdout] 358 | modify_reg!(otg_device, regs.device(), DCTL, SDIS: 0); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:358:13 [INFO] [stdout] | [INFO] [stdout] 358 | modify_reg!(otg_device, regs.device(), DCTL, SDIS: 0); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:358:13 [INFO] [stdout] | [INFO] [stdout] 358 | modify_reg!(otg_device, regs.device(), DCTL, SDIS: 0); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:368:13 [INFO] [stdout] | [INFO] [stdout] 368 | modify_reg!(otg_device, regs.device(), DCFG, DAD: 0); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:368:13 [INFO] [stdout] | [INFO] [stdout] 368 | modify_reg!(otg_device, regs.device(), DCFG, DAD: 0); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:368:13 [INFO] [stdout] | [INFO] [stdout] 368 | modify_reg!(otg_device, regs.device(), DCFG, DAD: 0); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:376:13 [INFO] [stdout] | [INFO] [stdout] 376 | modify_reg!(otg_device, regs.device(), DCFG, DAD: addr as u32); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:376:13 [INFO] [stdout] | [INFO] [stdout] 376 | modify_reg!(otg_device, regs.device(), DCFG, DAD: addr as u32); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:376:13 [INFO] [stdout] | [INFO] [stdout] 376 | modify_reg!(otg_device, regs.device(), DCFG, DAD: addr as u32); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:435:68 [INFO] [stdout] | [INFO] [stdout] 435 | let (wakeup, suspend, enum_done, reset, iep, rxflvl) = read_reg!(otg_global, regs.global(), GINTSTS, [INFO] [stdout] | ____________________________________________________________________- [INFO] [stdout] 436 | | WKUPINT, USBSUSP, ENUMDNE, USBRST, IEPINT, RXFLVL [INFO] [stdout] 437 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:435:68 [INFO] [stdout] | [INFO] [stdout] 435 | let (wakeup, suspend, enum_done, reset, iep, rxflvl) = read_reg!(otg_global, regs.global(), GINTSTS, [INFO] [stdout] | ____________________________________________________________________- [INFO] [stdout] 436 | | WKUPINT, USBSUSP, ENUMDNE, USBRST, IEPINT, RXFLVL [INFO] [stdout] 437 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:256:86 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:440:17 [INFO] [stdout] | [INFO] [stdout] 440 | write_reg!(otg_global, regs.global(), GINTSTS, USBRST: 1); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:256:96 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:440:17 [INFO] [stdout] | [INFO] [stdout] 440 | write_reg!(otg_global, regs.global(), GINTSTS, USBRST: 1); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:445:17 [INFO] [stdout] | [INFO] [stdout] 445 | modify_reg!(otg_global, regs.global(), GRSTCTL, RXFFLSH: 1); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:445:17 [INFO] [stdout] | [INFO] [stdout] 445 | modify_reg!(otg_global, regs.global(), GRSTCTL, RXFFLSH: 1); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:445:17 [INFO] [stdout] | [INFO] [stdout] 445 | modify_reg!(otg_global, regs.global(), GRSTCTL, RXFFLSH: 1); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 174 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:446:23 [INFO] [stdout] | [INFO] [stdout] 446 | while read_reg!(otg_global, regs.global(), GRSTCTL, RXFFLSH) == 1 {} [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:446:23 [INFO] [stdout] | [INFO] [stdout] 446 | while read_reg!(otg_global, regs.global(), GRSTCTL, RXFFLSH) == 1 {} [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:256:86 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:450:17 [INFO] [stdout] | [INFO] [stdout] 450 | write_reg!(otg_global, regs.global(), GINTSTS, ENUMDNE: 1); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:256:96 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:450:17 [INFO] [stdout] | [INFO] [stdout] 450 | write_reg!(otg_global, regs.global(), GINTSTS, ENUMDNE: 1); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:256:86 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:455:17 [INFO] [stdout] | [INFO] [stdout] 455 | write_reg!(otg_global, regs.global(), GINTSTS, WKUPINT: 1); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:256:96 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:455:17 [INFO] [stdout] | [INFO] [stdout] 455 | write_reg!(otg_global, regs.global(), GINTSTS, WKUPINT: 1); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `synopsys-usb-otg` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:256:86 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:459:17 [INFO] [stdout] | [INFO] [stdout] 459 | write_reg!(otg_global, regs.global(), GINTSTS, USBSUSP: 1); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:256:96 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:459:17 [INFO] [stdout] | [INFO] [stdout] 459 | write_reg!(otg_global, regs.global(), GINTSTS, USBSUSP: 1); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:471:54 [INFO] [stdout] | [INFO] [stdout] 471 | let (epnum, data_size, status) = read_reg!(otg_global, regs.global(), GRXSTSR, EPNUM, BCNT, PKTSTS); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:471:54 [INFO] [stdout] | [INFO] [stdout] 471 | let (epnum, data_size, status) = read_reg!(otg_global, regs.global(), GRXSTSR, EPNUM, BCNT, PKTSTS); [INFO] [stdout] | ------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:479:32 [INFO] [stdout] | [INFO] [stdout] 479 | ... if read_reg!(endpoint_in, ep, DIEPTSIZ, PKTCNT) != 0 { [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:479:32 [INFO] [stdout] | [INFO] [stdout] 479 | ... if read_reg!(endpoint_in, ep, DIEPTSIZ, PKTCNT) != 0 { [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:480:33 [INFO] [stdout] | [INFO] [stdout] 480 | ... modify_reg!(otg_global, regs.global(), GRSTCTL, TXFNUM: epnum, TXFFLSH: 1); [INFO] [stdout] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:480:33 [INFO] [stdout] | [INFO] [stdout] 480 | ... modify_reg!(otg_global, regs.global(), GRSTCTL, TXFNUM: epnum, TXFFLSH: 1); [INFO] [stdout] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:480:33 [INFO] [stdout] | [INFO] [stdout] 480 | ... modify_reg!(otg_global, regs.global(), GRSTCTL, TXFNUM: epnum, TXFFLSH: 1); [INFO] [stdout] | --------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:481:39 [INFO] [stdout] | [INFO] [stdout] 481 | ... while read_reg!(otg_global, regs.global(), GRSTCTL, TXFFLSH) == 1 {} [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:481:39 [INFO] [stdout] | [INFO] [stdout] 481 | ... while read_reg!(otg_global, regs.global(), GRSTCTL, TXFFLSH) == 1 {} [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:489:33 [INFO] [stdout] | [INFO] [stdout] 489 | ... modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:489:33 [INFO] [stdout] | [INFO] [stdout] 489 | ... modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:489:33 [INFO] [stdout] | [INFO] [stdout] 489 | ... modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:512:37 [INFO] [stdout] | [INFO] [stdout] 512 | ... modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:512:37 [INFO] [stdout] | [INFO] [stdout] 512 | ... modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:512:37 [INFO] [stdout] | [INFO] [stdout] 512 | ... modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:523:32 [INFO] [stdout] | [INFO] [stdout] 523 | ... if read_reg!(endpoint_in, ep_regs, DIEPINT, XFRC) != 0 { [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:523:32 [INFO] [stdout] | [INFO] [stdout] 523 | ... if read_reg!(endpoint_in, ep_regs, DIEPINT, XFRC) != 0 { [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:256:86 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:524:33 [INFO] [stdout] | [INFO] [stdout] 524 | ... write_reg!(endpoint_in, ep_regs, DIEPINT, XFRC: 1); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:256:96 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:524:33 [INFO] [stdout] | [INFO] [stdout] 524 | ... write_reg!(endpoint_in, ep_regs, DIEPINT, XFRC: 1); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 174 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "140ffb9cfc5dc53306559c3590f9554d5115721d2b4d7a7271a060f2db484046", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "140ffb9cfc5dc53306559c3590f9554d5115721d2b4d7a7271a060f2db484046", kill_on_drop: false }` [INFO] [stdout] 140ffb9cfc5dc53306559c3590f9554d5115721d2b4d7a7271a060f2db484046