[INFO] crate synopsys-usb-otg 0.2.0 is already in cache [INFO] checking synopsys-usb-otg-0.2.0 against try#85cc1486e1f000dce4bb8e1b3cfab2b654b102a8 for pr-73323 [INFO] extracting crate synopsys-usb-otg 0.2.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate synopsys-usb-otg 0.2.0 on toolchain 85cc1486e1f000dce4bb8e1b3cfab2b654b102a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+85cc1486e1f000dce4bb8e1b3cfab2b654b102a8" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate synopsys-usb-otg 0.2.0 [INFO] finished tweaking crates.io crate synopsys-usb-otg 0.2.0 [INFO] tweaked toml for crates.io crate synopsys-usb-otg 0.2.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+85cc1486e1f000dce4bb8e1b3cfab2b654b102a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+85cc1486e1f000dce4bb8e1b3cfab2b654b102a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+85cc1486e1f000dce4bb8e1b3cfab2b654b102a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] bb54bd44573f3644ccbe985cd968134cc44fef88955aa154599ff548469fae08 [INFO] running `Command { std: "docker" "start" "-a" "bb54bd44573f3644ccbe985cd968134cc44fef88955aa154599ff548469fae08", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bb54bd44573f3644ccbe985cd968134cc44fef88955aa154599ff548469fae08", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb54bd44573f3644ccbe985cd968134cc44fef88955aa154599ff548469fae08", kill_on_drop: false }` [INFO] [stdout] bb54bd44573f3644ccbe985cd968134cc44fef88955aa154599ff548469fae08 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+85cc1486e1f000dce4bb8e1b3cfab2b654b102a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 100a4ccdbbb047680610c35acb583dec61d7cc200fa926335d33d2897c29152e [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" "100a4ccdbbb047680610c35acb583dec61d7cc200fa926335d33d2897c29152e", kill_on_drop: false }` [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Checking stable_deref_trait v1.2.0 [INFO] [stderr] Compiling stm32ral v0.3.1 [INFO] [stderr] Compiling synopsys-usb-otg v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking usb-device v0.2.5 [INFO] [stderr] Compiling bare-metal v0.2.5 [INFO] [stderr] Checking generic-array v0.13.2 [INFO] [stderr] Checking generic-array v0.12.3 [INFO] [stderr] Checking as-slice v0.1.3 [INFO] [stderr] Checking aligned v0.3.2 [INFO] [stderr] Checking cortex-m v0.6.2 [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: 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:16:47 [INFO] [stdout] | [INFO] [stdout] 16 | 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:20:46 [INFO] [stdout] | [INFO] [stdout] 20 | 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:30:41 [INFO] [stdout] | [INFO] [stdout] 30 | 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:34:40 [INFO] [stdout] | [INFO] [stdout] 34 | 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:83:43 [INFO] [stdout] | [INFO] [stdout] 83 | 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:84:43 [INFO] [stdout] | [INFO] [stdout] 84 | 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:87:43 [INFO] [stdout] | [INFO] [stdout] 87 | 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:102:40 [INFO] [stdout] | [INFO] [stdout] 102 | 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:107:41 [INFO] [stdout] | [INFO] [stdout] 107 | 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:108:44 [INFO] [stdout] | [INFO] [stdout] 108 | 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:119:60 [INFO] [stdout] | [INFO] [stdout] 119 | 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:130:56 [INFO] [stdout] | [INFO] [stdout] 130 | 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:140:38 [INFO] [stdout] | [INFO] [stdout] 140 | 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:172:45 [INFO] [stdout] | [INFO] [stdout] 172 | 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:173:46 [INFO] [stdout] | [INFO] [stdout] 173 | 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:176:44 [INFO] [stdout] | [INFO] [stdout] 176 | 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:191:41 [INFO] [stdout] | [INFO] [stdout] 191 | 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:194:42 [INFO] [stdout] | [INFO] [stdout] 194 | 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:195:45 [INFO] [stdout] | [INFO] [stdout] 195 | 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:46 [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:50 [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:46 [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:54 [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:58 [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:50 [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:50 [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:49 [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:49 [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:50 [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:50 [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:50 [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:50 [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:50 [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:433:103 [INFO] [stdout] | [INFO] [stdout] 433 | 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:438:53 [INFO] [stdout] | [INFO] [stdout] 438 | 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:443:54 [INFO] [stdout] | [INFO] [stdout] 443 | 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:444:58 [INFO] [stdout] | [INFO] [stdout] 444 | 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:448:53 [INFO] [stdout] | [INFO] [stdout] 448 | 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:453:53 [INFO] [stdout] | [INFO] [stdout] 453 | 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:457:53 [INFO] [stdout] | [INFO] [stdout] 457 | 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:469:89 [INFO] [stdout] | [INFO] [stdout] 469 | 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:477:59 [INFO] [stdout] | [INFO] [stdout] 477 | ... 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:478:70 [INFO] [stdout] | [INFO] [stdout] 478 | ... 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:479:74 [INFO] [stdout] | [INFO] [stdout] 479 | ... 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:487:63 [INFO] [stdout] | [INFO] [stdout] 487 | ... 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:509:67 [INFO] [stdout] | [INFO] [stdout] 509 | ... 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[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:16:47 [INFO] [stdout] | [INFO] [stdout] 16 | 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:20:46 [INFO] [stdout] | [INFO] [stdout] 20 | 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:30:41 [INFO] [stdout] | [INFO] [stdout] 30 | 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:34:40 [INFO] [stdout] | [INFO] [stdout] 34 | 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:83:43 [INFO] [stdout] | [INFO] [stdout] 83 | 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:84:43 [INFO] [stdout] | [INFO] [stdout] 84 | 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:87:43 [INFO] [stdout] | [INFO] [stdout] 87 | 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:102:40 [INFO] [stdout] | [INFO] [stdout] 102 | 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:107:41 [INFO] [stdout] | [INFO] [stdout] 107 | 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:108:44 [INFO] [stdout] | [INFO] [stdout] 108 | 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:119:60 [INFO] [stdout] | [INFO] [stdout] 119 | 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:130:56 [INFO] [stdout] | [INFO] [stdout] 130 | 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:140:38 [INFO] [stdout] | [INFO] [stdout] 140 | 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:172:45 [INFO] [stdout] | [INFO] [stdout] 172 | 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:173:46 [INFO] [stdout] | [INFO] [stdout] 173 | 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:176:44 [INFO] [stdout] | [INFO] [stdout] 176 | 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:191:41 [INFO] [stdout] | [INFO] [stdout] 191 | 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:194:42 [INFO] [stdout] | [INFO] [stdout] 194 | 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 `DIEPINT` in `endpoint_in` [INFO] [stdout] --> src/bus.rs:520:64 [INFO] [stdout] | [INFO] [stdout] 520 | ... 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 `DOEPCTL` in `endpoint_out` [INFO] [stdout] --> src/endpoint.rs:195:45 [INFO] [stdout] | [INFO] [stdout] 195 | 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 `DIEPINT` in `endpoint_in` [INFO] [stdout] --> src/bus.rs:521:66 [INFO] [stdout] | [INFO] [stdout] 521 | ... 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[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[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[E0433]: failed to resolve: could not find `GRSTCTL` in `otg_global` [INFO] [stdout] --> src/bus.rs:86:46 [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:50 [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:46 [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:54 [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:58 [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:50 [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:50 [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:49 [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:49 [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:50 [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:50 [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:50 [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:50 [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:50 [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:433:103 [INFO] [stdout] | [INFO] [stdout] 433 | 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:438:53 [INFO] [stdout] | [INFO] [stdout] 438 | 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:443:54 [INFO] [stdout] | [INFO] [stdout] 443 | 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:444:58 [INFO] [stdout] | [INFO] [stdout] 444 | 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:448:53 [INFO] [stdout] | [INFO] [stdout] 448 | 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:453:53 [INFO] [stdout] | [INFO] [stdout] 453 | 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:457:53 [INFO] [stdout] | [INFO] [stdout] 457 | 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:469:89 [INFO] [stdout] | [INFO] [stdout] 469 | 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:477:59 [INFO] [stdout] | [INFO] [stdout] 477 | ... 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:478:70 [INFO] [stdout] | [INFO] [stdout] 478 | ... 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:479:74 [INFO] [stdout] | [INFO] [stdout] 479 | ... 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:487:63 [INFO] [stdout] | [INFO] [stdout] 487 | ... 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:509:67 [INFO] [stdout] | [INFO] [stdout] 509 | ... 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:520:64 [INFO] [stdout] | [INFO] [stdout] 520 | ... 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:521:66 [INFO] [stdout] | [INFO] [stdout] 521 | ... 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[E0433]: failed to resolve: could not find `OTG_GLOBAL` in `otg_global` [INFO] [stdout] --> src/target.rs:70:42 [INFO] [stdout] | [INFO] [stdout] 70 | global: unsafe { otg_global::OTG_GLOBAL::steal() }, [INFO] [stdout] | ^^^^^^^^^^ could not find `OTG_GLOBAL` in `otg_global` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `OTG_DEVICE` in `otg_device` [INFO] [stdout] --> src/target.rs:71:42 [INFO] [stdout] | [INFO] [stdout] 71 | device: unsafe { otg_device::OTG_DEVICE::steal() }, [INFO] [stdout] | ^^^^^^^^^^ could not find `OTG_DEVICE` in `otg_device` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `OTG_PWRCLK` in `otg_pwrclk` [INFO] [stdout] --> src/target.rs:72:42 [INFO] [stdout] | [INFO] [stdout] 72 | pwrclk: unsafe { otg_pwrclk::OTG_PWRCLK::steal() }, [INFO] [stdout] | ^^^^^^^^^^ could not find `OTG_PWRCLK` in `otg_pwrclk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `OTG_GLOBAL` in `otg_global` [INFO] [stdout] --> src/target.rs:70:42 [INFO] [stdout] | [INFO] [stdout] 70 | global: unsafe { otg_global::OTG_GLOBAL::steal() }, [INFO] [stdout] | ^^^^^^^^^^ could not find `OTG_GLOBAL` in `otg_global` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `OTG_DEVICE` in `otg_device` [INFO] [stdout] --> src/target.rs:71:42 [INFO] [stdout] | [INFO] [stdout] 71 | device: unsafe { otg_device::OTG_DEVICE::steal() }, [INFO] [stdout] | ^^^^^^^^^^ could not find `OTG_DEVICE` in `otg_device` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `OTG_PWRCLK` in `otg_pwrclk` [INFO] [stdout] --> src/target.rs:72:42 [INFO] [stdout] | [INFO] [stdout] 72 | pwrclk: unsafe { otg_pwrclk::OTG_PWRCLK::steal() }, [INFO] [stdout] | ^^^^^^^^^^ could not find `OTG_PWRCLK` in `otg_pwrclk` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | modify_reg!(endpoint_out, ep, DOEPCTL, STALL: stalled as u32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/endpoint.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | modify_reg!(endpoint_out, ep, DOEPCTL, STALL: stalled as u32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | modify_reg!(endpoint_out, ep, DOEPCTL, STALL: stalled as u32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:20:17 [INFO] [stdout] | [INFO] [stdout] 20 | modify_reg!(endpoint_in, ep, DIEPCTL, STALL: stalled as u32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/endpoint.rs:20:17 [INFO] [stdout] | [INFO] [stdout] 20 | modify_reg!(endpoint_in, ep, DIEPCTL, STALL: stalled as u32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:20:17 [INFO] [stdout] | [INFO] [stdout] 20 | modify_reg!(endpoint_in, ep, DIEPCTL, STALL: stalled as u32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 30 | read_reg!(endpoint_out, ep, DOEPCTL, STALL) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/endpoint.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 30 | read_reg!(endpoint_out, ep, DOEPCTL, STALL) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:34:13 [INFO] [stdout] | [INFO] [stdout] 34 | read_reg!(endpoint_in, ep, DIEPCTL, STALL) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/endpoint.rs:34:13 [INFO] [stdout] | [INFO] [stdout] 34 | read_reg!(endpoint_in, ep, DIEPCTL, STALL) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/endpoint.rs:83:13 [INFO] [stdout] | [INFO] [stdout] 83 | write_reg!(endpoint_in, regs, DIEPCTL, MPSIZ: mpsiz as u32, SNAK: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:83:13 [INFO] [stdout] | [INFO] [stdout] 83 | write_reg!(endpoint_in, regs, DIEPCTL, MPSIZ: mpsiz as u32, SNAK: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/endpoint.rs:84:13 [INFO] [stdout] | [INFO] [stdout] 84 | write_reg!(endpoint_in, regs, DIEPTSIZ, PKTCNT: 0, XFRSIZ: self.descriptor.max_packet_size as u32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:84:13 [INFO] [stdout] | [INFO] [stdout] 84 | write_reg!(endpoint_in, regs, DIEPTSIZ, PKTCNT: 0, XFRSIZ: self.descriptor.max_packet_size as u32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/endpoint.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | / write_reg!(endpoint_in, regs, DIEPCTL, [INFO] [stdout] 88 | | SNAK: 1, [INFO] [stdout] 89 | | USBAEP: 1, [INFO] [stdout] 90 | | EPTYP: self.descriptor.ep_type as u32, [INFO] [stdout] ... | [INFO] [stdout] 93 | | MPSIZ: self.descriptor.max_packet_size as u32 [INFO] [stdout] 94 | | ); [INFO] [stdout] | |______________^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | / write_reg!(endpoint_in, regs, DIEPCTL, [INFO] [stdout] 88 | | SNAK: 1, [INFO] [stdout] 89 | | USBAEP: 1, [INFO] [stdout] 90 | | EPTYP: self.descriptor.ep_type as u32, [INFO] [stdout] ... | [INFO] [stdout] 93 | | MPSIZ: self.descriptor.max_packet_size as u32 [INFO] [stdout] 94 | | ); [INFO] [stdout] | |______________^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | modify_reg!(endpoint_out, ep, DOEPCTL, STALL: stalled as u32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | modify_reg!(endpoint_in, regs, DIEPCTL, USBAEP: 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/endpoint.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | modify_reg!(endpoint_out, ep, DOEPCTL, STALL: stalled as u32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/endpoint.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | modify_reg!(endpoint_in, regs, DIEPCTL, USBAEP: 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | modify_reg!(endpoint_in, regs, DIEPCTL, USBAEP: 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | modify_reg!(endpoint_out, ep, DOEPCTL, STALL: stalled as u32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:107:12 [INFO] [stdout] | [INFO] [stdout] 107 | if read_reg!(endpoint_in, regs, DIEPCTL, EPENA) != 0 && self.index() != 0 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/endpoint.rs:107:12 [INFO] [stdout] | [INFO] [stdout] 107 | if read_reg!(endpoint_in, regs, DIEPCTL, EPENA) != 0 && self.index() != 0 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:20:17 [INFO] [stdout] | [INFO] [stdout] 20 | modify_reg!(endpoint_in, ep, DIEPCTL, STALL: stalled as u32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:108:13 [INFO] [stdout] | [INFO] [stdout] 108 | modify_reg!(endpoint_in, regs, DIEPCTL, EPDIS: 1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/endpoint.rs:20:17 [INFO] [stdout] | [INFO] [stdout] 20 | modify_reg!(endpoint_in, ep, DIEPCTL, STALL: stalled as u32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/endpoint.rs:108:13 [INFO] [stdout] | [INFO] [stdout] 108 | modify_reg!(endpoint_in, regs, DIEPCTL, EPDIS: 1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:108:13 [INFO] [stdout] | [INFO] [stdout] 108 | modify_reg!(endpoint_in, regs, DIEPCTL, EPDIS: 1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:20:17 [INFO] [stdout] | [INFO] [stdout] 20 | modify_reg!(endpoint_in, ep, DIEPCTL, STALL: stalled as u32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:119:33 [INFO] [stdout] | [INFO] [stdout] 119 | if self.index() != 0 && read_reg!(endpoint_in, ep, DIEPCTL, EPENA) != 0{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/endpoint.rs:119:33 [INFO] [stdout] | [INFO] [stdout] 119 | if self.index() != 0 && read_reg!(endpoint_in, ep, DIEPCTL, EPENA) != 0{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 30 | read_reg!(endpoint_out, ep, DOEPCTL, STALL) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:130:29 [INFO] [stdout] | [INFO] [stdout] 130 | if size_words > read_reg!(endpoint_in, ep, DTXFSTS, INEPTFSAV) as usize { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/endpoint.rs:130:29 [INFO] [stdout] | [INFO] [stdout] 130 | if size_words > read_reg!(endpoint_in, ep, DTXFSTS, INEPTFSAV) as usize { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:140:9 [INFO] [stdout] | [INFO] [stdout] 140 | modify_reg!(endpoint_in, ep, DIEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/endpoint.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 30 | read_reg!(endpoint_out, ep, DOEPCTL, STALL) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/endpoint.rs:140:9 [INFO] [stdout] | [INFO] [stdout] 140 | modify_reg!(endpoint_in, ep, DIEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:140:9 [INFO] [stdout] | [INFO] [stdout] 140 | modify_reg!(endpoint_in, ep, DIEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:34:13 [INFO] [stdout] | [INFO] [stdout] 34 | read_reg!(endpoint_in, ep, DIEPCTL, STALL) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/endpoint.rs:172:13 [INFO] [stdout] | [INFO] [stdout] 172 | write_reg!(endpoint0_out, regs, DOEPTSIZ0, STUPCNT: 1, PKTCNT: 1, XFRSIZ: self.descriptor.max_packet_size as u32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:172:13 [INFO] [stdout] | [INFO] [stdout] 172 | write_reg!(endpoint0_out, regs, DOEPTSIZ0, STUPCNT: 1, PKTCNT: 1, XFRSIZ: self.descriptor.max_packet_size as u32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/endpoint.rs:34:13 [INFO] [stdout] | [INFO] [stdout] 34 | read_reg!(endpoint_in, ep, DIEPCTL, STALL) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:173:13 [INFO] [stdout] | [INFO] [stdout] 173 | modify_reg!(endpoint0_out, regs, DOEPCTL0, MPSIZ: mpsiz as u32, EPENA: 1, CNAK: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/endpoint.rs:83:13 [INFO] [stdout] | [INFO] [stdout] 83 | write_reg!(endpoint_in, regs, DIEPCTL, MPSIZ: mpsiz as u32, SNAK: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/endpoint.rs:173:13 [INFO] [stdout] | [INFO] [stdout] 173 | modify_reg!(endpoint0_out, regs, DOEPCTL0, MPSIZ: mpsiz as u32, EPENA: 1, CNAK: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:83:13 [INFO] [stdout] | [INFO] [stdout] 83 | write_reg!(endpoint_in, regs, DIEPCTL, MPSIZ: mpsiz as u32, SNAK: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:173:13 [INFO] [stdout] | [INFO] [stdout] 173 | modify_reg!(endpoint0_out, regs, DOEPCTL0, MPSIZ: mpsiz as u32, EPENA: 1, CNAK: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/endpoint.rs:84:13 [INFO] [stdout] | [INFO] [stdout] 84 | write_reg!(endpoint_in, regs, DIEPTSIZ, PKTCNT: 0, XFRSIZ: self.descriptor.max_packet_size as u32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:84:13 [INFO] [stdout] | [INFO] [stdout] 84 | write_reg!(endpoint_in, regs, DIEPTSIZ, PKTCNT: 0, XFRSIZ: self.descriptor.max_packet_size as u32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/endpoint.rs:176:13 [INFO] [stdout] | [INFO] [stdout] 176 | / write_reg!(endpoint_out, regs, DOEPCTL, [INFO] [stdout] 177 | | SD0PID_SEVNFRM: 1, [INFO] [stdout] 178 | | CNAK: 1, [INFO] [stdout] 179 | | EPENA: 1, [INFO] [stdout] ... | [INFO] [stdout] 182 | | MPSIZ: self.descriptor.max_packet_size as u32 [INFO] [stdout] 183 | | ); [INFO] [stdout] | |______________^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/endpoint.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | / write_reg!(endpoint_in, regs, DIEPCTL, [INFO] [stdout] 88 | | SNAK: 1, [INFO] [stdout] 89 | | USBAEP: 1, [INFO] [stdout] 90 | | EPTYP: self.descriptor.ep_type as u32, [INFO] [stdout] ... | [INFO] [stdout] 93 | | MPSIZ: self.descriptor.max_packet_size as u32 [INFO] [stdout] 94 | | ); [INFO] [stdout] | |______________^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:176:13 [INFO] [stdout] | [INFO] [stdout] 176 | / write_reg!(endpoint_out, regs, DOEPCTL, [INFO] [stdout] 177 | | SD0PID_SEVNFRM: 1, [INFO] [stdout] 178 | | CNAK: 1, [INFO] [stdout] 179 | | EPENA: 1, [INFO] [stdout] ... | [INFO] [stdout] 182 | | MPSIZ: self.descriptor.max_packet_size as u32 [INFO] [stdout] 183 | | ); [INFO] [stdout] | |______________^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | / write_reg!(endpoint_in, regs, DIEPCTL, [INFO] [stdout] 88 | | SNAK: 1, [INFO] [stdout] 89 | | USBAEP: 1, [INFO] [stdout] 90 | | EPTYP: self.descriptor.ep_type as u32, [INFO] [stdout] ... | [INFO] [stdout] 93 | | MPSIZ: self.descriptor.max_packet_size as u32 [INFO] [stdout] 94 | | ); [INFO] [stdout] | |______________^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | modify_reg!(endpoint_out, regs, DOEPCTL, USBAEP: 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | modify_reg!(endpoint_in, regs, DIEPCTL, USBAEP: 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/endpoint.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | modify_reg!(endpoint_out, regs, DOEPCTL, USBAEP: 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/endpoint.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | modify_reg!(endpoint_in, regs, DIEPCTL, USBAEP: 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | modify_reg!(endpoint_out, regs, DOEPCTL, USBAEP: 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | modify_reg!(endpoint_in, regs, DIEPCTL, USBAEP: 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:194:12 [INFO] [stdout] | [INFO] [stdout] 194 | if read_reg!(endpoint_out, regs, DOEPCTL, EPENA) != 0 && self.index() != 0 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/endpoint.rs:194:12 [INFO] [stdout] | [INFO] [stdout] 194 | if read_reg!(endpoint_out, regs, DOEPCTL, EPENA) != 0 && self.index() != 0 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:107:12 [INFO] [stdout] | [INFO] [stdout] 107 | if read_reg!(endpoint_in, regs, DIEPCTL, EPENA) != 0 && self.index() != 0 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/endpoint.rs:107:12 [INFO] [stdout] | [INFO] [stdout] 107 | if read_reg!(endpoint_in, regs, DIEPCTL, EPENA) != 0 && self.index() != 0 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:195:13 [INFO] [stdout] | [INFO] [stdout] 195 | modify_reg!(endpoint_out, regs, DOEPCTL, EPDIS: 1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:108:13 [INFO] [stdout] | [INFO] [stdout] 108 | modify_reg!(endpoint_in, regs, DIEPCTL, EPDIS: 1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/endpoint.rs:195:13 [INFO] [stdout] | [INFO] [stdout] 195 | modify_reg!(endpoint_out, regs, DOEPCTL, EPDIS: 1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/endpoint.rs:108:13 [INFO] [stdout] | [INFO] [stdout] 108 | modify_reg!(endpoint_in, regs, DIEPCTL, EPDIS: 1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:108:13 [INFO] [stdout] | [INFO] [stdout] 108 | modify_reg!(endpoint_in, regs, DIEPCTL, EPDIS: 1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:195:13 [INFO] [stdout] | [INFO] [stdout] 195 | modify_reg!(endpoint_out, regs, DOEPCTL, EPDIS: 1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Instance` in module `otg_global` [INFO] [stdout] --> src/target.rs:59:29 [INFO] [stdout] | [INFO] [stdout] 59 | pub global: otg_global::Instance, [INFO] [stdout] | ^^^^^^^^ not found in `otg_global` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 5 | use crate::ral::endpoint0_out::Instance; [INFO] [stdout] | [INFO] [stdout] 5 | use crate::ral::endpoint_in::Instance; [INFO] [stdout] | [INFO] [stdout] 5 | use crate::ral::endpoint_out::Instance; [INFO] [stdout] | [INFO] [stdout] 5 | use crate::ral::otg_global_dieptxfx::Instance; [INFO] [stdout] | [INFO] [stdout] and 65 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Instance` in module `otg_device` [INFO] [stdout] --> src/target.rs:60:29 [INFO] [stdout] | [INFO] [stdout] 60 | pub device: otg_device::Instance, [INFO] [stdout] | ^^^^^^^^ not found in `otg_device` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 5 | use crate::ral::endpoint0_out::Instance; [INFO] [stdout] | [INFO] [stdout] 5 | use crate::ral::endpoint_in::Instance; [INFO] [stdout] | [INFO] [stdout] 5 | use crate::ral::endpoint_out::Instance; [INFO] [stdout] | [INFO] [stdout] 5 | use crate::ral::otg_global_dieptxfx::Instance; [INFO] [stdout] | [INFO] [stdout] and 65 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:119:33 [INFO] [stdout] | [INFO] [stdout] 119 | if self.index() != 0 && read_reg!(endpoint_in, ep, DIEPCTL, EPENA) != 0{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/endpoint.rs:119:33 [INFO] [stdout] | [INFO] [stdout] 119 | if self.index() != 0 && read_reg!(endpoint_in, ep, DIEPCTL, EPENA) != 0{ [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [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] | |______________^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:130:29 [INFO] [stdout] | [INFO] [stdout] 130 | if size_words > read_reg!(endpoint_in, ep, DTXFSTS, INEPTFSAV) as usize { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/endpoint.rs:130:29 [INFO] [stdout] | [INFO] [stdout] 130 | if size_words > read_reg!(endpoint_in, ep, DTXFSTS, INEPTFSAV) as usize { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [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] | |______________^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:140:9 [INFO] [stdout] | [INFO] [stdout] 140 | modify_reg!(endpoint_in, ep, DIEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/endpoint.rs:140:9 [INFO] [stdout] | [INFO] [stdout] 140 | modify_reg!(endpoint_in, ep, DIEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:140:9 [INFO] [stdout] | [INFO] [stdout] 140 | modify_reg!(endpoint_in, ep, DIEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/endpoint.rs:172:13 [INFO] [stdout] | [INFO] [stdout] 172 | write_reg!(endpoint0_out, regs, DOEPTSIZ0, STUPCNT: 1, PKTCNT: 1, XFRSIZ: self.descriptor.max_packet_size as u32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:172:13 [INFO] [stdout] | [INFO] [stdout] 172 | write_reg!(endpoint0_out, regs, DOEPTSIZ0, STUPCNT: 1, PKTCNT: 1, XFRSIZ: self.descriptor.max_packet_size as u32); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:173:13 [INFO] [stdout] | [INFO] [stdout] 173 | modify_reg!(endpoint0_out, regs, DOEPCTL0, MPSIZ: mpsiz as u32, EPENA: 1, CNAK: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/endpoint.rs:173:13 [INFO] [stdout] | [INFO] [stdout] 173 | modify_reg!(endpoint0_out, regs, DOEPCTL0, MPSIZ: mpsiz as u32, EPENA: 1, CNAK: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:173:13 [INFO] [stdout] | [INFO] [stdout] 173 | modify_reg!(endpoint0_out, regs, DOEPCTL0, MPSIZ: mpsiz as u32, EPENA: 1, CNAK: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:262:19 [INFO] [stdout] | [INFO] [stdout] 262 | while read_reg!(otg_global, regs.global, GRSTCTL, AHBIDL) == 0 {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/endpoint.rs:176:13 [INFO] [stdout] | [INFO] [stdout] 176 | / write_reg!(endpoint_out, regs, DOEPCTL, [INFO] [stdout] 177 | | SD0PID_SEVNFRM: 1, [INFO] [stdout] 178 | | CNAK: 1, [INFO] [stdout] 179 | | EPENA: 1, [INFO] [stdout] ... | [INFO] [stdout] 182 | | MPSIZ: self.descriptor.max_packet_size as u32 [INFO] [stdout] 183 | | ); [INFO] [stdout] | |______________^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:262:19 [INFO] [stdout] | [INFO] [stdout] 262 | while read_reg!(otg_global, regs.global, GRSTCTL, AHBIDL) == 0 {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:176:13 [INFO] [stdout] | [INFO] [stdout] 176 | / write_reg!(endpoint_out, regs, DOEPCTL, [INFO] [stdout] 177 | | SD0PID_SEVNFRM: 1, [INFO] [stdout] 178 | | CNAK: 1, [INFO] [stdout] 179 | | EPENA: 1, [INFO] [stdout] ... | [INFO] [stdout] 182 | | MPSIZ: self.descriptor.max_packet_size as u32 [INFO] [stdout] 183 | | ); [INFO] [stdout] | |______________^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | modify_reg!(endpoint_out, regs, DOEPCTL, USBAEP: 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/endpoint.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | modify_reg!(endpoint_out, regs, DOEPCTL, USBAEP: 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:333:13 [INFO] [stdout] | [INFO] [stdout] 333 | modify_reg!(otg_device, regs.device, DCTL, SDIS: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | modify_reg!(endpoint_out, regs, DOEPCTL, USBAEP: 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:333:13 [INFO] [stdout] | [INFO] [stdout] 333 | modify_reg!(otg_device, regs.device, DCTL, SDIS: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:194:12 [INFO] [stdout] | [INFO] [stdout] 194 | if read_reg!(endpoint_out, regs, DOEPCTL, EPENA) != 0 && self.index() != 0 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:333:13 [INFO] [stdout] | [INFO] [stdout] 333 | modify_reg!(otg_device, regs.device, DCTL, SDIS: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/endpoint.rs:194:12 [INFO] [stdout] | [INFO] [stdout] 194 | if read_reg!(endpoint_out, regs, DOEPCTL, EPENA) != 0 && self.index() != 0 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [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] | |______________^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:195:13 [INFO] [stdout] | [INFO] [stdout] 195 | modify_reg!(endpoint_out, regs, DOEPCTL, EPDIS: 1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [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] | |______________^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/endpoint.rs:195:13 [INFO] [stdout] | [INFO] [stdout] 195 | modify_reg!(endpoint_out, regs, DOEPCTL, EPDIS: 1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [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] | |______________^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/endpoint.rs:195:13 [INFO] [stdout] | [INFO] [stdout] 195 | modify_reg!(endpoint_out, regs, DOEPCTL, EPDIS: 1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Instance` in module `otg_global` [INFO] [stdout] --> src/target.rs:59:29 [INFO] [stdout] | [INFO] [stdout] 59 | pub global: otg_global::Instance, [INFO] [stdout] | ^^^^^^^^ not found in `otg_global` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 5 | use crate::ral::endpoint0_out::Instance; [INFO] [stdout] | [INFO] [stdout] 5 | use crate::ral::endpoint_in::Instance; [INFO] [stdout] | [INFO] [stdout] 5 | use crate::ral::endpoint_out::Instance; [INFO] [stdout] | [INFO] [stdout] 5 | use crate::ral::otg_global_dieptxfx::Instance; [INFO] [stdout] | [INFO] [stdout] and 65 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Instance` in module `otg_device` [INFO] [stdout] --> src/target.rs:60:29 [INFO] [stdout] | [INFO] [stdout] 60 | pub device: otg_device::Instance, [INFO] [stdout] | ^^^^^^^^ not found in `otg_device` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 5 | use crate::ral::endpoint0_out::Instance; [INFO] [stdout] | [INFO] [stdout] 5 | use crate::ral::endpoint_in::Instance; [INFO] [stdout] | [INFO] [stdout] 5 | use crate::ral::endpoint_out::Instance; [INFO] [stdout] | [INFO] [stdout] 5 | use crate::ral::otg_global_dieptxfx::Instance; [INFO] [stdout] | [INFO] [stdout] and 65 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:341:13 [INFO] [stdout] | [INFO] [stdout] 341 | write_reg!(otg_device, regs.device, DIEPMSK, XFRCM: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [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] | |______________^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:341:13 [INFO] [stdout] | [INFO] [stdout] 341 | write_reg!(otg_device, regs.device, DIEPMSK, XFRCM: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [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] | |______________^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [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] | |______________^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [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] | |______________^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:354:13 [INFO] [stdout] | [INFO] [stdout] 354 | modify_reg!(otg_global, regs.global, GAHBCFG, GINT: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:354:13 [INFO] [stdout] | [INFO] [stdout] 354 | modify_reg!(otg_global, regs.global, GAHBCFG, GINT: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:354:13 [INFO] [stdout] | [INFO] [stdout] 354 | modify_reg!(otg_global, regs.global, GAHBCFG, GINT: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:357:13 [INFO] [stdout] | [INFO] [stdout] 357 | modify_reg!(otg_global, regs.global, GCCFG, PWRDWN: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:262:19 [INFO] [stdout] | [INFO] [stdout] 262 | while read_reg!(otg_global, regs.global, GRSTCTL, AHBIDL) == 0 {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:357:13 [INFO] [stdout] | [INFO] [stdout] 357 | modify_reg!(otg_global, regs.global, GCCFG, PWRDWN: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:262:19 [INFO] [stdout] | [INFO] [stdout] 262 | while read_reg!(otg_global, regs.global, GRSTCTL, AHBIDL) == 0 {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:357:13 [INFO] [stdout] | [INFO] [stdout] 357 | modify_reg!(otg_global, regs.global, GCCFG, PWRDWN: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:358:13 [INFO] [stdout] | [INFO] [stdout] 358 | modify_reg!(otg_device, regs.device, DCTL, SDIS: 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:358:13 [INFO] [stdout] | [INFO] [stdout] 358 | modify_reg!(otg_device, regs.device, DCTL, SDIS: 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:333:13 [INFO] [stdout] | [INFO] [stdout] 333 | modify_reg!(otg_device, regs.device, DCTL, SDIS: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:358:13 [INFO] [stdout] | [INFO] [stdout] 358 | modify_reg!(otg_device, regs.device, DCTL, SDIS: 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:368:13 [INFO] [stdout] | [INFO] [stdout] 368 | modify_reg!(otg_device, regs.device, DCFG, DAD: 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:333:13 [INFO] [stdout] | [INFO] [stdout] 333 | modify_reg!(otg_device, regs.device, DCTL, SDIS: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:333:13 [INFO] [stdout] | [INFO] [stdout] 333 | modify_reg!(otg_device, regs.device, DCTL, SDIS: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:368:13 [INFO] [stdout] | [INFO] [stdout] 368 | modify_reg!(otg_device, regs.device, DCFG, DAD: 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:368:13 [INFO] [stdout] | [INFO] [stdout] 368 | modify_reg!(otg_device, regs.device, DCFG, DAD: 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [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] | |______________^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [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] | |______________^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [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] | |______________^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:341:13 [INFO] [stdout] | [INFO] [stdout] 341 | write_reg!(otg_device, regs.device, DIEPMSK, XFRCM: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:341:13 [INFO] [stdout] | [INFO] [stdout] 341 | write_reg!(otg_device, regs.device, DIEPMSK, XFRCM: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [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] | |______________^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [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] | |______________^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:433:68 [INFO] [stdout] | [INFO] [stdout] 433 | let (wakeup, suspend, enum_done, reset, iep, rxflvl) = read_reg!(otg_global, regs.global, GINTSTS, [INFO] [stdout] | ____________________________________________________________________^ [INFO] [stdout] 434 | | WKUPINT, USBSUSP, ENUMDNE, USBRST, IEPINT, RXFLVL [INFO] [stdout] 435 | | ); [INFO] [stdout] | |_____________^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:433:68 [INFO] [stdout] | [INFO] [stdout] 433 | let (wakeup, suspend, enum_done, reset, iep, rxflvl) = read_reg!(otg_global, regs.global, GINTSTS, [INFO] [stdout] | ____________________________________________________________________^ [INFO] [stdout] 434 | | WKUPINT, USBSUSP, ENUMDNE, USBRST, IEPINT, RXFLVL [INFO] [stdout] 435 | | ); [INFO] [stdout] | |_____________^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:354:13 [INFO] [stdout] | [INFO] [stdout] 354 | modify_reg!(otg_global, regs.global, GAHBCFG, GINT: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:438:17 [INFO] [stdout] | [INFO] [stdout] 438 | write_reg!(otg_global, regs.global, GINTSTS, USBRST: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:354:13 [INFO] [stdout] | [INFO] [stdout] 354 | modify_reg!(otg_global, regs.global, GAHBCFG, GINT: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:438:17 [INFO] [stdout] | [INFO] [stdout] 438 | write_reg!(otg_global, regs.global, GINTSTS, USBRST: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:354:13 [INFO] [stdout] | [INFO] [stdout] 354 | modify_reg!(otg_global, regs.global, GAHBCFG, GINT: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:443:17 [INFO] [stdout] | [INFO] [stdout] 443 | modify_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:357:13 [INFO] [stdout] | [INFO] [stdout] 357 | modify_reg!(otg_global, regs.global, GCCFG, PWRDWN: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:443:17 [INFO] [stdout] | [INFO] [stdout] 443 | modify_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:443:17 [INFO] [stdout] | [INFO] [stdout] 443 | modify_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:357:13 [INFO] [stdout] | [INFO] [stdout] 357 | modify_reg!(otg_global, regs.global, GCCFG, PWRDWN: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:357:13 [INFO] [stdout] | [INFO] [stdout] 357 | modify_reg!(otg_global, regs.global, GCCFG, PWRDWN: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:444:23 [INFO] [stdout] | [INFO] [stdout] 444 | while read_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH) == 1 {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:358:13 [INFO] [stdout] | [INFO] [stdout] 358 | modify_reg!(otg_device, regs.device, DCTL, SDIS: 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:444:23 [INFO] [stdout] | [INFO] [stdout] 444 | while read_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH) == 1 {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:358:13 [INFO] [stdout] | [INFO] [stdout] 358 | modify_reg!(otg_device, regs.device, DCTL, SDIS: 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:448:17 [INFO] [stdout] | [INFO] [stdout] 448 | write_reg!(otg_global, regs.global, GINTSTS, ENUMDNE: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:358:13 [INFO] [stdout] | [INFO] [stdout] 358 | modify_reg!(otg_device, regs.device, DCTL, SDIS: 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:448:17 [INFO] [stdout] | [INFO] [stdout] 448 | write_reg!(otg_global, regs.global, GINTSTS, ENUMDNE: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:368:13 [INFO] [stdout] | [INFO] [stdout] 368 | modify_reg!(otg_device, regs.device, DCFG, DAD: 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:453:17 [INFO] [stdout] | [INFO] [stdout] 453 | write_reg!(otg_global, regs.global, GINTSTS, WKUPINT: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:368:13 [INFO] [stdout] | [INFO] [stdout] 368 | modify_reg!(otg_device, regs.device, DCFG, DAD: 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:453:17 [INFO] [stdout] | [INFO] [stdout] 453 | write_reg!(otg_global, regs.global, GINTSTS, WKUPINT: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:368:13 [INFO] [stdout] | [INFO] [stdout] 368 | modify_reg!(otg_device, regs.device, DCFG, DAD: 0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:457:17 [INFO] [stdout] | [INFO] [stdout] 457 | write_reg!(otg_global, regs.global, GINTSTS, USBSUSP: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:457:17 [INFO] [stdout] | [INFO] [stdout] 457 | write_reg!(otg_global, regs.global, GINTSTS, USBSUSP: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:469:54 [INFO] [stdout] | [INFO] [stdout] 469 | let (epnum, data_size, status) = read_reg!(otg_global, regs.global, GRXSTSR, EPNUM, BCNT, PKTSTS); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:469:54 [INFO] [stdout] | [INFO] [stdout] 469 | let (epnum, data_size, status) = read_reg!(otg_global, regs.global, GRXSTSR, EPNUM, BCNT, PKTSTS); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:477:32 [INFO] [stdout] | [INFO] [stdout] 477 | ... if read_reg!(endpoint_in, ep, DIEPTSIZ, PKTCNT) != 0 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:433:68 [INFO] [stdout] | [INFO] [stdout] 433 | let (wakeup, suspend, enum_done, reset, iep, rxflvl) = read_reg!(otg_global, regs.global, GINTSTS, [INFO] [stdout] | ____________________________________________________________________^ [INFO] [stdout] 434 | | WKUPINT, USBSUSP, ENUMDNE, USBRST, IEPINT, RXFLVL [INFO] [stdout] 435 | | ); [INFO] [stdout] | |_____________^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:477:32 [INFO] [stdout] | [INFO] [stdout] 477 | ... if read_reg!(endpoint_in, ep, DIEPTSIZ, PKTCNT) != 0 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:478:33 [INFO] [stdout] | [INFO] [stdout] 478 | ... modify_reg!(otg_global, regs.global, GRSTCTL, TXFNUM: epnum, TXFFLSH: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:433:68 [INFO] [stdout] | [INFO] [stdout] 433 | let (wakeup, suspend, enum_done, reset, iep, rxflvl) = read_reg!(otg_global, regs.global, GINTSTS, [INFO] [stdout] | ____________________________________________________________________^ [INFO] [stdout] 434 | | WKUPINT, USBSUSP, ENUMDNE, USBRST, IEPINT, RXFLVL [INFO] [stdout] 435 | | ); [INFO] [stdout] | |_____________^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:478:33 [INFO] [stdout] | [INFO] [stdout] 478 | ... modify_reg!(otg_global, regs.global, GRSTCTL, TXFNUM: epnum, TXFFLSH: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:438:17 [INFO] [stdout] | [INFO] [stdout] 438 | write_reg!(otg_global, regs.global, GINTSTS, USBRST: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:478:33 [INFO] [stdout] | [INFO] [stdout] 478 | ... modify_reg!(otg_global, regs.global, GRSTCTL, TXFNUM: epnum, TXFFLSH: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:438:17 [INFO] [stdout] | [INFO] [stdout] 438 | write_reg!(otg_global, regs.global, GINTSTS, USBRST: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:479:39 [INFO] [stdout] | [INFO] [stdout] 479 | ... while read_reg!(otg_global, regs.global, GRSTCTL, TXFFLSH) == 1 {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:443:17 [INFO] [stdout] | [INFO] [stdout] 443 | modify_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:479:39 [INFO] [stdout] | [INFO] [stdout] 479 | ... while read_reg!(otg_global, regs.global, GRSTCTL, TXFFLSH) == 1 {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:487:33 [INFO] [stdout] | [INFO] [stdout] 487 | ... modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:443:17 [INFO] [stdout] | [INFO] [stdout] 443 | modify_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:487:33 [INFO] [stdout] | [INFO] [stdout] 487 | ... modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:443:17 [INFO] [stdout] | [INFO] [stdout] 443 | modify_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:487:33 [INFO] [stdout] | [INFO] [stdout] 487 | ... modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:444:23 [INFO] [stdout] | [INFO] [stdout] 444 | while read_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH) == 1 {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:509:37 [INFO] [stdout] | [INFO] [stdout] 509 | ... modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:444:23 [INFO] [stdout] | [INFO] [stdout] 444 | while read_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH) == 1 {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:448:17 [INFO] [stdout] | [INFO] [stdout] 448 | write_reg!(otg_global, regs.global, GINTSTS, ENUMDNE: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:509:37 [INFO] [stdout] | [INFO] [stdout] 509 | ... modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:448:17 [INFO] [stdout] | [INFO] [stdout] 448 | write_reg!(otg_global, regs.global, GINTSTS, ENUMDNE: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:509:37 [INFO] [stdout] | [INFO] [stdout] 509 | ... modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:453:17 [INFO] [stdout] | [INFO] [stdout] 453 | write_reg!(otg_global, regs.global, GINTSTS, WKUPINT: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:520:32 [INFO] [stdout] | [INFO] [stdout] 520 | ... if read_reg!(endpoint_in, ep_regs, DIEPINT, XFRC) != 0 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:453:17 [INFO] [stdout] | [INFO] [stdout] 453 | write_reg!(otg_global, regs.global, GINTSTS, WKUPINT: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:520:32 [INFO] [stdout] | [INFO] [stdout] 520 | ... if read_reg!(endpoint_in, ep_regs, DIEPINT, XFRC) != 0 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:457:17 [INFO] [stdout] | [INFO] [stdout] 457 | write_reg!(otg_global, regs.global, GINTSTS, USBSUSP: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:521:33 [INFO] [stdout] | [INFO] [stdout] 521 | ... write_reg!(endpoint_in, ep_regs, DIEPINT, XFRC: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:521:33 [INFO] [stdout] | [INFO] [stdout] 521 | ... write_reg!(endpoint_in, ep_regs, DIEPINT, XFRC: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `base_address` in this scope [INFO] [stdout] --> src/ral/mod.rs:46:23 [INFO] [stdout] | [INFO] [stdout] 46 | let address = base_address + 0x1000 + channel * 0x1000; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `base_address` in this scope [INFO] [stdout] --> src/ral/mod.rs:87:19 [INFO] [stdout] | [INFO] [stdout] 87 | addr: base_address + 0x100 + 4 * (index as u32), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `base_address` in this scope [INFO] [stdout] --> src/ral/mod.rs:145:19 [INFO] [stdout] | [INFO] [stdout] 145 | addr: base_address + 0x900 + 0x20 * (index as u32), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `base_address` in this scope [INFO] [stdout] --> src/ral/mod.rs:199:19 [INFO] [stdout] | [INFO] [stdout] 199 | addr: base_address + 0xb00, [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `base_address` in this scope [INFO] [stdout] --> src/ral/mod.rs:253:19 [INFO] [stdout] | [INFO] [stdout] 253 | addr: base_address + 0xb00 + 0x20 * (index as u32), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:457:17 [INFO] [stdout] | [INFO] [stdout] 457 | write_reg!(otg_global, regs.global, GINTSTS, USBSUSP: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:469:54 [INFO] [stdout] | [INFO] [stdout] 469 | let (epnum, data_size, status) = read_reg!(otg_global, regs.global, GRXSTSR, EPNUM, BCNT, PKTSTS); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:469:54 [INFO] [stdout] | [INFO] [stdout] 469 | let (epnum, data_size, status) = read_reg!(otg_global, regs.global, GRXSTSR, EPNUM, BCNT, PKTSTS); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `synopsys-usb-otg`. [INFO] [stdout] error: aborting due to 182 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432, E0433. [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:477:32 [INFO] [stdout] | [INFO] [stdout] 477 | ... if read_reg!(endpoint_in, ep, DIEPTSIZ, PKTCNT) != 0 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:477:32 [INFO] [stdout] | [INFO] [stdout] 477 | ... if read_reg!(endpoint_in, ep, DIEPTSIZ, PKTCNT) != 0 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:478:33 [INFO] [stdout] | [INFO] [stdout] 478 | ... modify_reg!(otg_global, regs.global, GRSTCTL, TXFNUM: epnum, TXFFLSH: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:478:33 [INFO] [stdout] | [INFO] [stdout] 478 | ... modify_reg!(otg_global, regs.global, GRSTCTL, TXFNUM: epnum, TXFFLSH: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:478:33 [INFO] [stdout] | [INFO] [stdout] 478 | ... modify_reg!(otg_global, regs.global, GRSTCTL, TXFNUM: epnum, TXFFLSH: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:479:39 [INFO] [stdout] | [INFO] [stdout] 479 | ... while read_reg!(otg_global, regs.global, GRSTCTL, TXFFLSH) == 1 {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:479:39 [INFO] [stdout] | [INFO] [stdout] 479 | ... while read_reg!(otg_global, regs.global, GRSTCTL, TXFFLSH) == 1 {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:487:33 [INFO] [stdout] | [INFO] [stdout] 487 | ... modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:487:33 [INFO] [stdout] | [INFO] [stdout] 487 | ... modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:487:33 [INFO] [stdout] | [INFO] [stdout] 487 | ... modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:509:37 [INFO] [stdout] | [INFO] [stdout] 509 | ... modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:509:37 [INFO] [stdout] | [INFO] [stdout] 509 | ... modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:509:37 [INFO] [stdout] | [INFO] [stdout] 509 | ... modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:520:32 [INFO] [stdout] | [INFO] [stdout] 520 | ... if read_reg!(endpoint_in, ep_regs, DIEPINT, XFRC) != 0 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:520:32 [INFO] [stdout] | [INFO] [stdout] 520 | ... if read_reg!(endpoint_in, ep_regs, DIEPINT, XFRC) != 0 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/bus.rs:521:33 [INFO] [stdout] | [INFO] [stdout] 521 | ... write_reg!(endpoint_in, ep_regs, DIEPINT, XFRC: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 3364 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/bus.rs:521:33 [INFO] [stdout] | [INFO] [stdout] 521 | ... write_reg!(endpoint_in, ep_regs, DIEPINT, XFRC: 1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [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 stm32ral::adc::CR1::AWDCH::mask; [INFO] [stdout] | [INFO] [stdout] and 3363 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] [stdout] error[E0425]: cannot find value `base_address` in this scope [INFO] [stdout] --> src/ral/mod.rs:46:23 [INFO] [stdout] | [INFO] [stdout] 46 | let address = base_address + 0x1000 + channel * 0x1000; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `base_address` in this scope [INFO] [stdout] --> src/ral/mod.rs:87:19 [INFO] [stdout] | [INFO] [stdout] 87 | addr: base_address + 0x100 + 4 * (index as u32), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `base_address` in this scope [INFO] [stdout] --> src/ral/mod.rs:145:19 [INFO] [stdout] | [INFO] [stdout] 145 | addr: base_address + 0x900 + 0x20 * (index as u32), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `base_address` in this scope [INFO] [stdout] --> src/ral/mod.rs:199:19 [INFO] [stdout] | [INFO] [stdout] 199 | addr: base_address + 0xb00, [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `base_address` in this scope [INFO] [stdout] --> src/ral/mod.rs:253:19 [INFO] [stdout] | [INFO] [stdout] 253 | addr: base_address + 0xb00 + 0x20 * (index as u32), [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 182 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] running `Command { std: "docker" "inspect" "100a4ccdbbb047680610c35acb583dec61d7cc200fa926335d33d2897c29152e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "100a4ccdbbb047680610c35acb583dec61d7cc200fa926335d33d2897c29152e", kill_on_drop: false }` [INFO] [stdout] 100a4ccdbbb047680610c35acb583dec61d7cc200fa926335d33d2897c29152e