[INFO] fetching crate synopsys-usb-otg 0.2.1... [INFO] testing synopsys-usb-otg-0.2.1 against try#03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 for pr-74409 [INFO] extracting crate synopsys-usb-otg 0.2.1 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate synopsys-usb-otg 0.2.1 on toolchain 03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate synopsys-usb-otg 0.2.1 [INFO] finished tweaking crates.io crate synopsys-usb-otg 0.2.1 [INFO] tweaked toml for crates.io crate synopsys-usb-otg 0.2.1 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 472e7f07ac66abe67f79ab8abcbedc74e41818ca1c3a37e500c6179942e6cd2e [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" "472e7f07ac66abe67f79ab8abcbedc74e41818ca1c3a37e500c6179942e6cd2e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "472e7f07ac66abe67f79ab8abcbedc74e41818ca1c3a37e500c6179942e6cd2e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "472e7f07ac66abe67f79ab8abcbedc74e41818ca1c3a37e500c6179942e6cd2e", kill_on_drop: false }` [INFO] [stdout] 472e7f07ac66abe67f79ab8abcbedc74e41818ca1c3a37e500c6179942e6cd2e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:38e1b949b06cde1964af550a6e548bd9b2b2ea170003ae122f8fc0886596cc07" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "build" "--frozen" "--message-format=json", 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] aeabb45bd3356f837dafe3249497d477421b09895060199fe2703a1f0ce34c71 [INFO] running `Command { std: "docker" "start" "-a" "aeabb45bd3356f837dafe3249497d477421b09895060199fe2703a1f0ce34c71", kill_on_drop: false }` [INFO] [stderr] Compiling synopsys-usb-otg v0.2.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling vcell v0.1.2 [INFO] [stderr] Compiling usb-device v0.2.5 [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[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[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | modify_reg!(endpoint_out, ep, DOEPCTL, STALL: stalled as u32); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | modify_reg!(endpoint_out, ep, DOEPCTL, STALL: stalled as u32); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | modify_reg!(endpoint_out, ep, DOEPCTL, STALL: stalled as u32); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:20:17 [INFO] [stdout] | [INFO] [stdout] 20 | modify_reg!(endpoint_in, ep, DIEPCTL, STALL: stalled as u32); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:20:17 [INFO] [stdout] | [INFO] [stdout] 20 | modify_reg!(endpoint_in, ep, DIEPCTL, STALL: stalled as u32); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:20:17 [INFO] [stdout] | [INFO] [stdout] 20 | modify_reg!(endpoint_in, ep, DIEPCTL, STALL: stalled as u32); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 30 | read_reg!(endpoint_out, ep, DOEPCTL, STALL) [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:30:13 [INFO] [stdout] | [INFO] [stdout] 30 | read_reg!(endpoint_out, ep, DOEPCTL, STALL) [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:34:13 [INFO] [stdout] | [INFO] [stdout] 34 | read_reg!(endpoint_in, ep, DIEPCTL, STALL) [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:34:13 [INFO] [stdout] | [INFO] [stdout] 34 | read_reg!(endpoint_in, ep, DIEPCTL, STALL) [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:256:86 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:83:13 [INFO] [stdout] | [INFO] [stdout] 83 | write_reg!(endpoint_in, regs, DIEPCTL, MPSIZ: mpsiz as u32, SNAK: 1); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:256:96 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:83:13 [INFO] [stdout] | [INFO] [stdout] 83 | write_reg!(endpoint_in, regs, DIEPCTL, MPSIZ: mpsiz as u32, SNAK: 1); [INFO] [stdout] | --------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:256:86 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs: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] | --------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:256:96 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs: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] | --------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:256:86 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs: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] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:256:96 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs: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] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | modify_reg!(endpoint_in, regs, DIEPCTL, USBAEP: 0); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | modify_reg!(endpoint_in, regs, DIEPCTL, USBAEP: 0); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | modify_reg!(endpoint_in, regs, DIEPCTL, USBAEP: 0); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:107:12 [INFO] [stdout] | [INFO] [stdout] 107 | if read_reg!(endpoint_in, regs, DIEPCTL, EPENA) != 0 && self.index() != 0 { [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:107:12 [INFO] [stdout] | [INFO] [stdout] 107 | if read_reg!(endpoint_in, regs, DIEPCTL, EPENA) != 0 && self.index() != 0 { [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:108:13 [INFO] [stdout] | [INFO] [stdout] 108 | modify_reg!(endpoint_in, regs, DIEPCTL, EPDIS: 1) [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:108:13 [INFO] [stdout] | [INFO] [stdout] 108 | modify_reg!(endpoint_in, regs, DIEPCTL, EPDIS: 1) [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:108:13 [INFO] [stdout] | [INFO] [stdout] 108 | modify_reg!(endpoint_in, regs, DIEPCTL, EPDIS: 1) [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:119:33 [INFO] [stdout] | [INFO] [stdout] 119 | if self.index() != 0 && read_reg!(endpoint_in, ep, DIEPCTL, EPENA) != 0{ [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:119:33 [INFO] [stdout] | [INFO] [stdout] 119 | if self.index() != 0 && read_reg!(endpoint_in, ep, DIEPCTL, EPENA) != 0{ [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:130:29 [INFO] [stdout] | [INFO] [stdout] 130 | if size_words > read_reg!(endpoint_in, ep, DTXFSTS, INEPTFSAV) as usize { [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:130:29 [INFO] [stdout] | [INFO] [stdout] 130 | if size_words > read_reg!(endpoint_in, ep, DTXFSTS, INEPTFSAV) as usize { [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:140:9 [INFO] [stdout] | [INFO] [stdout] 140 | modify_reg!(endpoint_in, ep, DIEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:140:9 [INFO] [stdout] | [INFO] [stdout] 140 | modify_reg!(endpoint_in, ep, DIEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:140:9 [INFO] [stdout] | [INFO] [stdout] 140 | modify_reg!(endpoint_in, ep, DIEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:256:86 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs: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] | ------------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:256:96 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs: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] | ------------------------------------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:173:13 [INFO] [stdout] | [INFO] [stdout] 173 | modify_reg!(endpoint0_out, regs, DOEPCTL0, MPSIZ: mpsiz as u32, EPENA: 1, CNAK: 1); [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:173:13 [INFO] [stdout] | [INFO] [stdout] 173 | modify_reg!(endpoint0_out, regs, DOEPCTL0, MPSIZ: mpsiz as u32, EPENA: 1, CNAK: 1); [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:173:13 [INFO] [stdout] | [INFO] [stdout] 173 | modify_reg!(endpoint0_out, regs, DOEPCTL0, MPSIZ: mpsiz as u32, EPENA: 1, CNAK: 1); [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:256:86 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs: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] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:256:96 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs: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] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | modify_reg!(endpoint_out, regs, DOEPCTL, USBAEP: 0); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | modify_reg!(endpoint_out, regs, DOEPCTL, USBAEP: 0); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | modify_reg!(endpoint_out, regs, DOEPCTL, USBAEP: 0); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:194:12 [INFO] [stdout] | [INFO] [stdout] 194 | if read_reg!(endpoint_out, regs, DOEPCTL, EPENA) != 0 && self.index() != 0 { [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:194:12 [INFO] [stdout] | [INFO] [stdout] 194 | if read_reg!(endpoint_out, regs, DOEPCTL, EPENA) != 0 && self.index() != 0 { [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:195:13 [INFO] [stdout] | [INFO] [stdout] 195 | modify_reg!(endpoint_out, regs, DOEPCTL, EPDIS: 1) [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:195:13 [INFO] [stdout] | [INFO] [stdout] 195 | modify_reg!(endpoint_out, regs, DOEPCTL, EPDIS: 1) [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/endpoint.rs:195:13 [INFO] [stdout] | [INFO] [stdout] 195 | modify_reg!(endpoint_out, regs, DOEPCTL, EPDIS: 1) [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RegisterBlock` in module `otg_global` [INFO] [stdout] --> src/target.rs:59:38 [INFO] [stdout] | [INFO] [stdout] 59 | pub global: &'static otg_global::RegisterBlock, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `otg_global` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 5 | use crate::ral::endpoint0_out::RegisterBlock; [INFO] [stdout] | [INFO] [stdout] 5 | use crate::ral::endpoint_in::RegisterBlock; [INFO] [stdout] | [INFO] [stdout] 5 | use crate::ral::endpoint_out::RegisterBlock; [INFO] [stdout] | [INFO] [stdout] 5 | use crate::ral::otg_global_dieptxfx::RegisterBlock; [INFO] [stdout] | [INFO] [stdout] and 7 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RegisterBlock` in module `otg_device` [INFO] [stdout] --> src/target.rs:60:38 [INFO] [stdout] | [INFO] [stdout] 60 | pub device: &'static otg_device::RegisterBlock, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in `otg_device` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 5 | use crate::ral::endpoint0_out::RegisterBlock; [INFO] [stdout] | [INFO] [stdout] 5 | use crate::ral::endpoint_in::RegisterBlock; [INFO] [stdout] | [INFO] [stdout] 5 | use crate::ral::endpoint_out::RegisterBlock; [INFO] [stdout] | [INFO] [stdout] 5 | use crate::ral::otg_global_dieptxfx::RegisterBlock; [INFO] [stdout] | [INFO] [stdout] and 7 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `OTG_GLOBAL` in module `otg_global` [INFO] [stdout] --> src/target.rs:70:44 [INFO] [stdout] | [INFO] [stdout] 70 | global: unsafe { &*otg_global::OTG_GLOBAL }, [INFO] [stdout] | ^^^^^^^^^^ not found in `otg_global` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `OTG_DEVICE` in module `otg_device` [INFO] [stdout] --> src/target.rs:71:44 [INFO] [stdout] | [INFO] [stdout] 71 | device: unsafe { &*otg_device::OTG_DEVICE }, [INFO] [stdout] | ^^^^^^^^^^ not found in `otg_device` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `OTG_PWRCLK` in module `otg_pwrclk` [INFO] [stdout] --> src/target.rs:72:44 [INFO] [stdout] | [INFO] [stdout] 72 | pwrclk: unsafe { &*otg_pwrclk::OTG_PWRCLK }, [INFO] [stdout] | ^^^^^^^^^^ help: a constant with a similar name exists: `OTG_FS_PWRCLK` [INFO] [stdout] | [INFO] [stdout] ::: src/ral/instances/otg_s_pwrclk.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | pub const OTG_FS_PWRCLK: *const RegisterBlock = 0x50000e00 as *const _; [INFO] [stdout] | ----------------------------------------------------------------------- similarly named constant `OTG_FS_PWRCLK` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:256:86 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:75:13 [INFO] [stdout] | [INFO] [stdout] 75 | / write_reg!(otg_global_dieptxfx, dieptxfx, DIEPTXFx, [INFO] [stdout] 76 | | INEPTXFD: fifo_size as u32, [INFO] [stdout] 77 | | INEPTXSA: fifo_top as u32 [INFO] [stdout] 78 | | ); [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:256:96 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:75:13 [INFO] [stdout] | [INFO] [stdout] 75 | / write_reg!(otg_global_dieptxfx, dieptxfx, DIEPTXFx, [INFO] [stdout] 76 | | INEPTXFD: fifo_size as u32, [INFO] [stdout] 77 | | INEPTXSA: fifo_top as u32 [INFO] [stdout] 78 | | ); [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | modify_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH: 1, TXFFLSH: 1, TXFNUM: 0x10); [INFO] [stdout] | ------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | modify_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH: 1, TXFFLSH: 1, TXFNUM: 0x10); [INFO] [stdout] | ------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | modify_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH: 1, TXFFLSH: 1, TXFNUM: 0x10); [INFO] [stdout] | ------------------------------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:87:15 [INFO] [stdout] | [INFO] [stdout] 87 | while read_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH, TXFFLSH) != (0, 0) {} [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:87:15 [INFO] [stdout] | [INFO] [stdout] 87 | while read_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH, TXFFLSH) != (0, 0) {} [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | modify_reg!(otg_device, regs.device, DAINTMSK, IEPM: 0, OEPM: 0); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | modify_reg!(otg_device, regs.device, DAINTMSK, IEPM: 0, OEPM: 0); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | modify_reg!(otg_device, regs.device, DAINTMSK, IEPM: 0, OEPM: 0); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:262:19 [INFO] [stdout] | [INFO] [stdout] 262 | while read_reg!(otg_global, regs.global, GRSTCTL, AHBIDL) == 0 {} [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:262:19 [INFO] [stdout] | [INFO] [stdout] 262 | while read_reg!(otg_global, regs.global, GRSTCTL, AHBIDL) == 0 {} [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:314:21 [INFO] [stdout] | [INFO] [stdout] 314 | modify_reg!(otg_global, regs.global, GCCFG, VBUSASEN: 0, VBUSBSEN: 0, SOFOUTEN: 0); [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:314:21 [INFO] [stdout] | [INFO] [stdout] 314 | modify_reg!(otg_global, regs.global, GCCFG, VBUSASEN: 0, VBUSBSEN: 0, SOFOUTEN: 0); [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:314:21 [INFO] [stdout] | [INFO] [stdout] 314 | modify_reg!(otg_global, regs.global, GCCFG, VBUSASEN: 0, VBUSBSEN: 0, SOFOUTEN: 0); [INFO] [stdout] | ----------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:333:13 [INFO] [stdout] | [INFO] [stdout] 333 | modify_reg!(otg_device, regs.device, DCTL, SDIS: 1); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:333:13 [INFO] [stdout] | [INFO] [stdout] 333 | modify_reg!(otg_device, regs.device, DCTL, SDIS: 1); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:333:13 [INFO] [stdout] | [INFO] [stdout] 333 | modify_reg!(otg_device, regs.device, DCTL, SDIS: 1); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:336:13 [INFO] [stdout] | [INFO] [stdout] 336 | / modify_reg!(otg_device, regs.device, DCFG, [INFO] [stdout] 337 | | DSPD: 0b11 // Device speed: Full speed [INFO] [stdout] 338 | | ); [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:336:13 [INFO] [stdout] | [INFO] [stdout] 336 | / modify_reg!(otg_device, regs.device, DCFG, [INFO] [stdout] 337 | | DSPD: 0b11 // Device speed: Full speed [INFO] [stdout] 338 | | ); [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:336:13 [INFO] [stdout] | [INFO] [stdout] 336 | / modify_reg!(otg_device, regs.device, DCFG, [INFO] [stdout] 337 | | DSPD: 0b11 // Device speed: Full speed [INFO] [stdout] 338 | | ); [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:256:86 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:341:13 [INFO] [stdout] | [INFO] [stdout] 341 | write_reg!(otg_device, regs.device, DIEPMSK, XFRCM: 1); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:256:96 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:341:13 [INFO] [stdout] | [INFO] [stdout] 341 | write_reg!(otg_device, regs.device, DIEPMSK, XFRCM: 1); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:256:86 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:344:13 [INFO] [stdout] | [INFO] [stdout] 344 | / write_reg!(otg_global, regs.global, GINTMSK, [INFO] [stdout] 345 | | USBRST: 1, ENUMDNEM: 1, [INFO] [stdout] 346 | | USBSUSPM: 1, WUIM: 1, [INFO] [stdout] 347 | | IEPINT: 1, RXFLVLM: 1 [INFO] [stdout] 348 | | ); [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:256:96 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:344:13 [INFO] [stdout] | [INFO] [stdout] 344 | / write_reg!(otg_global, regs.global, GINTMSK, [INFO] [stdout] 345 | | USBRST: 1, ENUMDNEM: 1, [INFO] [stdout] 346 | | USBSUSPM: 1, WUIM: 1, [INFO] [stdout] 347 | | IEPINT: 1, RXFLVLM: 1 [INFO] [stdout] 348 | | ); [INFO] [stdout] | |______________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:354:13 [INFO] [stdout] | [INFO] [stdout] 354 | modify_reg!(otg_global, regs.global, GAHBCFG, GINT: 1); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:354:13 [INFO] [stdout] | [INFO] [stdout] 354 | modify_reg!(otg_global, regs.global, GAHBCFG, GINT: 1); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:354:13 [INFO] [stdout] | [INFO] [stdout] 354 | modify_reg!(otg_global, regs.global, GAHBCFG, GINT: 1); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:357:13 [INFO] [stdout] | [INFO] [stdout] 357 | modify_reg!(otg_global, regs.global, GCCFG, PWRDWN: 1); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:357:13 [INFO] [stdout] | [INFO] [stdout] 357 | modify_reg!(otg_global, regs.global, GCCFG, PWRDWN: 1); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:357:13 [INFO] [stdout] | [INFO] [stdout] 357 | modify_reg!(otg_global, regs.global, GCCFG, PWRDWN: 1); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:358:13 [INFO] [stdout] | [INFO] [stdout] 358 | modify_reg!(otg_device, regs.device, DCTL, SDIS: 0); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:358:13 [INFO] [stdout] | [INFO] [stdout] 358 | modify_reg!(otg_device, regs.device, DCTL, SDIS: 0); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:358:13 [INFO] [stdout] | [INFO] [stdout] 358 | modify_reg!(otg_device, regs.device, DCTL, SDIS: 0); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:368:13 [INFO] [stdout] | [INFO] [stdout] 368 | modify_reg!(otg_device, regs.device, DCFG, DAD: 0); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:368:13 [INFO] [stdout] | [INFO] [stdout] 368 | modify_reg!(otg_device, regs.device, DCFG, DAD: 0); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:368:13 [INFO] [stdout] | [INFO] [stdout] 368 | modify_reg!(otg_device, regs.device, DCFG, DAD: 0); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:376:13 [INFO] [stdout] | [INFO] [stdout] 376 | modify_reg!(otg_device, regs.device, DCFG, DAD: addr as u32); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:376:13 [INFO] [stdout] | [INFO] [stdout] 376 | modify_reg!(otg_device, regs.device, DCFG, DAD: addr as u32); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:376:13 [INFO] [stdout] | [INFO] [stdout] 376 | modify_reg!(otg_device, regs.device, DCFG, DAD: addr as u32); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs: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] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs: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] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:256:86 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:438:17 [INFO] [stdout] | [INFO] [stdout] 438 | write_reg!(otg_global, regs.global, GINTSTS, USBRST: 1); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:256:96 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:438:17 [INFO] [stdout] | [INFO] [stdout] 438 | write_reg!(otg_global, regs.global, GINTSTS, USBRST: 1); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:443:17 [INFO] [stdout] | [INFO] [stdout] 443 | modify_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH: 1); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:443:17 [INFO] [stdout] | [INFO] [stdout] 443 | modify_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH: 1); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:443:17 [INFO] [stdout] | [INFO] [stdout] 443 | modify_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH: 1); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:444:23 [INFO] [stdout] | [INFO] [stdout] 444 | while read_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH) == 1 {} [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:444:23 [INFO] [stdout] | [INFO] [stdout] 444 | while read_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH) == 1 {} [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:256:86 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:448:17 [INFO] [stdout] | [INFO] [stdout] 448 | write_reg!(otg_global, regs.global, GINTSTS, ENUMDNE: 1); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:256:96 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:448:17 [INFO] [stdout] | [INFO] [stdout] 448 | write_reg!(otg_global, regs.global, GINTSTS, ENUMDNE: 1); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:256:86 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:453:17 [INFO] [stdout] | [INFO] [stdout] 453 | write_reg!(otg_global, regs.global, GINTSTS, WKUPINT: 1); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:256:96 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:453:17 [INFO] [stdout] | [INFO] [stdout] 453 | write_reg!(otg_global, regs.global, GINTSTS, WKUPINT: 1); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:256:86 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:457:17 [INFO] [stdout] | [INFO] [stdout] 457 | write_reg!(otg_global, regs.global, GINTSTS, USBSUSP: 1); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:256:96 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:457:17 [INFO] [stdout] | [INFO] [stdout] 457 | write_reg!(otg_global, regs.global, GINTSTS, USBSUSP: 1); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:469:54 [INFO] [stdout] | [INFO] [stdout] 469 | let (epnum, data_size, status) = read_reg!(otg_global, regs.global, GRXSTSR, EPNUM, BCNT, PKTSTS); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:469:54 [INFO] [stdout] | [INFO] [stdout] 469 | let (epnum, data_size, status) = read_reg!(otg_global, regs.global, GRXSTSR, EPNUM, BCNT, PKTSTS); [INFO] [stdout] | ---------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:477:32 [INFO] [stdout] | [INFO] [stdout] 477 | ... if read_reg!(endpoint_in, ep, DIEPTSIZ, PKTCNT) != 0 { [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:477:32 [INFO] [stdout] | [INFO] [stdout] 477 | ... if read_reg!(endpoint_in, ep, DIEPTSIZ, PKTCNT) != 0 { [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:478:33 [INFO] [stdout] | [INFO] [stdout] 478 | ... modify_reg!(otg_global, regs.global, GRSTCTL, TXFNUM: epnum, TXFFLSH: 1); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:478:33 [INFO] [stdout] | [INFO] [stdout] 478 | ... modify_reg!(otg_global, regs.global, GRSTCTL, TXFNUM: epnum, TXFFLSH: 1); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:478:33 [INFO] [stdout] | [INFO] [stdout] 478 | ... modify_reg!(otg_global, regs.global, GRSTCTL, TXFNUM: epnum, TXFFLSH: 1); [INFO] [stdout] | ------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:479:39 [INFO] [stdout] | [INFO] [stdout] 479 | ... while read_reg!(otg_global, regs.global, GRSTCTL, TXFFLSH) == 1 {} [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:479:39 [INFO] [stdout] | [INFO] [stdout] 479 | ... while read_reg!(otg_global, regs.global, GRSTCTL, TXFFLSH) == 1 {} [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:487:33 [INFO] [stdout] | [INFO] [stdout] 487 | ... modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:487:33 [INFO] [stdout] | [INFO] [stdout] 487 | ... modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:487:33 [INFO] [stdout] | [INFO] [stdout] 487 | ... modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:386:83 [INFO] [stdout] | [INFO] [stdout] 386 | ((*$instance).$reg.read() & !( $({ use $periph::{$reg::$field::mask}; mask }) | * )) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:509:37 [INFO] [stdout] | [INFO] [stdout] 509 | ... modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:387:88 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:509:37 [INFO] [stdout] | [INFO] [stdout] 509 | ... modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:387:98 [INFO] [stdout] | [INFO] [stdout] 387 | | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | *); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:509:37 [INFO] [stdout] | [INFO] [stdout] 509 | ... modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:503:20 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:520:32 [INFO] [stdout] | [INFO] [stdout] 520 | ... if read_reg!(endpoint_in, ep_regs, DIEPINT, XFRC) != 0 { [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:503:29 [INFO] [stdout] | [INFO] [stdout] 503 | (val & mask) >> offset [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:520:32 [INFO] [stdout] | [INFO] [stdout] 520 | ... if read_reg!(endpoint_in, ep_regs, DIEPINT, XFRC) != 0 { [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `offset` in this scope [INFO] [stdout] --> src/ral/register.rs:256:86 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:521:33 [INFO] [stdout] | [INFO] [stdout] 521 | ... write_reg!(endpoint_in, ep_regs, DIEPINT, XFRC: 1); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::intrinsics::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::offset; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::offset; [INFO] [stdout] | [INFO] [stdout] and 597 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `mask` in this scope [INFO] [stdout] --> src/ral/register.rs:256:96 [INFO] [stdout] | [INFO] [stdout] 256 | $({ use $periph::{$reg::$field::{mask, offset, W::*, RW::*}}; ($value << offset) & mask }) | * [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] ::: src/bus.rs:521:33 [INFO] [stdout] | [INFO] [stdout] 521 | ... write_reg!(endpoint_in, ep_regs, DIEPINT, XFRC: 1); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::GATEHCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::PHYSUSP::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::otg_pwrclk::PCGCCTL::STPPCLK::mask; [INFO] [stdout] | [INFO] [stdout] 1 | use crate::ral::peripherals::otg_fs_device_v1::DAINT::IEPINT::mask; [INFO] [stdout] | [INFO] [stdout] and 596 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `base_address` in this scope [INFO] [stdout] --> src/ral/mod.rs:51:23 [INFO] [stdout] | [INFO] [stdout] 51 | 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:92:19 [INFO] [stdout] | [INFO] [stdout] 92 | 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:150:19 [INFO] [stdout] | [INFO] [stdout] 150 | 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:204:19 [INFO] [stdout] | [INFO] [stdout] 204 | 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:258:19 [INFO] [stdout] | [INFO] [stdout] 258 | 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] [stderr] error: could not compile `synopsys-usb-otg`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "aeabb45bd3356f837dafe3249497d477421b09895060199fe2703a1f0ce34c71", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aeabb45bd3356f837dafe3249497d477421b09895060199fe2703a1f0ce34c71", kill_on_drop: false }` [INFO] [stdout] aeabb45bd3356f837dafe3249497d477421b09895060199fe2703a1f0ce34c71