[INFO] crate synopsys-usb-otg 0.1.0 is already in cache
[INFO] checking synopsys-usb-otg-0.1.0 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate synopsys-usb-otg 0.1.0 into /workspace/builds/worker-11/source
[INFO] validating manifest of crates.io crate synopsys-usb-otg 0.1.0 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate synopsys-usb-otg 0.1.0
[INFO] finished tweaking crates.io crate synopsys-usb-otg 0.1.0
[INFO] tweaked toml for crates.io crate synopsys-usb-otg 0.1.0 written to /workspace/builds/worker-11/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 26582bab6f85547a1b4a6443789b859acee99d04942ae355e23d3b955144e327
[INFO] running `"docker" "start" "-a" "26582bab6f85547a1b4a6443789b859acee99d04942ae355e23d3b955144e327"`
[INFO] [stderr]    Compiling stm32ral v0.3.1
[INFO] [stderr]    Compiling synopsys-usb-otg v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking usb-device v0.2.5
[INFO] [stderr] error: select USB mode feature (fs/hs)
[INFO] [stderr]  --> src/lib.rs:9:1
[INFO] [stderr]   |
[INFO] [stderr] 9 | compile_error!("select USB mode feature (fs/hs)");
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `crate::target::interrupt`, `crate::target::interrupt`
[INFO] [stderr]  --> src/endpoint.rs:6:32
[INFO] [stderr]   |
[INFO] [stderr] 6 | use crate::target::interrupt::{self, CriticalSection, Mutex};
[INFO] [stderr]   |                    ^^^^^^^^^   ^^^^ no `interrupt` in `target`
[INFO] [stderr]   |                    |
[INFO] [stderr]   |                    could not find `interrupt` in `target`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in`
[INFO] [stderr]   --> src/endpoint.rs:51:46
[INFO] [stderr]    |
[INFO] [stderr] 51 |                 modify_reg!(endpoint_in, ep, DIEPCTL, STALL: stalled as u32);
[INFO] [stderr]    |                                              ^^^^^^^ could not find `DIEPCTL` in `endpoint_in`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DOEPCTL` in `endpoint_out`
[INFO] [stderr]   --> src/endpoint.rs:54:47
[INFO] [stderr]    |
[INFO] [stderr] 54 |                 modify_reg!(endpoint_out, ep, DOEPCTL, STALL: stalled as u32);
[INFO] [stderr]    |                                               ^^^^^^^ could not find `DOEPCTL` in `endpoint_out`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in`
[INFO] [stderr]   --> src/endpoint.rs:62:40
[INFO] [stderr]    |
[INFO] [stderr] 62 |             read_reg!(endpoint_in, ep, DIEPCTL, STALL)
[INFO] [stderr]    |                                        ^^^^^^^ could not find `DIEPCTL` in `endpoint_in`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DOEPCTL` in `endpoint_out`
[INFO] [stderr]   --> src/endpoint.rs:65:41
[INFO] [stderr]    |
[INFO] [stderr] 65 |             read_reg!(endpoint_out, ep, DOEPCTL, STALL)
[INFO] [stderr]    |                                         ^^^^^^^ could not find `DOEPCTL` in `endpoint_out`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in`
[INFO] [stderr]   --> src/endpoint.rs:83:47
[INFO] [stderr]    |
[INFO] [stderr] 83 |                 write_reg!(endpoint_in, regs, DIEPCTL, MPSIZ: mpsiz as u32, SNAK: 1);
[INFO] [stderr]    |                                               ^^^^^^^ could not find `DIEPCTL` in `endpoint_in`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DIEPTSIZ` in `endpoint_in`
[INFO] [stderr]   --> src/endpoint.rs:85:47
[INFO] [stderr]    |
[INFO] [stderr] 85 |                 write_reg!(endpoint_in, regs, DIEPTSIZ, PKTCNT: 0, XFRSIZ: self.max_packet_size as u32);
[INFO] [stderr]    |                                               ^^^^^^^^ could not find `DIEPTSIZ` in `endpoint_in`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DOEPTSIZ0` in `endpoint0_out`
[INFO] [stderr]   --> src/endpoint.rs:88:49
[INFO] [stderr]    |
[INFO] [stderr] 88 |                 write_reg!(endpoint0_out, regs, DOEPTSIZ0, STUPCNT: 1, PKTCNT: 1, XFRSIZ: self.max_packet_size as u32);
[INFO] [stderr]    |                                                 ^^^^^^^^^ could not find `DOEPTSIZ0` in `endpoint0_out`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DOEPCTL0` in `endpoint0_out`
[INFO] [stderr]   --> src/endpoint.rs:89:50
[INFO] [stderr]    |
[INFO] [stderr] 89 |                 modify_reg!(endpoint0_out, regs, DOEPCTL0, MPSIZ: mpsiz as u32, EPENA: 1, CNAK: 1);
[INFO] [stderr]    |                                                  ^^^^^^^^ could not find `DOEPCTL0` in `endpoint0_out`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in`
[INFO] [stderr]   --> src/endpoint.rs:94:47
[INFO] [stderr]    |
[INFO] [stderr] 94 |                 write_reg!(endpoint_in, regs, DIEPCTL,
[INFO] [stderr]    |                                               ^^^^^^^ could not find `DIEPCTL` in `endpoint_in`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DOEPCTL` in `endpoint_out`
[INFO] [stderr]    --> src/endpoint.rs:104:48
[INFO] [stderr]     |
[INFO] [stderr] 104 |                 write_reg!(endpoint_out, regs, DOEPCTL,
[INFO] [stderr]     |                                                ^^^^^^^ could not find `DOEPCTL` in `endpoint_out`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in`
[INFO] [stderr]    --> src/endpoint.rs:121:44
[INFO] [stderr]     |
[INFO] [stderr] 121 |             modify_reg!(endpoint_in, regs, DIEPCTL, USBAEP: 0);
[INFO] [stderr]     |                                            ^^^^^^^ could not find `DIEPCTL` in `endpoint_in`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in`
[INFO] [stderr]    --> src/endpoint.rs:126:45
[INFO] [stderr]     |
[INFO] [stderr] 126 |             if read_reg!(endpoint_in, regs, DIEPCTL, EPENA) != 0 && self.address.index() != 0 {
[INFO] [stderr]     |                                             ^^^^^^^ could not find `DIEPCTL` in `endpoint_in`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in`
[INFO] [stderr]    --> src/endpoint.rs:127:48
[INFO] [stderr]     |
[INFO] [stderr] 127 |                 modify_reg!(endpoint_in, regs, DIEPCTL, EPDIS: 1)
[INFO] [stderr]     |                                                ^^^^^^^ could not find `DIEPCTL` in `endpoint_in`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DOEPCTL` in `endpoint_out`
[INFO] [stderr]    --> src/endpoint.rs:138:45
[INFO] [stderr]     |
[INFO] [stderr] 138 |             modify_reg!(endpoint_out, regs, DOEPCTL, USBAEP: 0);
[INFO] [stderr]     |                                             ^^^^^^^ could not find `DOEPCTL` in `endpoint_out`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DOEPCTL` in `endpoint_out`
[INFO] [stderr]    --> src/endpoint.rs:141:46
[INFO] [stderr]     |
[INFO] [stderr] 141 |             if read_reg!(endpoint_out, regs, DOEPCTL, EPENA) != 0 && self.address.index() != 0 {
[INFO] [stderr]     |                                              ^^^^^^^ could not find `DOEPCTL` in `endpoint_out`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DOEPCTL` in `endpoint_out`
[INFO] [stderr]    --> src/endpoint.rs:142:49
[INFO] [stderr]     |
[INFO] [stderr] 142 |                 modify_reg!(endpoint_out, regs, DOEPCTL, EPDIS: 1)
[INFO] [stderr]     |                                                 ^^^^^^^ could not find `DOEPCTL` in `endpoint_out`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in`
[INFO] [stderr]    --> src/endpoint.rs:168:68
[INFO] [stderr]     |
[INFO] [stderr] 168 |         if self.address.index() != 0 && read_reg!(endpoint_in, ep, DIEPCTL, EPENA) != 0{
[INFO] [stderr]     |                                                                    ^^^^^^^ could not find `DIEPCTL` in `endpoint_in`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DTXFSTS` in `endpoint_in`
[INFO] [stderr]    --> src/endpoint.rs:179:56
[INFO] [stderr]     |
[INFO] [stderr] 179 |             if size_words > read_reg!(endpoint_in, ep, DTXFSTS, INEPTFSAV) as usize {
[INFO] [stderr]     |                                                        ^^^^^^^ could not find `DTXFSTS` in `endpoint_in`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in`
[INFO] [stderr]    --> src/endpoint.rs:189:38
[INFO] [stderr]     |
[INFO] [stderr] 189 |         modify_reg!(endpoint_in, ep, DIEPCTL, CNAK: 1, EPENA: 1);
[INFO] [stderr]     |                                      ^^^^^^^ could not find `DIEPCTL` in `endpoint_in`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DIEPTXF1` in `otg_global`
[INFO] [stderr]   --> src/bus.rs:83:45
[INFO] [stderr]    |
[INFO] [stderr] 83 |         write_reg!(otg_global, regs.global, DIEPTXF1,
[INFO] [stderr]    |                                             ^^^^^^^^ could not find `DIEPTXF1` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DIEPTXF2` in `otg_global`
[INFO] [stderr]   --> src/bus.rs:91:45
[INFO] [stderr]    |
[INFO] [stderr] 91 |         write_reg!(otg_global, regs.global, DIEPTXF2,
[INFO] [stderr]    |                                             ^^^^^^^^ could not find `DIEPTXF2` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error: select USB mode feature (fs/hs)
[INFO] [stderr]  --> src/lib.rs:9:1
[INFO] [stderr]   |
[INFO] [stderr] 9 | compile_error!("select USB mode feature (fs/hs)");
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DIEPTXF3` in `otg_global`
[INFO] [stderr]   --> src/bus.rs:99:45
[INFO] [stderr]    |
[INFO] [stderr] 99 |         write_reg!(otg_global, regs.global, DIEPTXF3,
[INFO] [stderr]    |                                             ^^^^^^^^ could not find `DIEPTXF3` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `GRSTCTL` in `otg_global`
[INFO] [stderr]    --> src/bus.rs:108:46
[INFO] [stderr]     |
[INFO] [stderr] 108 |         modify_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH: 1, TXFFLSH: 1, TXFNUM: 0x10);
[INFO] [stderr]     |                                              ^^^^^^^ could not find `GRSTCTL` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `GRSTCTL` in `otg_global`
[INFO] [stderr]    --> src/bus.rs:109:50
[INFO] [stderr]     |
[INFO] [stderr] 109 |         while read_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH, TXFFLSH) != (0, 0) {}
[INFO] [stderr]     |                                                  ^^^^^^^ could not find `GRSTCTL` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DAINTMSK` in `otg_device`
[INFO] [stderr]    --> src/bus.rs:136:46
[INFO] [stderr]     |
[INFO] [stderr] 136 |         modify_reg!(otg_device, regs.device, DAINTMSK, IEPM: 0, OEPM: 0);
[INFO] [stderr]     |                                              ^^^^^^^^ could not find `DAINTMSK` in `otg_device`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `GRSTCTL` in `otg_global`
[INFO] [stderr]    --> src/bus.rs:206:54
[INFO] [stderr]     |
[INFO] [stderr] 206 |             while read_reg!(otg_global, regs.global, GRSTCTL, AHBIDL) == 0 {}
[INFO] [stderr]     |                                                      ^^^^^^^ could not find `GRSTCTL` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DCTL` in `otg_device`
[INFO] [stderr]    --> src/bus.rs:232:50
[INFO] [stderr]     |
[INFO] [stderr] 232 |             modify_reg!(otg_device, regs.device, DCTL, SDIS: 1);
[INFO] [stderr]     |                                                  ^^^^ could not find `DCTL` in `otg_device`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DCFG` in `otg_device`
[INFO] [stderr]    --> src/bus.rs:235:50
[INFO] [stderr]     |
[INFO] [stderr] 235 |             modify_reg!(otg_device, regs.device, DCFG,
[INFO] [stderr]     |                                                  ^^^^ could not find `DCFG` in `otg_device`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DIEPMSK` in `otg_device`
[INFO] [stderr]    --> src/bus.rs:240:49
[INFO] [stderr]     |
[INFO] [stderr] 240 |             write_reg!(otg_device, regs.device, DIEPMSK, XFRCM: 1);
[INFO] [stderr]     |                                                 ^^^^^^^ could not find `DIEPMSK` in `otg_device`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `GINTMSK` in `otg_global`
[INFO] [stderr]    --> src/bus.rs:243:49
[INFO] [stderr]     |
[INFO] [stderr] 243 |             write_reg!(otg_global, regs.global, GINTMSK,
[INFO] [stderr]     |                                                 ^^^^^^^ could not find `GINTMSK` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `GAHBCFG` in `otg_global`
[INFO] [stderr]    --> src/bus.rs:253:50
[INFO] [stderr]     |
[INFO] [stderr] 253 |             modify_reg!(otg_global, regs.global, GAHBCFG, GINT: 1);
[INFO] [stderr]     |                                                  ^^^^^^^ could not find `GAHBCFG` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `GCCFG` in `otg_global`
[INFO] [stderr]    --> src/bus.rs:256:50
[INFO] [stderr]     |
[INFO] [stderr] 256 |             modify_reg!(otg_global, regs.global, GCCFG, PWRDWN: 1);
[INFO] [stderr]     |                                                  ^^^^^ could not find `GCCFG` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DCTL` in `otg_device`
[INFO] [stderr]    --> src/bus.rs:257:50
[INFO] [stderr]     |
[INFO] [stderr] 257 |             modify_reg!(otg_device, regs.device, DCTL, SDIS: 0);
[INFO] [stderr]     |                                                  ^^^^ could not find `DCTL` in `otg_device`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DCFG` in `otg_device`
[INFO] [stderr]    --> src/bus.rs:267:50
[INFO] [stderr]     |
[INFO] [stderr] 267 |             modify_reg!(otg_device, regs.device, DCFG, DAD: 0);
[INFO] [stderr]     |                                                  ^^^^ could not find `DCFG` in `otg_device`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DCFG` in `otg_device`
[INFO] [stderr]    --> src/bus.rs:275:50
[INFO] [stderr]     |
[INFO] [stderr] 275 |             modify_reg!(otg_device, regs.device, DCFG, DAD: addr as u32);
[INFO] [stderr]     |                                                  ^^^^ could not find `DCFG` in `otg_device`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `GINTSTS` in `otg_global`
[INFO] [stderr]    --> src/bus.rs:331:103
[INFO] [stderr]     |
[INFO] [stderr] 331 |             let (wakeup, suspend, enum_done, reset, iep, rxflvl) = read_reg!(otg_global, regs.global, GINTSTS,
[INFO] [stderr]     |                                                                                                       ^^^^^^^ could not find `GINTSTS` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `GINTSTS` in `otg_global`
[INFO] [stderr]    --> src/bus.rs:336:53
[INFO] [stderr]     |
[INFO] [stderr] 336 |                 write_reg!(otg_global, regs.global, GINTSTS, USBRST: 1);
[INFO] [stderr]     |                                                     ^^^^^^^ could not find `GINTSTS` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `GRSTCTL` in `otg_global`
[INFO] [stderr]    --> src/bus.rs:341:54
[INFO] [stderr]     |
[INFO] [stderr] 341 |                 modify_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH: 1);
[INFO] [stderr]     |                                                      ^^^^^^^ could not find `GRSTCTL` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `GRSTCTL` in `otg_global`
[INFO] [stderr]    --> src/bus.rs:342:58
[INFO] [stderr]     |
[INFO] [stderr] 342 |                 while read_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH) == 1 {}
[INFO] [stderr]     |                                                          ^^^^^^^ could not find `GRSTCTL` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `GINTSTS` in `otg_global`
[INFO] [stderr]    --> src/bus.rs:346:53
[INFO] [stderr]     |
[INFO] [stderr] 346 |                 write_reg!(otg_global, regs.global, GINTSTS, ENUMDNE: 1);
[INFO] [stderr]     |                                                     ^^^^^^^ could not find `GINTSTS` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `GINTSTS` in `otg_global`
[INFO] [stderr]    --> src/bus.rs:351:53
[INFO] [stderr]     |
[INFO] [stderr] 351 |                 write_reg!(otg_global, regs.global, GINTSTS, WKUPINT: 1);
[INFO] [stderr]     |                                                     ^^^^^^^ could not find `GINTSTS` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `GINTSTS` in `otg_global`
[INFO] [stderr]    --> src/bus.rs:355:53
[INFO] [stderr]     |
[INFO] [stderr] 355 |                 write_reg!(otg_global, regs.global, GINTSTS, USBSUSP: 1);
[INFO] [stderr]     |                                                     ^^^^^^^ could not find `GINTSTS` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `GRXSTSR` in `otg_global`
[INFO] [stderr]    --> src/bus.rs:367:89
[INFO] [stderr]     |
[INFO] [stderr] 367 |                     let (epnum, data_size, status) = read_reg!(otg_global, regs.global, GRXSTSR, EPNUM, BCNT, PKTSTS);
[INFO] [stderr]     |                                                                                         ^^^^^^^ could not find `GRXSTSR` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DIEPTSIZ` in `endpoint_in`
[INFO] [stderr]    --> src/bus.rs:375:59
[INFO] [stderr]     |
[INFO] [stderr] 375 | ...                   if read_reg!(endpoint_in, ep, DIEPTSIZ, PKTCNT) != 0 {
[INFO] [stderr]     |                                                     ^^^^^^^^ could not find `DIEPTSIZ` in `endpoint_in`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `GRSTCTL` in `otg_global`
[INFO] [stderr]    --> src/bus.rs:376:70
[INFO] [stderr]     |
[INFO] [stderr] 376 | ...                   modify_reg!(otg_global, regs.global, GRSTCTL, TXFNUM: epnum, TXFFLSH: 1);
[INFO] [stderr]     |                                                            ^^^^^^^ could not find `GRSTCTL` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `GRSTCTL` in `otg_global`
[INFO] [stderr]    --> src/bus.rs:377:74
[INFO] [stderr]     |
[INFO] [stderr] 377 | ...                   while read_reg!(otg_global, regs.global, GRSTCTL, TXFFLSH) == 1 {}
[INFO] [stderr]     |                                                                ^^^^^^^ could not find `GRSTCTL` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DOEPCTL` in `endpoint_out`
[INFO] [stderr]    --> src/bus.rs:383:59
[INFO] [stderr]     |
[INFO] [stderr] 383 | ...                   modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1);
[INFO] [stderr]     |                                                     ^^^^^^^ could not find `DOEPCTL` in `endpoint_out`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DIEPINT` in `endpoint_in`
[INFO] [stderr]    --> src/bus.rs:408:64
[INFO] [stderr]     |
[INFO] [stderr] 408 | ...                   if read_reg!(endpoint_in, ep_regs, DIEPINT, XFRC) != 0 {
[INFO] [stderr]     |                                                          ^^^^^^^ could not find `DIEPINT` in `endpoint_in`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DIEPINT` in `endpoint_in`
[INFO] [stderr]    --> src/bus.rs:409:66
[INFO] [stderr]     |
[INFO] [stderr] 409 | ...                   write_reg!(endpoint_in, ep_regs, DIEPINT, XFRC: 1);
[INFO] [stderr]     |                                                        ^^^^^^^ could not find `DIEPINT` in `endpoint_in`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `crate::target::interrupt`, `crate::target::interrupt`
[INFO] [stderr]  --> src/bus.rs:7:32
[INFO] [stderr]   |
[INFO] [stderr] 7 | use crate::target::interrupt::{self, Mutex, CriticalSection};
[INFO] [stderr]   |                    ^^^^^^^^^   ^^^^ no `interrupt` in `target`
[INFO] [stderr]   |                    |
[INFO] [stderr]   |                    could not find `interrupt` in `target`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `crate::target::interrupt`, `crate::target::interrupt`
[INFO] [stderr]  --> src/endpoint.rs:6:32
[INFO] [stderr]   |
[INFO] [stderr] 6 | use crate::target::interrupt::{self, CriticalSection, Mutex};
[INFO] [stderr]   |                    ^^^^^^^^^   ^^^^ no `interrupt` in `target`
[INFO] [stderr]   |                    |
[INFO] [stderr]   |                    could not find `interrupt` in `target`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in`
[INFO] [stderr]   --> src/endpoint.rs:51:46
[INFO] [stderr]    |
[INFO] [stderr] 51 |                 modify_reg!(endpoint_in, ep, DIEPCTL, STALL: stalled as u32);
[INFO] [stderr]    |                                              ^^^^^^^ could not find `DIEPCTL` in `endpoint_in`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DOEPCTL` in `endpoint_out`
[INFO] [stderr]   --> src/endpoint.rs:54:47
[INFO] [stderr]    |
[INFO] [stderr] 54 |                 modify_reg!(endpoint_out, ep, DOEPCTL, STALL: stalled as u32);
[INFO] [stderr]    |                                               ^^^^^^^ could not find `DOEPCTL` in `endpoint_out`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in`
[INFO] [stderr]   --> src/endpoint.rs:62:40
[INFO] [stderr]    |
[INFO] [stderr] 62 |             read_reg!(endpoint_in, ep, DIEPCTL, STALL)
[INFO] [stderr]    |                                        ^^^^^^^ could not find `DIEPCTL` in `endpoint_in`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DOEPCTL` in `endpoint_out`
[INFO] [stderr]   --> src/endpoint.rs:65:41
[INFO] [stderr]    |
[INFO] [stderr] 65 |             read_reg!(endpoint_out, ep, DOEPCTL, STALL)
[INFO] [stderr]    |                                         ^^^^^^^ could not find `DOEPCTL` in `endpoint_out`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in`
[INFO] [stderr]   --> src/endpoint.rs:83:47
[INFO] [stderr]    |
[INFO] [stderr] 83 |                 write_reg!(endpoint_in, regs, DIEPCTL, MPSIZ: mpsiz as u32, SNAK: 1);
[INFO] [stderr]    |                                               ^^^^^^^ could not find `DIEPCTL` in `endpoint_in`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DIEPTSIZ` in `endpoint_in`
[INFO] [stderr]   --> src/endpoint.rs:85:47
[INFO] [stderr]    |
[INFO] [stderr] 85 |                 write_reg!(endpoint_in, regs, DIEPTSIZ, PKTCNT: 0, XFRSIZ: self.max_packet_size as u32);
[INFO] [stderr]    |                                               ^^^^^^^^ could not find `DIEPTSIZ` in `endpoint_in`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DOEPTSIZ0` in `endpoint0_out`
[INFO] [stderr]   --> src/endpoint.rs:88:49
[INFO] [stderr]    |
[INFO] [stderr] 88 |                 write_reg!(endpoint0_out, regs, DOEPTSIZ0, STUPCNT: 1, PKTCNT: 1, XFRSIZ: self.max_packet_size as u32);
[INFO] [stderr]    |                                                 ^^^^^^^^^ could not find `DOEPTSIZ0` in `endpoint0_out`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DOEPCTL0` in `endpoint0_out`
[INFO] [stderr]   --> src/endpoint.rs:89:50
[INFO] [stderr]    |
[INFO] [stderr] 89 |                 modify_reg!(endpoint0_out, regs, DOEPCTL0, MPSIZ: mpsiz as u32, EPENA: 1, CNAK: 1);
[INFO] [stderr]    |                                                  ^^^^^^^^ could not find `DOEPCTL0` in `endpoint0_out`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in`
[INFO] [stderr]   --> src/endpoint.rs:94:47
[INFO] [stderr]    |
[INFO] [stderr] 94 |                 write_reg!(endpoint_in, regs, DIEPCTL,
[INFO] [stderr]    |                                               ^^^^^^^ could not find `DIEPCTL` in `endpoint_in`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DOEPCTL` in `endpoint_out`
[INFO] [stderr]    --> src/endpoint.rs:104:48
[INFO] [stderr]     |
[INFO] [stderr] 104 |                 write_reg!(endpoint_out, regs, DOEPCTL,
[INFO] [stderr]     |                                                ^^^^^^^ could not find `DOEPCTL` in `endpoint_out`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in`
[INFO] [stderr]    --> src/endpoint.rs:121:44
[INFO] [stderr]     |
[INFO] [stderr] 121 |             modify_reg!(endpoint_in, regs, DIEPCTL, USBAEP: 0);
[INFO] [stderr]     |                                            ^^^^^^^ could not find `DIEPCTL` in `endpoint_in`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in`
[INFO] [stderr]    --> src/endpoint.rs:126:45
[INFO] [stderr]     |
[INFO] [stderr] 126 |             if read_reg!(endpoint_in, regs, DIEPCTL, EPENA) != 0 && self.address.index() != 0 {
[INFO] [stderr]     |                                             ^^^^^^^ could not find `DIEPCTL` in `endpoint_in`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in`
[INFO] [stderr]    --> src/endpoint.rs:127:48
[INFO] [stderr]     |
[INFO] [stderr] 127 |                 modify_reg!(endpoint_in, regs, DIEPCTL, EPDIS: 1)
[INFO] [stderr]     |                                                ^^^^^^^ could not find `DIEPCTL` in `endpoint_in`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DOEPCTL` in `endpoint_out`
[INFO] [stderr]    --> src/endpoint.rs:138:45
[INFO] [stderr]     |
[INFO] [stderr] 138 |             modify_reg!(endpoint_out, regs, DOEPCTL, USBAEP: 0);
[INFO] [stderr]     |                                             ^^^^^^^ could not find `DOEPCTL` in `endpoint_out`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DOEPCTL` in `endpoint_out`
[INFO] [stderr]    --> src/endpoint.rs:141:46
[INFO] [stderr]     |
[INFO] [stderr] 141 |             if read_reg!(endpoint_out, regs, DOEPCTL, EPENA) != 0 && self.address.index() != 0 {
[INFO] [stderr]     |                                              ^^^^^^^ could not find `DOEPCTL` in `endpoint_out`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DOEPCTL` in `endpoint_out`
[INFO] [stderr]    --> src/endpoint.rs:142:49
[INFO] [stderr]     |
[INFO] [stderr] 142 |                 modify_reg!(endpoint_out, regs, DOEPCTL, EPDIS: 1)
[INFO] [stderr]     |                                                 ^^^^^^^ could not find `DOEPCTL` in `endpoint_out`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in`
[INFO] [stderr]    --> src/endpoint.rs:168:68
[INFO] [stderr]     |
[INFO] [stderr] 168 |         if self.address.index() != 0 && read_reg!(endpoint_in, ep, DIEPCTL, EPENA) != 0{
[INFO] [stderr]     |                                                                    ^^^^^^^ could not find `DIEPCTL` in `endpoint_in`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DTXFSTS` in `endpoint_in`
[INFO] [stderr]    --> src/endpoint.rs:179:56
[INFO] [stderr]     |
[INFO] [stderr] 179 |             if size_words > read_reg!(endpoint_in, ep, DTXFSTS, INEPTFSAV) as usize {
[INFO] [stderr]     |                                                        ^^^^^^^ could not find `DTXFSTS` in `endpoint_in`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DIEPCTL` in `endpoint_in`
[INFO] [stderr]    --> src/endpoint.rs:189:38
[INFO] [stderr]     |
[INFO] [stderr] 189 |         modify_reg!(endpoint_in, ep, DIEPCTL, CNAK: 1, EPENA: 1);
[INFO] [stderr]     |                                      ^^^^^^^ could not find `DIEPCTL` in `endpoint_in`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DIEPTXF1` in `otg_global`
[INFO] [stderr]   --> src/bus.rs:83:45
[INFO] [stderr]    |
[INFO] [stderr] 83 |         write_reg!(otg_global, regs.global, DIEPTXF1,
[INFO] [stderr]    |                                             ^^^^^^^^ could not find `DIEPTXF1` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DIEPTXF2` in `otg_global`
[INFO] [stderr]   --> src/bus.rs:91:45
[INFO] [stderr]    |
[INFO] [stderr] 91 |         write_reg!(otg_global, regs.global, DIEPTXF2,
[INFO] [stderr]    |                                             ^^^^^^^^ could not find `DIEPTXF2` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DIEPTXF3` in `otg_global`
[INFO] [stderr]   --> src/bus.rs:99:45
[INFO] [stderr]    |
[INFO] [stderr] 99 |         write_reg!(otg_global, regs.global, DIEPTXF3,
[INFO] [stderr]    |                                             ^^^^^^^^ could not find `DIEPTXF3` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `GRSTCTL` in `otg_global`
[INFO] [stderr]    --> src/bus.rs:108:46
[INFO] [stderr]     |
[INFO] [stderr] 108 |         modify_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH: 1, TXFFLSH: 1, TXFNUM: 0x10);
[INFO] [stderr]     |                                              ^^^^^^^ could not find `GRSTCTL` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `GRSTCTL` in `otg_global`
[INFO] [stderr]    --> src/bus.rs:109:50
[INFO] [stderr]     |
[INFO] [stderr] 109 |         while read_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH, TXFFLSH) != (0, 0) {}
[INFO] [stderr]     |                                                  ^^^^^^^ could not find `GRSTCTL` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DAINTMSK` in `otg_device`
[INFO] [stderr]    --> src/bus.rs:136:46
[INFO] [stderr]     |
[INFO] [stderr] 136 |         modify_reg!(otg_device, regs.device, DAINTMSK, IEPM: 0, OEPM: 0);
[INFO] [stderr]     |                                              ^^^^^^^^ could not find `DAINTMSK` in `otg_device`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `GRSTCTL` in `otg_global`
[INFO] [stderr]    --> src/bus.rs:206:54
[INFO] [stderr]     |
[INFO] [stderr] 206 |             while read_reg!(otg_global, regs.global, GRSTCTL, AHBIDL) == 0 {}
[INFO] [stderr]     |                                                      ^^^^^^^ could not find `GRSTCTL` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DCTL` in `otg_device`
[INFO] [stderr]    --> src/bus.rs:232:50
[INFO] [stderr]     |
[INFO] [stderr] 232 |             modify_reg!(otg_device, regs.device, DCTL, SDIS: 1);
[INFO] [stderr]     |                                                  ^^^^ could not find `DCTL` in `otg_device`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DCFG` in `otg_device`
[INFO] [stderr]    --> src/bus.rs:235:50
[INFO] [stderr]     |
[INFO] [stderr] 235 |             modify_reg!(otg_device, regs.device, DCFG,
[INFO] [stderr]     |                                                  ^^^^ could not find `DCFG` in `otg_device`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DIEPMSK` in `otg_device`
[INFO] [stderr]    --> src/bus.rs:240:49
[INFO] [stderr]     |
[INFO] [stderr] 240 |             write_reg!(otg_device, regs.device, DIEPMSK, XFRCM: 1);
[INFO] [stderr]     |                                                 ^^^^^^^ could not find `DIEPMSK` in `otg_device`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `GINTMSK` in `otg_global`
[INFO] [stderr]    --> src/bus.rs:243:49
[INFO] [stderr]     |
[INFO] [stderr] 243 |             write_reg!(otg_global, regs.global, GINTMSK,
[INFO] [stderr]     |                                                 ^^^^^^^ could not find `GINTMSK` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `GAHBCFG` in `otg_global`
[INFO] [stderr]    --> src/bus.rs:253:50
[INFO] [stderr]     |
[INFO] [stderr] 253 |             modify_reg!(otg_global, regs.global, GAHBCFG, GINT: 1);
[INFO] [stderr]     |                                                  ^^^^^^^ could not find `GAHBCFG` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `GCCFG` in `otg_global`
[INFO] [stderr]    --> src/bus.rs:256:50
[INFO] [stderr]     |
[INFO] [stderr] 256 |             modify_reg!(otg_global, regs.global, GCCFG, PWRDWN: 1);
[INFO] [stderr]     |                                                  ^^^^^ could not find `GCCFG` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DCTL` in `otg_device`
[INFO] [stderr]    --> src/bus.rs:257:50
[INFO] [stderr]     |
[INFO] [stderr] 257 |             modify_reg!(otg_device, regs.device, DCTL, SDIS: 0);
[INFO] [stderr]     |                                                  ^^^^ could not find `DCTL` in `otg_device`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DCFG` in `otg_device`
[INFO] [stderr]    --> src/bus.rs:267:50
[INFO] [stderr]     |
[INFO] [stderr] 267 |             modify_reg!(otg_device, regs.device, DCFG, DAD: 0);
[INFO] [stderr]     |                                                  ^^^^ could not find `DCFG` in `otg_device`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DCFG` in `otg_device`
[INFO] [stderr]    --> src/bus.rs:275:50
[INFO] [stderr]     |
[INFO] [stderr] 275 |             modify_reg!(otg_device, regs.device, DCFG, DAD: addr as u32);
[INFO] [stderr]     |                                                  ^^^^ could not find `DCFG` in `otg_device`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `GINTSTS` in `otg_global`
[INFO] [stderr]    --> src/bus.rs:331:103
[INFO] [stderr]     |
[INFO] [stderr] 331 |             let (wakeup, suspend, enum_done, reset, iep, rxflvl) = read_reg!(otg_global, regs.global, GINTSTS,
[INFO] [stderr]     |                                                                                                       ^^^^^^^ could not find `GINTSTS` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `GINTSTS` in `otg_global`
[INFO] [stderr]    --> src/bus.rs:336:53
[INFO] [stderr]     |
[INFO] [stderr] 336 |                 write_reg!(otg_global, regs.global, GINTSTS, USBRST: 1);
[INFO] [stderr]     |                                                     ^^^^^^^ could not find `GINTSTS` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `GRSTCTL` in `otg_global`
[INFO] [stderr]    --> src/bus.rs:341:54
[INFO] [stderr]     |
[INFO] [stderr] 341 |                 modify_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH: 1);
[INFO] [stderr]     |                                                      ^^^^^^^ could not find `GRSTCTL` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `GRSTCTL` in `otg_global`
[INFO] [stderr]    --> src/bus.rs:342:58
[INFO] [stderr]     |
[INFO] [stderr] 342 |                 while read_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH) == 1 {}
[INFO] [stderr]     |                                                          ^^^^^^^ could not find `GRSTCTL` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `GINTSTS` in `otg_global`
[INFO] [stderr]    --> src/bus.rs:346:53
[INFO] [stderr]     |
[INFO] [stderr] 346 |                 write_reg!(otg_global, regs.global, GINTSTS, ENUMDNE: 1);
[INFO] [stderr]     |                                                     ^^^^^^^ could not find `GINTSTS` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `GINTSTS` in `otg_global`
[INFO] [stderr]    --> src/bus.rs:351:53
[INFO] [stderr]     |
[INFO] [stderr] 351 |                 write_reg!(otg_global, regs.global, GINTSTS, WKUPINT: 1);
[INFO] [stderr]     |                                                     ^^^^^^^ could not find `GINTSTS` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `GINTSTS` in `otg_global`
[INFO] [stderr]    --> src/bus.rs:355:53
[INFO] [stderr]     |
[INFO] [stderr] 355 |                 write_reg!(otg_global, regs.global, GINTSTS, USBSUSP: 1);
[INFO] [stderr]     |                                                     ^^^^^^^ could not find `GINTSTS` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `GRXSTSR` in `otg_global`
[INFO] [stderr]    --> src/bus.rs:367:89
[INFO] [stderr]     |
[INFO] [stderr] 367 |                     let (epnum, data_size, status) = read_reg!(otg_global, regs.global, GRXSTSR, EPNUM, BCNT, PKTSTS);
[INFO] [stderr]     |                                                                                         ^^^^^^^ could not find `GRXSTSR` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DIEPTSIZ` in `endpoint_in`
[INFO] [stderr]    --> src/bus.rs:375:59
[INFO] [stderr]     |
[INFO] [stderr] 375 | ...                   if read_reg!(endpoint_in, ep, DIEPTSIZ, PKTCNT) != 0 {
[INFO] [stderr]     |                                                     ^^^^^^^^ could not find `DIEPTSIZ` in `endpoint_in`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `GRSTCTL` in `otg_global`
[INFO] [stderr]    --> src/bus.rs:376:70
[INFO] [stderr]     |
[INFO] [stderr] 376 | ...                   modify_reg!(otg_global, regs.global, GRSTCTL, TXFNUM: epnum, TXFFLSH: 1);
[INFO] [stderr]     |                                                            ^^^^^^^ could not find `GRSTCTL` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `GRSTCTL` in `otg_global`
[INFO] [stderr]    --> src/bus.rs:377:74
[INFO] [stderr]     |
[INFO] [stderr] 377 | ...                   while read_reg!(otg_global, regs.global, GRSTCTL, TXFFLSH) == 1 {}
[INFO] [stderr]     |                                                                ^^^^^^^ could not find `GRSTCTL` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DOEPCTL` in `endpoint_out`
[INFO] [stderr]    --> src/bus.rs:383:59
[INFO] [stderr]     |
[INFO] [stderr] 383 | ...                   modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1);
[INFO] [stderr]     |                                                     ^^^^^^^ could not find `DOEPCTL` in `endpoint_out`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DIEPINT` in `endpoint_in`
[INFO] [stderr]    --> src/bus.rs:408:64
[INFO] [stderr]     |
[INFO] [stderr] 408 | ...                   if read_reg!(endpoint_in, ep_regs, DIEPINT, XFRC) != 0 {
[INFO] [stderr]     |                                                          ^^^^^^^ could not find `DIEPINT` in `endpoint_in`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `DIEPINT` in `endpoint_in`
[INFO] [stderr]    --> src/bus.rs:409:66
[INFO] [stderr]     |
[INFO] [stderr] 409 | ...                   write_reg!(endpoint_in, ep_regs, DIEPINT, XFRC: 1);
[INFO] [stderr]     |                                                        ^^^^^^^ could not find `DIEPINT` in `endpoint_in`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `crate::target::interrupt`, `crate::target::interrupt`
[INFO] [stderr]  --> src/bus.rs:7:32
[INFO] [stderr]   |
[INFO] [stderr] 7 | use crate::target::interrupt::{self, Mutex, CriticalSection};
[INFO] [stderr]   |                    ^^^^^^^^^   ^^^^ no `interrupt` in `target`
[INFO] [stderr]   |                    |
[INFO] [stderr]   |                    could not find `interrupt` in `target`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `OTG_GLOBAL` in `otg_global`
[INFO] [stderr]   --> src/target.rs:70:42
[INFO] [stderr]    |
[INFO] [stderr] 70 |             global: unsafe { otg_global::OTG_GLOBAL::steal() },
[INFO] [stderr]    |                                          ^^^^^^^^^^ could not find `OTG_GLOBAL` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `OTG_DEVICE` in `otg_device`
[INFO] [stderr]   --> src/target.rs:71:42
[INFO] [stderr]    |
[INFO] [stderr] 71 |             device: unsafe { otg_device::OTG_DEVICE::steal() },
[INFO] [stderr]    |                                          ^^^^^^^^^^ could not find `OTG_DEVICE` in `otg_device`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `OTG_PWRCLK` in `otg_pwrclk`
[INFO] [stderr]   --> src/target.rs:72:42
[INFO] [stderr]    |
[INFO] [stderr] 72 |             pwrclk: unsafe { otg_pwrclk::OTG_PWRCLK::steal() },
[INFO] [stderr]    |                                          ^^^^^^^^^^ could not find `OTG_PWRCLK` in `otg_pwrclk`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `OTG_GLOBAL` in `otg_global`
[INFO] [stderr]   --> src/target.rs:70:42
[INFO] [stderr]    |
[INFO] [stderr] 70 |             global: unsafe { otg_global::OTG_GLOBAL::steal() },
[INFO] [stderr]    |                                          ^^^^^^^^^^ could not find `OTG_GLOBAL` in `otg_global`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `OTG_DEVICE` in `otg_device`
[INFO] [stderr]   --> src/target.rs:71:42
[INFO] [stderr]    |
[INFO] [stderr] 71 |             device: unsafe { otg_device::OTG_DEVICE::steal() },
[INFO] [stderr]    |                                          ^^^^^^^^^^ could not find `OTG_DEVICE` in `otg_device`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `OTG_PWRCLK` in `otg_pwrclk`
[INFO] [stderr]   --> src/target.rs:72:42
[INFO] [stderr]    |
[INFO] [stderr] 72 |             pwrclk: unsafe { otg_pwrclk::OTG_PWRCLK::steal() },
[INFO] [stderr]    |                                          ^^^^^^^^^^ could not find `OTG_PWRCLK` in `otg_pwrclk`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]   --> src/endpoint.rs:51:17
[INFO] [stderr]    |
[INFO] [stderr] 51 |                 modify_reg!(endpoint_in, ep, DIEPCTL, STALL: stalled as u32);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]    |
[INFO] [stderr]      and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]   --> src/endpoint.rs:51:17
[INFO] [stderr]    |
[INFO] [stderr] 51 |                 modify_reg!(endpoint_in, ep, DIEPCTL, STALL: stalled as u32);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]    |
[INFO] [stderr]      and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]   --> src/endpoint.rs:51:17
[INFO] [stderr]    |
[INFO] [stderr] 51 |                 modify_reg!(endpoint_in, ep, DIEPCTL, STALL: stalled as u32);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::intrinsics::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]    |
[INFO] [stderr]      and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]   --> src/endpoint.rs:51:17
[INFO] [stderr]    |
[INFO] [stderr] 51 |                 modify_reg!(endpoint_in, ep, DIEPCTL, STALL: stalled as u32);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]    |
[INFO] [stderr]      and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]   --> src/endpoint.rs:51:17
[INFO] [stderr]    |
[INFO] [stderr] 51 |                 modify_reg!(endpoint_in, ep, DIEPCTL, STALL: stalled as u32);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::intrinsics::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]    |
[INFO] [stderr]      and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]   --> src/endpoint.rs:54:17
[INFO] [stderr]    |
[INFO] [stderr] 54 |                 modify_reg!(endpoint_out, ep, DOEPCTL, STALL: stalled as u32);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]    |
[INFO] [stderr]      and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]   --> src/endpoint.rs:51:17
[INFO] [stderr]    |
[INFO] [stderr] 51 |                 modify_reg!(endpoint_in, ep, DIEPCTL, STALL: stalled as u32);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]    |
[INFO] [stderr]      and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]   --> src/endpoint.rs:54:17
[INFO] [stderr]    |
[INFO] [stderr] 54 |                 modify_reg!(endpoint_out, ep, DOEPCTL, STALL: stalled as u32);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::intrinsics::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]    |
[INFO] [stderr]      and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]   --> src/endpoint.rs:54:17
[INFO] [stderr]    |
[INFO] [stderr] 54 |                 modify_reg!(endpoint_out, ep, DOEPCTL, STALL: stalled as u32);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]    |
[INFO] [stderr]      and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]   --> src/endpoint.rs:54:17
[INFO] [stderr]    |
[INFO] [stderr] 54 |                 modify_reg!(endpoint_out, ep, DOEPCTL, STALL: stalled as u32);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]    |
[INFO] [stderr]      and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]   --> src/endpoint.rs:54:17
[INFO] [stderr]    |
[INFO] [stderr] 54 |                 modify_reg!(endpoint_out, ep, DOEPCTL, STALL: stalled as u32);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::intrinsics::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]    |
[INFO] [stderr]      and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]   --> src/endpoint.rs:62:13
[INFO] [stderr]    |
[INFO] [stderr] 62 |             read_reg!(endpoint_in, ep, DIEPCTL, STALL)
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]    |
[INFO] [stderr]      and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]   --> src/endpoint.rs:62:13
[INFO] [stderr]    |
[INFO] [stderr] 62 |             read_reg!(endpoint_in, ep, DIEPCTL, STALL)
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::intrinsics::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]    |
[INFO] [stderr]      and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]   --> src/endpoint.rs:54:17
[INFO] [stderr]    |
[INFO] [stderr] 54 |                 modify_reg!(endpoint_out, ep, DOEPCTL, STALL: stalled as u32);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]    |
[INFO] [stderr]      and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]   --> src/endpoint.rs:65:13
[INFO] [stderr]    |
[INFO] [stderr] 65 |             read_reg!(endpoint_out, ep, DOEPCTL, STALL)
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]    |
[INFO] [stderr]      and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]   --> src/endpoint.rs:62:13
[INFO] [stderr]    |
[INFO] [stderr] 62 |             read_reg!(endpoint_in, ep, DIEPCTL, STALL)
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]    |
[INFO] [stderr]      and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]   --> src/endpoint.rs:65:13
[INFO] [stderr]    |
[INFO] [stderr] 65 |             read_reg!(endpoint_out, ep, DOEPCTL, STALL)
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::intrinsics::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]    |
[INFO] [stderr]      and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]   --> src/endpoint.rs:62:13
[INFO] [stderr]    |
[INFO] [stderr] 62 |             read_reg!(endpoint_in, ep, DIEPCTL, STALL)
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::intrinsics::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]    |
[INFO] [stderr]      and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]   --> src/endpoint.rs:83:17
[INFO] [stderr]    |
[INFO] [stderr] 83 |                 write_reg!(endpoint_in, regs, DIEPCTL, MPSIZ: mpsiz as u32, SNAK: 1);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::intrinsics::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]    |
[INFO] [stderr]      and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]   --> src/endpoint.rs:65:13
[INFO] [stderr]    |
[INFO] [stderr] 65 |             read_reg!(endpoint_out, ep, DOEPCTL, STALL)
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]    |
[INFO] [stderr]      and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]   --> src/endpoint.rs:83:17
[INFO] [stderr]    |
[INFO] [stderr] 83 |                 write_reg!(endpoint_in, regs, DIEPCTL, MPSIZ: mpsiz as u32, SNAK: 1);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]    |
[INFO] [stderr]      and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]   --> src/endpoint.rs:65:13
[INFO] [stderr]    |
[INFO] [stderr] 65 |             read_reg!(endpoint_out, ep, DOEPCTL, STALL)
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::intrinsics::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]    |
[INFO] [stderr]      and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]   --> src/endpoint.rs:85:17
[INFO] [stderr]    |
[INFO] [stderr] 85 |                 write_reg!(endpoint_in, regs, DIEPTSIZ, PKTCNT: 0, XFRSIZ: self.max_packet_size as u32);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::intrinsics::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]    |
[INFO] [stderr]      and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]   --> src/endpoint.rs:83:17
[INFO] [stderr]    |
[INFO] [stderr] 83 |                 write_reg!(endpoint_in, regs, DIEPCTL, MPSIZ: mpsiz as u32, SNAK: 1);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::intrinsics::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]    |
[INFO] [stderr]      and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]   --> src/endpoint.rs:85:17
[INFO] [stderr]    |
[INFO] [stderr] 85 |                 write_reg!(endpoint_in, regs, DIEPTSIZ, PKTCNT: 0, XFRSIZ: self.max_packet_size as u32);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]    |
[INFO] [stderr]      and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]   --> src/endpoint.rs:83:17
[INFO] [stderr]    |
[INFO] [stderr] 83 |                 write_reg!(endpoint_in, regs, DIEPCTL, MPSIZ: mpsiz as u32, SNAK: 1);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]    |
[INFO] [stderr]      and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]   --> src/endpoint.rs:88:17
[INFO] [stderr]    |
[INFO] [stderr] 88 |                 write_reg!(endpoint0_out, regs, DOEPTSIZ0, STUPCNT: 1, PKTCNT: 1, XFRSIZ: self.max_packet_size as u32);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::intrinsics::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]    |
[INFO] [stderr]      and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]   --> src/endpoint.rs:85:17
[INFO] [stderr]    |
[INFO] [stderr] 85 |                 write_reg!(endpoint_in, regs, DIEPTSIZ, PKTCNT: 0, XFRSIZ: self.max_packet_size as u32);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::intrinsics::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]    |
[INFO] [stderr]      and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]   --> src/endpoint.rs:88:17
[INFO] [stderr]    |
[INFO] [stderr] 88 |                 write_reg!(endpoint0_out, regs, DOEPTSIZ0, STUPCNT: 1, PKTCNT: 1, XFRSIZ: self.max_packet_size as u32);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]    |
[INFO] [stderr]      and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]   --> src/endpoint.rs:85:17
[INFO] [stderr]    |
[INFO] [stderr] 85 |                 write_reg!(endpoint_in, regs, DIEPTSIZ, PKTCNT: 0, XFRSIZ: self.max_packet_size as u32);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]    |
[INFO] [stderr]      and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]   --> src/endpoint.rs:89:17
[INFO] [stderr]    |
[INFO] [stderr] 89 |                 modify_reg!(endpoint0_out, regs, DOEPCTL0, MPSIZ: mpsiz as u32, EPENA: 1, CNAK: 1);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]    |
[INFO] [stderr]      and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]   --> src/endpoint.rs:88:17
[INFO] [stderr]    |
[INFO] [stderr] 88 |                 write_reg!(endpoint0_out, regs, DOEPTSIZ0, STUPCNT: 1, PKTCNT: 1, XFRSIZ: self.max_packet_size as u32);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::intrinsics::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]    |
[INFO] [stderr]      and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]   --> src/endpoint.rs:88:17
[INFO] [stderr]    |
[INFO] [stderr] 88 |                 write_reg!(endpoint0_out, regs, DOEPTSIZ0, STUPCNT: 1, PKTCNT: 1, XFRSIZ: self.max_packet_size as u32);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]    |
[INFO] [stderr]      and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]   --> src/endpoint.rs:89:17
[INFO] [stderr]    |
[INFO] [stderr] 89 |                 modify_reg!(endpoint0_out, regs, DOEPCTL0, MPSIZ: mpsiz as u32, EPENA: 1, CNAK: 1);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::intrinsics::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]    |
[INFO] [stderr]      and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]   --> src/endpoint.rs:89:17
[INFO] [stderr]    |
[INFO] [stderr] 89 |                 modify_reg!(endpoint0_out, regs, DOEPCTL0, MPSIZ: mpsiz as u32, EPENA: 1, CNAK: 1);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]    |
[INFO] [stderr]      and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]   --> src/endpoint.rs:89:17
[INFO] [stderr]    |
[INFO] [stderr] 89 |                 modify_reg!(endpoint0_out, regs, DOEPCTL0, MPSIZ: mpsiz as u32, EPENA: 1, CNAK: 1);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]    |
[INFO] [stderr]      and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/endpoint.rs:94:17
[INFO] [stderr]     |
[INFO] [stderr] 94  | /                 write_reg!(endpoint_in, regs, DIEPCTL,
[INFO] [stderr] 95  | |                     SNAK: 1,
[INFO] [stderr] 96  | |                     USBAEP: 1,
[INFO] [stderr] 97  | |                     EPTYP: self.ep_type.unwrap() as u32,
[INFO] [stderr] ...   |
[INFO] [stderr] 100 | |                     MPSIZ: self.max_packet_size as u32
[INFO] [stderr] 101 | |                 );
[INFO] [stderr]     | |__________________^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]   --> src/endpoint.rs:89:17
[INFO] [stderr]    |
[INFO] [stderr] 89 |                 modify_reg!(endpoint0_out, regs, DOEPCTL0, MPSIZ: mpsiz as u32, EPENA: 1, CNAK: 1);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::intrinsics::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]    |
[INFO] [stderr]      and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/endpoint.rs:94:17
[INFO] [stderr]     |
[INFO] [stderr] 94  | /                 write_reg!(endpoint_in, regs, DIEPCTL,
[INFO] [stderr] 95  | |                     SNAK: 1,
[INFO] [stderr] 96  | |                     USBAEP: 1,
[INFO] [stderr] 97  | |                     EPTYP: self.ep_type.unwrap() as u32,
[INFO] [stderr] ...   |
[INFO] [stderr] 100 | |                     MPSIZ: self.max_packet_size as u32
[INFO] [stderr] 101 | |                 );
[INFO] [stderr]     | |__________________^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]   --> src/endpoint.rs:89:17
[INFO] [stderr]    |
[INFO] [stderr] 89 |                 modify_reg!(endpoint0_out, regs, DOEPCTL0, MPSIZ: mpsiz as u32, EPENA: 1, CNAK: 1);
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]    |
[INFO] [stderr]      and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/endpoint.rs:104:17
[INFO] [stderr]     |
[INFO] [stderr] 104 | /                 write_reg!(endpoint_out, regs, DOEPCTL,
[INFO] [stderr] 105 | |                     SD0PID_SEVNFRM: 1,
[INFO] [stderr] 106 | |                     CNAK: 1,
[INFO] [stderr] 107 | |                     EPENA: 1,
[INFO] [stderr] ...   |
[INFO] [stderr] 110 | |                     MPSIZ: self.max_packet_size as u32
[INFO] [stderr] 111 | |                 );
[INFO] [stderr]     | |__________________^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/endpoint.rs:94:17
[INFO] [stderr]     |
[INFO] [stderr] 94  | /                 write_reg!(endpoint_in, regs, DIEPCTL,
[INFO] [stderr] 95  | |                     SNAK: 1,
[INFO] [stderr] 96  | |                     USBAEP: 1,
[INFO] [stderr] 97  | |                     EPTYP: self.ep_type.unwrap() as u32,
[INFO] [stderr] ...   |
[INFO] [stderr] 100 | |                     MPSIZ: self.max_packet_size as u32
[INFO] [stderr] 101 | |                 );
[INFO] [stderr]     | |__________________^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/endpoint.rs:104:17
[INFO] [stderr]     |
[INFO] [stderr] 104 | /                 write_reg!(endpoint_out, regs, DOEPCTL,
[INFO] [stderr] 105 | |                     SD0PID_SEVNFRM: 1,
[INFO] [stderr] 106 | |                     CNAK: 1,
[INFO] [stderr] 107 | |                     EPENA: 1,
[INFO] [stderr] ...   |
[INFO] [stderr] 110 | |                     MPSIZ: self.max_packet_size as u32
[INFO] [stderr] 111 | |                 );
[INFO] [stderr]     | |__________________^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/endpoint.rs:94:17
[INFO] [stderr]     |
[INFO] [stderr] 94  | /                 write_reg!(endpoint_in, regs, DIEPCTL,
[INFO] [stderr] 95  | |                     SNAK: 1,
[INFO] [stderr] 96  | |                     USBAEP: 1,
[INFO] [stderr] 97  | |                     EPTYP: self.ep_type.unwrap() as u32,
[INFO] [stderr] ...   |
[INFO] [stderr] 100 | |                     MPSIZ: self.max_packet_size as u32
[INFO] [stderr] 101 | |                 );
[INFO] [stderr]     | |__________________^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/endpoint.rs:121:13
[INFO] [stderr]     |
[INFO] [stderr] 121 |             modify_reg!(endpoint_in, regs, DIEPCTL, USBAEP: 0);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/endpoint.rs:104:17
[INFO] [stderr]     |
[INFO] [stderr] 104 | /                 write_reg!(endpoint_out, regs, DOEPCTL,
[INFO] [stderr] 105 | |                     SD0PID_SEVNFRM: 1,
[INFO] [stderr] 106 | |                     CNAK: 1,
[INFO] [stderr] 107 | |                     EPENA: 1,
[INFO] [stderr] ...   |
[INFO] [stderr] 110 | |                     MPSIZ: self.max_packet_size as u32
[INFO] [stderr] 111 | |                 );
[INFO] [stderr]     | |__________________^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/endpoint.rs:121:13
[INFO] [stderr]     |
[INFO] [stderr] 121 |             modify_reg!(endpoint_in, regs, DIEPCTL, USBAEP: 0);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/endpoint.rs:104:17
[INFO] [stderr]     |
[INFO] [stderr] 104 | /                 write_reg!(endpoint_out, regs, DOEPCTL,
[INFO] [stderr] 105 | |                     SD0PID_SEVNFRM: 1,
[INFO] [stderr] 106 | |                     CNAK: 1,
[INFO] [stderr] 107 | |                     EPENA: 1,
[INFO] [stderr] ...   |
[INFO] [stderr] 110 | |                     MPSIZ: self.max_packet_size as u32
[INFO] [stderr] 111 | |                 );
[INFO] [stderr]     | |__________________^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/endpoint.rs:121:13
[INFO] [stderr]     |
[INFO] [stderr] 121 |             modify_reg!(endpoint_in, regs, DIEPCTL, USBAEP: 0);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/endpoint.rs:126:16
[INFO] [stderr]     |
[INFO] [stderr] 126 |             if read_reg!(endpoint_in, regs, DIEPCTL, EPENA) != 0 && self.address.index() != 0 {
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/endpoint.rs:121:13
[INFO] [stderr]     |
[INFO] [stderr] 121 |             modify_reg!(endpoint_in, regs, DIEPCTL, USBAEP: 0);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/endpoint.rs:126:16
[INFO] [stderr]     |
[INFO] [stderr] 126 |             if read_reg!(endpoint_in, regs, DIEPCTL, EPENA) != 0 && self.address.index() != 0 {
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/endpoint.rs:127:17
[INFO] [stderr]     |
[INFO] [stderr] 127 |                 modify_reg!(endpoint_in, regs, DIEPCTL, EPDIS: 1)
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/endpoint.rs:121:13
[INFO] [stderr]     |
[INFO] [stderr] 121 |             modify_reg!(endpoint_in, regs, DIEPCTL, USBAEP: 0);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/endpoint.rs:127:17
[INFO] [stderr]     |
[INFO] [stderr] 127 |                 modify_reg!(endpoint_in, regs, DIEPCTL, EPDIS: 1)
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/endpoint.rs:121:13
[INFO] [stderr]     |
[INFO] [stderr] 121 |             modify_reg!(endpoint_in, regs, DIEPCTL, USBAEP: 0);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/endpoint.rs:127:17
[INFO] [stderr]     |
[INFO] [stderr] 127 |                 modify_reg!(endpoint_in, regs, DIEPCTL, EPDIS: 1)
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/endpoint.rs:126:16
[INFO] [stderr]     |
[INFO] [stderr] 126 |             if read_reg!(endpoint_in, regs, DIEPCTL, EPENA) != 0 && self.address.index() != 0 {
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/endpoint.rs:138:13
[INFO] [stderr]     |
[INFO] [stderr] 138 |             modify_reg!(endpoint_out, regs, DOEPCTL, USBAEP: 0);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/endpoint.rs:126:16
[INFO] [stderr]     |
[INFO] [stderr] 126 |             if read_reg!(endpoint_in, regs, DIEPCTL, EPENA) != 0 && self.address.index() != 0 {
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/endpoint.rs:127:17
[INFO] [stderr]     |
[INFO] [stderr] 127 |                 modify_reg!(endpoint_in, regs, DIEPCTL, EPDIS: 1)
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/endpoint.rs:138:13
[INFO] [stderr]     |
[INFO] [stderr] 138 |             modify_reg!(endpoint_out, regs, DOEPCTL, USBAEP: 0);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/endpoint.rs:127:17
[INFO] [stderr]     |
[INFO] [stderr] 127 |                 modify_reg!(endpoint_in, regs, DIEPCTL, EPDIS: 1)
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/endpoint.rs:138:13
[INFO] [stderr]     |
[INFO] [stderr] 138 |             modify_reg!(endpoint_out, regs, DOEPCTL, USBAEP: 0);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/endpoint.rs:127:17
[INFO] [stderr]     |
[INFO] [stderr] 127 |                 modify_reg!(endpoint_in, regs, DIEPCTL, EPDIS: 1)
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/endpoint.rs:141:16
[INFO] [stderr]     |
[INFO] [stderr] 141 |             if read_reg!(endpoint_out, regs, DOEPCTL, EPENA) != 0 && self.address.index() != 0 {
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/endpoint.rs:138:13
[INFO] [stderr]     |
[INFO] [stderr] 138 |             modify_reg!(endpoint_out, regs, DOEPCTL, USBAEP: 0);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/endpoint.rs:141:16
[INFO] [stderr]     |
[INFO] [stderr] 141 |             if read_reg!(endpoint_out, regs, DOEPCTL, EPENA) != 0 && self.address.index() != 0 {
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/endpoint.rs:138:13
[INFO] [stderr]     |
[INFO] [stderr] 138 |             modify_reg!(endpoint_out, regs, DOEPCTL, USBAEP: 0);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/endpoint.rs:142:17
[INFO] [stderr]     |
[INFO] [stderr] 142 |                 modify_reg!(endpoint_out, regs, DOEPCTL, EPDIS: 1)
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/endpoint.rs:142:17
[INFO] [stderr]     |
[INFO] [stderr] 142 |                 modify_reg!(endpoint_out, regs, DOEPCTL, EPDIS: 1)
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/endpoint.rs:138:13
[INFO] [stderr]     |
[INFO] [stderr] 138 |             modify_reg!(endpoint_out, regs, DOEPCTL, USBAEP: 0);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/endpoint.rs:142:17
[INFO] [stderr]     |
[INFO] [stderr] 142 |                 modify_reg!(endpoint_out, regs, DOEPCTL, EPDIS: 1)
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/endpoint.rs:141:16
[INFO] [stderr]     |
[INFO] [stderr] 141 |             if read_reg!(endpoint_out, regs, DOEPCTL, EPENA) != 0 && self.address.index() != 0 {
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/endpoint.rs:168:41
[INFO] [stderr]     |
[INFO] [stderr] 168 |         if self.address.index() != 0 && read_reg!(endpoint_in, ep, DIEPCTL, EPENA) != 0{
[INFO] [stderr]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/endpoint.rs:168:41
[INFO] [stderr]     |
[INFO] [stderr] 168 |         if self.address.index() != 0 && read_reg!(endpoint_in, ep, DIEPCTL, EPENA) != 0{
[INFO] [stderr]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/endpoint.rs:141:16
[INFO] [stderr]     |
[INFO] [stderr] 141 |             if read_reg!(endpoint_out, regs, DOEPCTL, EPENA) != 0 && self.address.index() != 0 {
[INFO] [stderr]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/endpoint.rs:179:29
[INFO] [stderr]     |
[INFO] [stderr] 179 |             if size_words > read_reg!(endpoint_in, ep, DTXFSTS, INEPTFSAV) as usize {
[INFO] [stderr]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/endpoint.rs:142:17
[INFO] [stderr]     |
[INFO] [stderr] 142 |                 modify_reg!(endpoint_out, regs, DOEPCTL, EPDIS: 1)
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/endpoint.rs:179:29
[INFO] [stderr]     |
[INFO] [stderr] 179 |             if size_words > read_reg!(endpoint_in, ep, DTXFSTS, INEPTFSAV) as usize {
[INFO] [stderr]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/endpoint.rs:142:17
[INFO] [stderr]     |
[INFO] [stderr] 142 |                 modify_reg!(endpoint_out, regs, DOEPCTL, EPDIS: 1)
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/endpoint.rs:189:9
[INFO] [stderr]     |
[INFO] [stderr] 189 |         modify_reg!(endpoint_in, ep, DIEPCTL, CNAK: 1, EPENA: 1);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/endpoint.rs:142:17
[INFO] [stderr]     |
[INFO] [stderr] 142 |                 modify_reg!(endpoint_out, regs, DOEPCTL, EPDIS: 1)
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/endpoint.rs:189:9
[INFO] [stderr]     |
[INFO] [stderr] 189 |         modify_reg!(endpoint_in, ep, DIEPCTL, CNAK: 1, EPENA: 1);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/endpoint.rs:168:41
[INFO] [stderr]     |
[INFO] [stderr] 168 |         if self.address.index() != 0 && read_reg!(endpoint_in, ep, DIEPCTL, EPENA) != 0{
[INFO] [stderr]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/endpoint.rs:168:41
[INFO] [stderr]     |
[INFO] [stderr] 168 |         if self.address.index() != 0 && read_reg!(endpoint_in, ep, DIEPCTL, EPENA) != 0{
[INFO] [stderr]     |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/endpoint.rs:189:9
[INFO] [stderr]     |
[INFO] [stderr] 189 |         modify_reg!(endpoint_in, ep, DIEPCTL, CNAK: 1, EPENA: 1);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/endpoint.rs:179:29
[INFO] [stderr]     |
[INFO] [stderr] 179 |             if size_words > read_reg!(endpoint_in, ep, DTXFSTS, INEPTFSAV) as usize {
[INFO] [stderr]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Instance` in module `otg_global`
[INFO] [stderr]   --> src/target.rs:59:29
[INFO] [stderr]    |
[INFO] [stderr] 59 |     pub global: otg_global::Instance,
[INFO] [stderr]    |                             ^^^^^^^^ not found in `otg_global`
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 5  | use crate::ral::endpoint0_out::Instance;
[INFO] [stderr]    |
[INFO] [stderr] 5  | use crate::ral::endpoint_in::Instance;
[INFO] [stderr]    |
[INFO] [stderr] 5  | use crate::ral::endpoint_out::Instance;
[INFO] [stderr]    |
[INFO] [stderr] 5  | use stm32ral::adc::Instance;
[INFO] [stderr]    |
[INFO] [stderr]      and 131 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Instance` in module `otg_device`
[INFO] [stderr]   --> src/target.rs:60:29
[INFO] [stderr]    |
[INFO] [stderr] 60 |     pub device: otg_device::Instance,
[INFO] [stderr]    |                             ^^^^^^^^ not found in `otg_device`
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 5  | use crate::ral::endpoint0_out::Instance;
[INFO] [stderr]    |
[INFO] [stderr] 5  | use crate::ral::endpoint_in::Instance;
[INFO] [stderr]    |
[INFO] [stderr] 5  | use crate::ral::endpoint_out::Instance;
[INFO] [stderr]    |
[INFO] [stderr] 5  | use stm32ral::adc::Instance;
[INFO] [stderr]    |
[INFO] [stderr]      and 131 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/endpoint.rs:179:29
[INFO] [stderr]     |
[INFO] [stderr] 179 |             if size_words > read_reg!(endpoint_in, ep, DTXFSTS, INEPTFSAV) as usize {
[INFO] [stderr]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]   --> src/bus.rs:83:9
[INFO] [stderr]    |
[INFO] [stderr] 83 | /         write_reg!(otg_global, regs.global, DIEPTXF1,
[INFO] [stderr] 84 | |             INEPTXFD: fifo_size,
[INFO] [stderr] 85 | |             INEPTXSA: fifo_top
[INFO] [stderr] 86 | |         );
[INFO] [stderr]    | |__________^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::intrinsics::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]    |
[INFO] [stderr]      and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/endpoint.rs:189:9
[INFO] [stderr]     |
[INFO] [stderr] 189 |         modify_reg!(endpoint_in, ep, DIEPCTL, CNAK: 1, EPENA: 1);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]   --> src/bus.rs:83:9
[INFO] [stderr]    |
[INFO] [stderr] 83 | /         write_reg!(otg_global, regs.global, DIEPTXF1,
[INFO] [stderr] 84 | |             INEPTXFD: fifo_size,
[INFO] [stderr] 85 | |             INEPTXSA: fifo_top
[INFO] [stderr] 86 | |         );
[INFO] [stderr]    | |__________^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]    |
[INFO] [stderr]      and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/endpoint.rs:189:9
[INFO] [stderr]     |
[INFO] [stderr] 189 |         modify_reg!(endpoint_in, ep, DIEPCTL, CNAK: 1, EPENA: 1);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/endpoint.rs:189:9
[INFO] [stderr]     |
[INFO] [stderr] 189 |         modify_reg!(endpoint_in, ep, DIEPCTL, CNAK: 1, EPENA: 1);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Instance` in module `otg_global`
[INFO] [stderr]   --> src/target.rs:59:29
[INFO] [stderr]    |
[INFO] [stderr] 59 |     pub global: otg_global::Instance,
[INFO] [stderr]    |                             ^^^^^^^^ not found in `otg_global`
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 5  | use crate::ral::endpoint0_out::Instance;
[INFO] [stderr]    |
[INFO] [stderr] 5  | use crate::ral::endpoint_in::Instance;
[INFO] [stderr]    |
[INFO] [stderr] 5  | use crate::ral::endpoint_out::Instance;
[INFO] [stderr]    |
[INFO] [stderr] 5  | use stm32ral::adc::Instance;
[INFO] [stderr]    |
[INFO] [stderr]      and 131 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `Instance` in module `otg_device`
[INFO] [stderr]   --> src/target.rs:60:29
[INFO] [stderr]    |
[INFO] [stderr] 60 |     pub device: otg_device::Instance,
[INFO] [stderr]    |                             ^^^^^^^^ not found in `otg_device`
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 5  | use crate::ral::endpoint0_out::Instance;
[INFO] [stderr]    |
[INFO] [stderr] 5  | use crate::ral::endpoint_in::Instance;
[INFO] [stderr]    |
[INFO] [stderr] 5  | use crate::ral::endpoint_out::Instance;
[INFO] [stderr]    |
[INFO] [stderr] 5  | use stm32ral::adc::Instance;
[INFO] [stderr]    |
[INFO] [stderr]      and 131 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]   --> src/bus.rs:91:9
[INFO] [stderr]    |
[INFO] [stderr] 91 | /         write_reg!(otg_global, regs.global, DIEPTXF2,
[INFO] [stderr] 92 | |             INEPTXFD: fifo_size,
[INFO] [stderr] 93 | |             INEPTXSA: fifo_top
[INFO] [stderr] 94 | |         );
[INFO] [stderr]    | |__________^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::intrinsics::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]    |
[INFO] [stderr]      and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]   --> src/bus.rs:91:9
[INFO] [stderr]    |
[INFO] [stderr] 91 | /         write_reg!(otg_global, regs.global, DIEPTXF2,
[INFO] [stderr] 92 | |             INEPTXFD: fifo_size,
[INFO] [stderr] 93 | |             INEPTXSA: fifo_top
[INFO] [stderr] 94 | |         );
[INFO] [stderr]    | |__________^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]    |
[INFO] [stderr]      and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]   --> src/bus.rs:83:9
[INFO] [stderr]    |
[INFO] [stderr] 83 | /         write_reg!(otg_global, regs.global, DIEPTXF1,
[INFO] [stderr] 84 | |             INEPTXFD: fifo_size,
[INFO] [stderr] 85 | |             INEPTXSA: fifo_top
[INFO] [stderr] 86 | |         );
[INFO] [stderr]    | |__________^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::intrinsics::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]    |
[INFO] [stderr]      and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]   --> src/bus.rs:83:9
[INFO] [stderr]    |
[INFO] [stderr] 83 | /         write_reg!(otg_global, regs.global, DIEPTXF1,
[INFO] [stderr] 84 | |             INEPTXFD: fifo_size,
[INFO] [stderr] 85 | |             INEPTXSA: fifo_top
[INFO] [stderr] 86 | |         );
[INFO] [stderr]    | |__________^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]    |
[INFO] [stderr]      and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:99:9
[INFO] [stderr]     |
[INFO] [stderr] 99  | /         write_reg!(otg_global, regs.global, DIEPTXF3,
[INFO] [stderr] 100 | |             INEPTXFD: fifo_size,
[INFO] [stderr] 101 | |             INEPTXSA: fifo_top
[INFO] [stderr] 102 | |         );
[INFO] [stderr]     | |__________^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]   --> src/bus.rs:91:9
[INFO] [stderr]    |
[INFO] [stderr] 91 | /         write_reg!(otg_global, regs.global, DIEPTXF2,
[INFO] [stderr] 92 | |             INEPTXFD: fifo_size,
[INFO] [stderr] 93 | |             INEPTXSA: fifo_top
[INFO] [stderr] 94 | |         );
[INFO] [stderr]    | |__________^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use core::intrinsics::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]    |
[INFO] [stderr]      and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:99:9
[INFO] [stderr]     |
[INFO] [stderr] 99  | /         write_reg!(otg_global, regs.global, DIEPTXF3,
[INFO] [stderr] 100 | |             INEPTXFD: fifo_size,
[INFO] [stderr] 101 | |             INEPTXSA: fifo_top
[INFO] [stderr] 102 | |         );
[INFO] [stderr]     | |__________^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]   --> src/bus.rs:91:9
[INFO] [stderr]    |
[INFO] [stderr] 91 | /         write_reg!(otg_global, regs.global, DIEPTXF2,
[INFO] [stderr] 92 | |             INEPTXFD: fifo_size,
[INFO] [stderr] 93 | |             INEPTXSA: fifo_top
[INFO] [stderr] 94 | |         );
[INFO] [stderr]    | |__________^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]    |
[INFO] [stderr] 1  | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]    |
[INFO] [stderr]      and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FIFO_DEPTH_WORDS` in module `crate::ral::otg_fifo`
[INFO] [stderr]    --> src/bus.rs:105:51
[INFO] [stderr]     |
[INFO] [stderr] 105 |         assert!(fifo_top <= crate::ral::otg_fifo::FIFO_DEPTH_WORDS);
[INFO] [stderr]     |                                                   ^^^^^^^^^^^^^^^^ not found in `crate::ral::otg_fifo`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:108:9
[INFO] [stderr]     |
[INFO] [stderr] 108 |         modify_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH: 1, TXFFLSH: 1, TXFNUM: 0x10);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:99:9
[INFO] [stderr]     |
[INFO] [stderr] 99  | /         write_reg!(otg_global, regs.global, DIEPTXF3,
[INFO] [stderr] 100 | |             INEPTXFD: fifo_size,
[INFO] [stderr] 101 | |             INEPTXSA: fifo_top
[INFO] [stderr] 102 | |         );
[INFO] [stderr]     | |__________^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:99:9
[INFO] [stderr]     |
[INFO] [stderr] 99  | /         write_reg!(otg_global, regs.global, DIEPTXF3,
[INFO] [stderr] 100 | |             INEPTXFD: fifo_size,
[INFO] [stderr] 101 | |             INEPTXSA: fifo_top
[INFO] [stderr] 102 | |         );
[INFO] [stderr]     | |__________^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FIFO_DEPTH_WORDS` in module `crate::ral::otg_fifo`
[INFO] [stderr]    --> src/bus.rs:105:51
[INFO] [stderr]     |
[INFO] [stderr] 105 |         assert!(fifo_top <= crate::ral::otg_fifo::FIFO_DEPTH_WORDS);
[INFO] [stderr]     |                                                   ^^^^^^^^^^^^^^^^ not found in `crate::ral::otg_fifo`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:108:9
[INFO] [stderr]     |
[INFO] [stderr] 108 |         modify_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH: 1, TXFFLSH: 1, TXFNUM: 0x10);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:108:9
[INFO] [stderr]     |
[INFO] [stderr] 108 |         modify_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH: 1, TXFFLSH: 1, TXFNUM: 0x10);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:108:9
[INFO] [stderr]     |
[INFO] [stderr] 108 |         modify_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH: 1, TXFFLSH: 1, TXFNUM: 0x10);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:109:15
[INFO] [stderr]     |
[INFO] [stderr] 109 |         while read_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH, TXFFLSH) != (0, 0) {}
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:108:9
[INFO] [stderr]     |
[INFO] [stderr] 108 |         modify_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH: 1, TXFFLSH: 1, TXFNUM: 0x10);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:109:15
[INFO] [stderr]     |
[INFO] [stderr] 109 |         while read_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH, TXFFLSH) != (0, 0) {}
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:108:9
[INFO] [stderr]     |
[INFO] [stderr] 108 |         modify_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH: 1, TXFFLSH: 1, TXFNUM: 0x10);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:136:9
[INFO] [stderr]     |
[INFO] [stderr] 136 |         modify_reg!(otg_device, regs.device, DAINTMSK, IEPM: 0, OEPM: 0);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:109:15
[INFO] [stderr]     |
[INFO] [stderr] 109 |         while read_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH, TXFFLSH) != (0, 0) {}
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:136:9
[INFO] [stderr]     |
[INFO] [stderr] 136 |         modify_reg!(otg_device, regs.device, DAINTMSK, IEPM: 0, OEPM: 0);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:109:15
[INFO] [stderr]     |
[INFO] [stderr] 109 |         while read_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH, TXFFLSH) != (0, 0) {}
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:136:9
[INFO] [stderr]     |
[INFO] [stderr] 136 |         modify_reg!(otg_device, regs.device, DAINTMSK, IEPM: 0, OEPM: 0);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:136:9
[INFO] [stderr]     |
[INFO] [stderr] 136 |         modify_reg!(otg_device, regs.device, DAINTMSK, IEPM: 0, OEPM: 0);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:136:9
[INFO] [stderr]     |
[INFO] [stderr] 136 |         modify_reg!(otg_device, regs.device, DAINTMSK, IEPM: 0, OEPM: 0);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:206:19
[INFO] [stderr]     |
[INFO] [stderr] 206 |             while read_reg!(otg_global, regs.global, GRSTCTL, AHBIDL) == 0 {}
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:136:9
[INFO] [stderr]     |
[INFO] [stderr] 136 |         modify_reg!(otg_device, regs.device, DAINTMSK, IEPM: 0, OEPM: 0);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:206:19
[INFO] [stderr]     |
[INFO] [stderr] 206 |             while read_reg!(otg_global, regs.global, GRSTCTL, AHBIDL) == 0 {}
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:206:19
[INFO] [stderr]     |
[INFO] [stderr] 206 |             while read_reg!(otg_global, regs.global, GRSTCTL, AHBIDL) == 0 {}
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:232:13
[INFO] [stderr]     |
[INFO] [stderr] 232 |             modify_reg!(otg_device, regs.device, DCTL, SDIS: 1);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:206:19
[INFO] [stderr]     |
[INFO] [stderr] 206 |             while read_reg!(otg_global, regs.global, GRSTCTL, AHBIDL) == 0 {}
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:232:13
[INFO] [stderr]     |
[INFO] [stderr] 232 |             modify_reg!(otg_device, regs.device, DCTL, SDIS: 1);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:232:13
[INFO] [stderr]     |
[INFO] [stderr] 232 |             modify_reg!(otg_device, regs.device, DCTL, SDIS: 1);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:232:13
[INFO] [stderr]     |
[INFO] [stderr] 232 |             modify_reg!(otg_device, regs.device, DCTL, SDIS: 1);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:235:13
[INFO] [stderr]     |
[INFO] [stderr] 235 | /             modify_reg!(otg_device, regs.device, DCFG,
[INFO] [stderr] 236 | |                 DSPD: 0b11 // Device speed: Full speed
[INFO] [stderr] 237 | |             );
[INFO] [stderr]     | |______________^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:232:13
[INFO] [stderr]     |
[INFO] [stderr] 232 |             modify_reg!(otg_device, regs.device, DCTL, SDIS: 1);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:235:13
[INFO] [stderr]     |
[INFO] [stderr] 235 | /             modify_reg!(otg_device, regs.device, DCFG,
[INFO] [stderr] 236 | |                 DSPD: 0b11 // Device speed: Full speed
[INFO] [stderr] 237 | |             );
[INFO] [stderr]     | |______________^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:232:13
[INFO] [stderr]     |
[INFO] [stderr] 232 |             modify_reg!(otg_device, regs.device, DCTL, SDIS: 1);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:235:13
[INFO] [stderr]     |
[INFO] [stderr] 235 | /             modify_reg!(otg_device, regs.device, DCFG,
[INFO] [stderr] 236 | |                 DSPD: 0b11 // Device speed: Full speed
[INFO] [stderr] 237 | |             );
[INFO] [stderr]     | |______________^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:235:13
[INFO] [stderr]     |
[INFO] [stderr] 235 | /             modify_reg!(otg_device, regs.device, DCFG,
[INFO] [stderr] 236 | |                 DSPD: 0b11 // Device speed: Full speed
[INFO] [stderr] 237 | |             );
[INFO] [stderr]     | |______________^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:235:13
[INFO] [stderr]     |
[INFO] [stderr] 235 | /             modify_reg!(otg_device, regs.device, DCFG,
[INFO] [stderr] 236 | |                 DSPD: 0b11 // Device speed: Full speed
[INFO] [stderr] 237 | |             );
[INFO] [stderr]     | |______________^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:240:13
[INFO] [stderr]     |
[INFO] [stderr] 240 |             write_reg!(otg_device, regs.device, DIEPMSK, XFRCM: 1);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:235:13
[INFO] [stderr]     |
[INFO] [stderr] 235 | /             modify_reg!(otg_device, regs.device, DCFG,
[INFO] [stderr] 236 | |                 DSPD: 0b11 // Device speed: Full speed
[INFO] [stderr] 237 | |             );
[INFO] [stderr]     | |______________^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:240:13
[INFO] [stderr]     |
[INFO] [stderr] 240 |             write_reg!(otg_device, regs.device, DIEPMSK, XFRCM: 1);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:240:13
[INFO] [stderr]     |
[INFO] [stderr] 240 |             write_reg!(otg_device, regs.device, DIEPMSK, XFRCM: 1);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:243:13
[INFO] [stderr]     |
[INFO] [stderr] 243 | /             write_reg!(otg_global, regs.global, GINTMSK,
[INFO] [stderr] 244 | |                 USBRST: 1, ENUMDNEM: 1,
[INFO] [stderr] 245 | |                 USBSUSPM: 1, WUIM: 1,
[INFO] [stderr] 246 | |                 IEPINT: 1, RXFLVLM: 1
[INFO] [stderr] 247 | |             );
[INFO] [stderr]     | |______________^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:240:13
[INFO] [stderr]     |
[INFO] [stderr] 240 |             write_reg!(otg_device, regs.device, DIEPMSK, XFRCM: 1);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:243:13
[INFO] [stderr]     |
[INFO] [stderr] 243 | /             write_reg!(otg_global, regs.global, GINTMSK,
[INFO] [stderr] 244 | |                 USBRST: 1, ENUMDNEM: 1,
[INFO] [stderr] 245 | |                 USBSUSPM: 1, WUIM: 1,
[INFO] [stderr] 246 | |                 IEPINT: 1, RXFLVLM: 1
[INFO] [stderr] 247 | |             );
[INFO] [stderr]     | |______________^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:243:13
[INFO] [stderr]     |
[INFO] [stderr] 243 | /             write_reg!(otg_global, regs.global, GINTMSK,
[INFO] [stderr] 244 | |                 USBRST: 1, ENUMDNEM: 1,
[INFO] [stderr] 245 | |                 USBSUSPM: 1, WUIM: 1,
[INFO] [stderr] 246 | |                 IEPINT: 1, RXFLVLM: 1
[INFO] [stderr] 247 | |             );
[INFO] [stderr]     | |______________^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:243:13
[INFO] [stderr]     |
[INFO] [stderr] 243 | /             write_reg!(otg_global, regs.global, GINTMSK,
[INFO] [stderr] 244 | |                 USBRST: 1, ENUMDNEM: 1,
[INFO] [stderr] 245 | |                 USBSUSPM: 1, WUIM: 1,
[INFO] [stderr] 246 | |                 IEPINT: 1, RXFLVLM: 1
[INFO] [stderr] 247 | |             );
[INFO] [stderr]     | |______________^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:253:13
[INFO] [stderr]     |
[INFO] [stderr] 253 |             modify_reg!(otg_global, regs.global, GAHBCFG, GINT: 1);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:253:13
[INFO] [stderr]     |
[INFO] [stderr] 253 |             modify_reg!(otg_global, regs.global, GAHBCFG, GINT: 1);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:253:13
[INFO] [stderr]     |
[INFO] [stderr] 253 |             modify_reg!(otg_global, regs.global, GAHBCFG, GINT: 1);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:253:13
[INFO] [stderr]     |
[INFO] [stderr] 253 |             modify_reg!(otg_global, regs.global, GAHBCFG, GINT: 1);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:253:13
[INFO] [stderr]     |
[INFO] [stderr] 253 |             modify_reg!(otg_global, regs.global, GAHBCFG, GINT: 1);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:253:13
[INFO] [stderr]     |
[INFO] [stderr] 253 |             modify_reg!(otg_global, regs.global, GAHBCFG, GINT: 1);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:256:13
[INFO] [stderr]     |
[INFO] [stderr] 256 |             modify_reg!(otg_global, regs.global, GCCFG, PWRDWN: 1);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:256:13
[INFO] [stderr]     |
[INFO] [stderr] 256 |             modify_reg!(otg_global, regs.global, GCCFG, PWRDWN: 1);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:256:13
[INFO] [stderr]     |
[INFO] [stderr] 256 |             modify_reg!(otg_global, regs.global, GCCFG, PWRDWN: 1);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:256:13
[INFO] [stderr]     |
[INFO] [stderr] 256 |             modify_reg!(otg_global, regs.global, GCCFG, PWRDWN: 1);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:256:13
[INFO] [stderr]     |
[INFO] [stderr] 256 |             modify_reg!(otg_global, regs.global, GCCFG, PWRDWN: 1);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:256:13
[INFO] [stderr]     |
[INFO] [stderr] 256 |             modify_reg!(otg_global, regs.global, GCCFG, PWRDWN: 1);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:257:13
[INFO] [stderr]     |
[INFO] [stderr] 257 |             modify_reg!(otg_device, regs.device, DCTL, SDIS: 0);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:257:13
[INFO] [stderr]     |
[INFO] [stderr] 257 |             modify_reg!(otg_device, regs.device, DCTL, SDIS: 0);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:257:13
[INFO] [stderr]     |
[INFO] [stderr] 257 |             modify_reg!(otg_device, regs.device, DCTL, SDIS: 0);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:257:13
[INFO] [stderr]     |
[INFO] [stderr] 257 |             modify_reg!(otg_device, regs.device, DCTL, SDIS: 0);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:257:13
[INFO] [stderr]     |
[INFO] [stderr] 257 |             modify_reg!(otg_device, regs.device, DCTL, SDIS: 0);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:257:13
[INFO] [stderr]     |
[INFO] [stderr] 257 |             modify_reg!(otg_device, regs.device, DCTL, SDIS: 0);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:267:13
[INFO] [stderr]     |
[INFO] [stderr] 267 |             modify_reg!(otg_device, regs.device, DCFG, DAD: 0);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:267:13
[INFO] [stderr]     |
[INFO] [stderr] 267 |             modify_reg!(otg_device, regs.device, DCFG, DAD: 0);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:267:13
[INFO] [stderr]     |
[INFO] [stderr] 267 |             modify_reg!(otg_device, regs.device, DCFG, DAD: 0);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:267:13
[INFO] [stderr]     |
[INFO] [stderr] 267 |             modify_reg!(otg_device, regs.device, DCFG, DAD: 0);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:267:13
[INFO] [stderr]     |
[INFO] [stderr] 267 |             modify_reg!(otg_device, regs.device, DCFG, DAD: 0);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:267:13
[INFO] [stderr]     |
[INFO] [stderr] 267 |             modify_reg!(otg_device, regs.device, DCFG, DAD: 0);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:275:13
[INFO] [stderr]     |
[INFO] [stderr] 275 |             modify_reg!(otg_device, regs.device, DCFG, DAD: addr as u32);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:275:13
[INFO] [stderr]     |
[INFO] [stderr] 275 |             modify_reg!(otg_device, regs.device, DCFG, DAD: addr as u32);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:275:13
[INFO] [stderr]     |
[INFO] [stderr] 275 |             modify_reg!(otg_device, regs.device, DCFG, DAD: addr as u32);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:275:13
[INFO] [stderr]     |
[INFO] [stderr] 275 |             modify_reg!(otg_device, regs.device, DCFG, DAD: addr as u32);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:275:13
[INFO] [stderr]     |
[INFO] [stderr] 275 |             modify_reg!(otg_device, regs.device, DCFG, DAD: addr as u32);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:275:13
[INFO] [stderr]     |
[INFO] [stderr] 275 |             modify_reg!(otg_device, regs.device, DCFG, DAD: addr as u32);
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:331:68
[INFO] [stderr]     |
[INFO] [stderr] 331 |               let (wakeup, suspend, enum_done, reset, iep, rxflvl) = read_reg!(otg_global, regs.global, GINTSTS,
[INFO] [stderr]     |  ____________________________________________________________________^
[INFO] [stderr] 332 | |                 WKUPINT, USBSUSP, ENUMDNE, USBRST, IEPINT, RXFLVL
[INFO] [stderr] 333 | |             );
[INFO] [stderr]     | |_____________^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:331:68
[INFO] [stderr]     |
[INFO] [stderr] 331 |               let (wakeup, suspend, enum_done, reset, iep, rxflvl) = read_reg!(otg_global, regs.global, GINTSTS,
[INFO] [stderr]     |  ____________________________________________________________________^
[INFO] [stderr] 332 | |                 WKUPINT, USBSUSP, ENUMDNE, USBRST, IEPINT, RXFLVL
[INFO] [stderr] 333 | |             );
[INFO] [stderr]     | |_____________^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:331:68
[INFO] [stderr]     |
[INFO] [stderr] 331 |               let (wakeup, suspend, enum_done, reset, iep, rxflvl) = read_reg!(otg_global, regs.global, GINTSTS,
[INFO] [stderr]     |  ____________________________________________________________________^
[INFO] [stderr] 332 | |                 WKUPINT, USBSUSP, ENUMDNE, USBRST, IEPINT, RXFLVL
[INFO] [stderr] 333 | |             );
[INFO] [stderr]     | |_____________^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:331:68
[INFO] [stderr]     |
[INFO] [stderr] 331 |               let (wakeup, suspend, enum_done, reset, iep, rxflvl) = read_reg!(otg_global, regs.global, GINTSTS,
[INFO] [stderr]     |  ____________________________________________________________________^
[INFO] [stderr] 332 | |                 WKUPINT, USBSUSP, ENUMDNE, USBRST, IEPINT, RXFLVL
[INFO] [stderr] 333 | |             );
[INFO] [stderr]     | |_____________^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:336:17
[INFO] [stderr]     |
[INFO] [stderr] 336 |                 write_reg!(otg_global, regs.global, GINTSTS, USBRST: 1);
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:336:17
[INFO] [stderr]     |
[INFO] [stderr] 336 |                 write_reg!(otg_global, regs.global, GINTSTS, USBRST: 1);
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:336:17
[INFO] [stderr]     |
[INFO] [stderr] 336 |                 write_reg!(otg_global, regs.global, GINTSTS, USBRST: 1);
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:336:17
[INFO] [stderr]     |
[INFO] [stderr] 336 |                 write_reg!(otg_global, regs.global, GINTSTS, USBRST: 1);
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:341:17
[INFO] [stderr]     |
[INFO] [stderr] 341 |                 modify_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH: 1);
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:341:17
[INFO] [stderr]     |
[INFO] [stderr] 341 |                 modify_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH: 1);
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:341:17
[INFO] [stderr]     |
[INFO] [stderr] 341 |                 modify_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH: 1);
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:341:17
[INFO] [stderr]     |
[INFO] [stderr] 341 |                 modify_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH: 1);
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:341:17
[INFO] [stderr]     |
[INFO] [stderr] 341 |                 modify_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH: 1);
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:341:17
[INFO] [stderr]     |
[INFO] [stderr] 341 |                 modify_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH: 1);
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:342:23
[INFO] [stderr]     |
[INFO] [stderr] 342 |                 while read_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH) == 1 {}
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:342:23
[INFO] [stderr]     |
[INFO] [stderr] 342 |                 while read_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH) == 1 {}
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:342:23
[INFO] [stderr]     |
[INFO] [stderr] 342 |                 while read_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH) == 1 {}
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:342:23
[INFO] [stderr]     |
[INFO] [stderr] 342 |                 while read_reg!(otg_global, regs.global, GRSTCTL, RXFFLSH) == 1 {}
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:346:17
[INFO] [stderr]     |
[INFO] [stderr] 346 |                 write_reg!(otg_global, regs.global, GINTSTS, ENUMDNE: 1);
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:346:17
[INFO] [stderr]     |
[INFO] [stderr] 346 |                 write_reg!(otg_global, regs.global, GINTSTS, ENUMDNE: 1);
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:346:17
[INFO] [stderr]     |
[INFO] [stderr] 346 |                 write_reg!(otg_global, regs.global, GINTSTS, ENUMDNE: 1);
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:346:17
[INFO] [stderr]     |
[INFO] [stderr] 346 |                 write_reg!(otg_global, regs.global, GINTSTS, ENUMDNE: 1);
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:351:17
[INFO] [stderr]     |
[INFO] [stderr] 351 |                 write_reg!(otg_global, regs.global, GINTSTS, WKUPINT: 1);
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:351:17
[INFO] [stderr]     |
[INFO] [stderr] 351 |                 write_reg!(otg_global, regs.global, GINTSTS, WKUPINT: 1);
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:351:17
[INFO] [stderr]     |
[INFO] [stderr] 351 |                 write_reg!(otg_global, regs.global, GINTSTS, WKUPINT: 1);
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:351:17
[INFO] [stderr]     |
[INFO] [stderr] 351 |                 write_reg!(otg_global, regs.global, GINTSTS, WKUPINT: 1);
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:355:17
[INFO] [stderr]     |
[INFO] [stderr] 355 |                 write_reg!(otg_global, regs.global, GINTSTS, USBSUSP: 1);
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:355:17
[INFO] [stderr]     |
[INFO] [stderr] 355 |                 write_reg!(otg_global, regs.global, GINTSTS, USBSUSP: 1);
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:355:17
[INFO] [stderr]     |
[INFO] [stderr] 355 |                 write_reg!(otg_global, regs.global, GINTSTS, USBSUSP: 1);
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:367:54
[INFO] [stderr]     |
[INFO] [stderr] 367 |                     let (epnum, data_size, status) = read_reg!(otg_global, regs.global, GRXSTSR, EPNUM, BCNT, PKTSTS);
[INFO] [stderr]     |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:355:17
[INFO] [stderr]     |
[INFO] [stderr] 355 |                 write_reg!(otg_global, regs.global, GINTSTS, USBSUSP: 1);
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:367:54
[INFO] [stderr]     |
[INFO] [stderr] 367 |                     let (epnum, data_size, status) = read_reg!(otg_global, regs.global, GRXSTSR, EPNUM, BCNT, PKTSTS);
[INFO] [stderr]     |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:367:54
[INFO] [stderr]     |
[INFO] [stderr] 367 |                     let (epnum, data_size, status) = read_reg!(otg_global, regs.global, GRXSTSR, EPNUM, BCNT, PKTSTS);
[INFO] [stderr]     |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:375:32
[INFO] [stderr]     |
[INFO] [stderr] 375 | ...                   if read_reg!(endpoint_in, ep, DIEPTSIZ, PKTCNT) != 0 {
[INFO] [stderr]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:375:32
[INFO] [stderr]     |
[INFO] [stderr] 375 | ...                   if read_reg!(endpoint_in, ep, DIEPTSIZ, PKTCNT) != 0 {
[INFO] [stderr]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:367:54
[INFO] [stderr]     |
[INFO] [stderr] 367 |                     let (epnum, data_size, status) = read_reg!(otg_global, regs.global, GRXSTSR, EPNUM, BCNT, PKTSTS);
[INFO] [stderr]     |                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:376:33
[INFO] [stderr]     |
[INFO] [stderr] 376 | ...                   modify_reg!(otg_global, regs.global, GRSTCTL, TXFNUM: epnum, TXFFLSH: 1);
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:376:33
[INFO] [stderr]     |
[INFO] [stderr] 376 | ...                   modify_reg!(otg_global, regs.global, GRSTCTL, TXFNUM: epnum, TXFFLSH: 1);
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:376:33
[INFO] [stderr]     |
[INFO] [stderr] 376 | ...                   modify_reg!(otg_global, regs.global, GRSTCTL, TXFNUM: epnum, TXFFLSH: 1);
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:375:32
[INFO] [stderr]     |
[INFO] [stderr] 375 | ...                   if read_reg!(endpoint_in, ep, DIEPTSIZ, PKTCNT) != 0 {
[INFO] [stderr]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:377:39
[INFO] [stderr]     |
[INFO] [stderr] 377 | ...                   while read_reg!(otg_global, regs.global, GRSTCTL, TXFFLSH) == 1 {}
[INFO] [stderr]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:377:39
[INFO] [stderr]     |
[INFO] [stderr] 377 | ...                   while read_reg!(otg_global, regs.global, GRSTCTL, TXFFLSH) == 1 {}
[INFO] [stderr]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:375:32
[INFO] [stderr]     |
[INFO] [stderr] 375 | ...                   if read_reg!(endpoint_in, ep, DIEPTSIZ, PKTCNT) != 0 {
[INFO] [stderr]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:383:29
[INFO] [stderr]     |
[INFO] [stderr] 383 | ...                   modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1);
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:376:33
[INFO] [stderr]     |
[INFO] [stderr] 376 | ...                   modify_reg!(otg_global, regs.global, GRSTCTL, TXFNUM: epnum, TXFFLSH: 1);
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:383:29
[INFO] [stderr]     |
[INFO] [stderr] 383 | ...                   modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1);
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:376:33
[INFO] [stderr]     |
[INFO] [stderr] 376 | ...                   modify_reg!(otg_global, regs.global, GRSTCTL, TXFNUM: epnum, TXFFLSH: 1);
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:383:29
[INFO] [stderr]     |
[INFO] [stderr] 383 | ...                   modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1);
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:376:33
[INFO] [stderr]     |
[INFO] [stderr] 376 | ...                   modify_reg!(otg_global, regs.global, GRSTCTL, TXFNUM: epnum, TXFFLSH: 1);
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:408:32
[INFO] [stderr]     |
[INFO] [stderr] 408 | ...                   if read_reg!(endpoint_in, ep_regs, DIEPINT, XFRC) != 0 {
[INFO] [stderr]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:377:39
[INFO] [stderr]     |
[INFO] [stderr] 377 | ...                   while read_reg!(otg_global, regs.global, GRSTCTL, TXFFLSH) == 1 {}
[INFO] [stderr]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:408:32
[INFO] [stderr]     |
[INFO] [stderr] 408 | ...                   if read_reg!(endpoint_in, ep_regs, DIEPINT, XFRC) != 0 {
[INFO] [stderr]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:377:39
[INFO] [stderr]     |
[INFO] [stderr] 377 | ...                   while read_reg!(otg_global, regs.global, GRSTCTL, TXFFLSH) == 1 {}
[INFO] [stderr]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:409:33
[INFO] [stderr]     |
[INFO] [stderr] 409 | ...                   write_reg!(endpoint_in, ep_regs, DIEPINT, XFRC: 1);
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:383:29
[INFO] [stderr]     |
[INFO] [stderr] 383 | ...                   modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1);
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:409:33
[INFO] [stderr]     |
[INFO] [stderr] 409 | ...                   write_reg!(endpoint_in, ep_regs, DIEPINT, XFRC: 1);
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `base_address` in this scope
[INFO] [stderr]   --> src/ral/mod.rs:51:23
[INFO] [stderr]    |
[INFO] [stderr] 51 |         let address = base_address + 0x1000 + channel * 0x1000;
[INFO] [stderr]    |                       ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `base_address` in this scope
[INFO] [stderr]    --> src/ral/mod.rs:108:19
[INFO] [stderr]     |
[INFO] [stderr] 108 |             addr: base_address + 0x900 + 0x20 * (index as u32),
[INFO] [stderr]     |                   ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `base_address` in this scope
[INFO] [stderr]    --> src/ral/mod.rs:162:19
[INFO] [stderr]     |
[INFO] [stderr] 162 |             addr: base_address + 0xb00,
[INFO] [stderr]     |                   ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `base_address` in this scope
[INFO] [stderr]    --> src/ral/mod.rs:216:19
[INFO] [stderr]     |
[INFO] [stderr] 216 |             addr: base_address + 0xb00 + 0x20 * (index as u32),
[INFO] [stderr]     |                   ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:383:29
[INFO] [stderr]     |
[INFO] [stderr] 383 | ...                   modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1);
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:383:29
[INFO] [stderr]     |
[INFO] [stderr] 383 | ...                   modify_reg!(endpoint_out, ep, DOEPCTL, CNAK: 1, EPENA: 1);
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:408:32
[INFO] [stderr]     |
[INFO] [stderr] 408 | ...                   if read_reg!(endpoint_in, ep_regs, DIEPINT, XFRC) != 0 {
[INFO] [stderr]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 180 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `synopsys-usb-otg`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:408:32
[INFO] [stderr]     |
[INFO] [stderr] 408 | ...                   if read_reg!(endpoint_in, ep_regs, DIEPINT, XFRC) != 0 {
[INFO] [stderr]     |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `offset` in this scope
[INFO] [stderr]    --> src/bus.rs:409:33
[INFO] [stderr]     |
[INFO] [stderr] 409 | ...                   write_reg!(endpoint_in, ep_regs, DIEPINT, XFRC: 1);
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use core::intrinsics::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::offset;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::offset;
[INFO] [stderr]     |
[INFO] [stderr]       and 3361 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `mask` in this scope
[INFO] [stderr]    --> src/bus.rs:409:33
[INFO] [stderr]     |
[INFO] [stderr] 409 | ...                   write_reg!(endpoint_in, ep_regs, DIEPINT, XFRC: 1);
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDCH::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDEN::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDIE::mask;
[INFO] [stderr]     |
[INFO] [stderr] 1   | use stm32ral::adc::CR1::AWDSGL::mask;
[INFO] [stderr]     |
[INFO] [stderr]       and 3360 other candidates
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `base_address` in this scope
[INFO] [stderr]   --> src/ral/mod.rs:51:23
[INFO] [stderr]    |
[INFO] [stderr] 51 |         let address = base_address + 0x1000 + channel * 0x1000;
[INFO] [stderr]    |                       ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `base_address` in this scope
[INFO] [stderr]    --> src/ral/mod.rs:108:19
[INFO] [stderr]     |
[INFO] [stderr] 108 |             addr: base_address + 0x900 + 0x20 * (index as u32),
[INFO] [stderr]     |                   ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `base_address` in this scope
[INFO] [stderr]    --> src/ral/mod.rs:162:19
[INFO] [stderr]     |
[INFO] [stderr] 162 |             addr: base_address + 0xb00,
[INFO] [stderr]     |                   ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `base_address` in this scope
[INFO] [stderr]    --> src/ral/mod.rs:216:19
[INFO] [stderr]     |
[INFO] [stderr] 216 |             addr: base_address + 0xb00 + 0x20 * (index as u32),
[INFO] [stderr]     |                   ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 180 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `synopsys-usb-otg`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "26582bab6f85547a1b4a6443789b859acee99d04942ae355e23d3b955144e327"`
[INFO] running `"docker" "rm" "-f" "26582bab6f85547a1b4a6443789b859acee99d04942ae355e23d3b955144e327"`
[INFO] [stdout] 26582bab6f85547a1b4a6443789b859acee99d04942ae355e23d3b955144e327
