[INFO] cloning repository https://github.com/NZRosto/ethrottle
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/NZRosto/ethrottle" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNZRosto%2Fethrottle", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNZRosto%2Fethrottle'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 773e46ec0d3e2e5089bdf1a8f42061255398d820
[INFO] checking NZRosto/ethrottle against 615014f15745532730b9ce7a1d9309f8b4756f93 for pr-160491
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNZRosto%2Fethrottle" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/NZRosto/ethrottle
[INFO] finished tweaking git repo https://github.com/NZRosto/ethrottle
[INFO] tweaked toml for git repo https://github.com/NZRosto/ethrottle written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/NZRosto/ethrottle on toolchain 615014f15745532730b9ce7a1d9309f8b4756f93
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/NZRosto/ethrottle already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded defmt v0.3.10
[INFO] [stderr]   Downloaded synch v0.1.1
[INFO] [stderr]   Downloaded defmt-parser v0.4.1
[INFO] [stderr]   Downloaded defmt-macros v0.4.0
[INFO] [stderr]   Downloaded woven v0.1.0
[INFO] [stderr]   Downloaded panic-probe v0.3.2
[INFO] [stderr]   Downloaded defmt-rtt v0.4.1
[INFO] [stderr]   Downloaded cassette v0.3.0
[INFO] [stderr]   Downloaded bitfield-struct v0.10.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8fa355ae0cde3b9a6df191e56267a858355bdf422e17711e6213b939f2e6c885
[INFO] running `Command { std: "docker" "start" "8fa355ae0cde3b9a6df191e56267a858355bdf422e17711e6213b939f2e6c885", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8fa355ae0cde3b9a6df191e56267a858355bdf422e17711e6213b939f2e6c885", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8fa355ae0cde3b9a6df191e56267a858355bdf422e17711e6213b939f2e6c885" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8fa355ae0cde3b9a6df191e56267a858355bdf422e17711e6213b939f2e6c885", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8fa355ae0cde3b9a6df191e56267a858355bdf422e17711e6213b939f2e6c885" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling defmt v0.3.10
[INFO] [stderr]    Compiling defmt-macros v0.4.0
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking critical-section v1.2.0
[INFO] [stderr]     Checking nb v1.1.0
[INFO] [stderr]    Compiling embedded-hal-async v1.0.0
[INFO] [stderr]     Checking vcell v0.1.3
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]     Checking bitfield v0.13.2
[INFO] [stderr]     Checking embedded-hal v1.0.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]    Compiling cortex-m v0.7.7
[INFO] [stderr]    Compiling cortex-m-rt v0.7.5
[INFO] [stderr]    Compiling mkl25z4-pac v0.1.0 (/opt/rustwide/workdir/mkl25z4-pac)
[INFO] [stderr]    Compiling bare-metal v0.2.5
[INFO] [stderr]    Compiling frdm-kl25-hal v0.1.0 (/opt/rustwide/workdir/frdm-kl25-hal)
[INFO] [stderr]     Checking woven v0.1.0
[INFO] [stderr]     Checking gcd v2.3.0
[INFO] [stderr]     Checking volatile-register v0.2.2
[INFO] [stderr]    Compiling panic-probe v0.3.2
[INFO] [stderr]     Checking nb v0.1.3
[INFO] [stderr]    Compiling defmt-rtt v0.4.1
[INFO] [stderr]     Checking cassette v0.3.0
[INFO] [stderr]     Checking embedded-hal v0.2.7
[INFO] [stderr]     Checking embedded-hal-bus v0.3.0
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]    Compiling cortex-m-rt-macros v0.7.5
[INFO] [stderr]    Compiling bitfield-struct v0.10.0
[INFO] [stderr]    Compiling defmt-parser v0.4.1
[INFO] [stderr]     Checking fugit v0.3.7
[INFO] [stderr]     Checking mc33hb2001 v0.1.0 (/opt/rustwide/workdir/mc33hb2001)
[INFO] [stderr]     Checking synch v0.1.1
[INFO] [stderr] error: could not compile `mkl25z4-pac` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/615014f15745532730b9ce7a1d9309f8b4756f93/bin/rustc --crate-name mkl25z4_pac --edition=2021 mkl25z4-pac/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C opt-level=1 -C embed-bitcode=no -C debuginfo=2 -C debug-assertions=on --test --cfg 'feature="cortex-m-rt"' --cfg 'feature="defmt"' --cfg 'feature="rt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cortex-m-rt", "critical-section", "defmt", "rt"))' -C metadata=af92c2989a5425ab -C extra-filename=-945fc44ee2108745 --out-dir /opt/rustwide/target/debug/build/mkl25z4-pac/945fc44ee2108745/out -L dependency=/opt/rustwide/target/debug/build/bare-metal/2b0395582df5630f/out -L dependency=/opt/rustwide/target/debug/build/bitfield/27ead1b32776ed98/out -L dependency=/opt/rustwide/target/debug/build/bitflags/99e6b4b0245ad7fb/out -L dependency=/opt/rustwide/target/debug/build/cortex-m/76b2ae66e2d68513/out -L dependency=/opt/rustwide/target/debug/build/cortex-m-rt/b0e60c0973b09a7a/out -L dependency=/opt/rustwide/target/debug/build/cortex-m-rt-macros/bc67b57c498f5515/out -L dependency=/opt/rustwide/target/debug/build/critical-section/4efccc797f336d5a/out -L dependency=/opt/rustwide/target/debug/build/defmt/f6a3abc9c9227a56/out -L dependency=/opt/rustwide/target/debug/build/defmt-macros/9863b161ff0066a7/out -L dependency=/opt/rustwide/target/debug/build/embedded-hal/411cd613fa9f2c64/out -L dependency=/opt/rustwide/target/debug/build/nb/5a44d0813a744d4c/out -L dependency=/opt/rustwide/target/debug/build/nb/958b53b4e092b972/out -L dependency=/opt/rustwide/target/debug/build/vcell/43ac4314f8bcc3bf/out -L dependency=/opt/rustwide/target/debug/build/void/97a0144198d4fede/out -L dependency=/opt/rustwide/target/debug/build/volatile-register/35fae57057dd49e0/out --extern cortex_m=/opt/rustwide/target/debug/build/cortex-m/76b2ae66e2d68513/out/libcortex_m-76b2ae66e2d68513.rmeta --extern cortex_m_rt=/opt/rustwide/target/debug/build/cortex-m-rt/b0e60c0973b09a7a/out/libcortex_m_rt-b0e60c0973b09a7a.rmeta --extern defmt=/opt/rustwide/target/debug/build/defmt/f6a3abc9c9227a56/out/libdefmt-f6a3abc9c9227a56.rmeta --extern vcell=/opt/rustwide/target/debug/build/vcell/43ac4314f8bcc3bf/out/libvcell-43ac4314f8bcc3bf.rmeta --cap-lints=forbid -L /opt/rustwide/target/debug/build/mkl25z4-pac/afe91198c380179d/out -L /opt/rustwide/target/debug/build/cortex-m-rt/7c622de03ddfe56c/out -L /opt/rustwide/target/debug/build/defmt/dbd60da6478193e9/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> mkl25z4-pac/src/lib.rs:750:13
[INFO] [stdout]     |
[INFO] [stdout] 750 | pub fn sar (& mut self) -> SarW < Sar0Spec > { SarW :: new (self , 0) } } # [doc = "Source Address Register\n\nYou can [`read`](cra...
[INFO] [stdout]     |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 750 | pub fn sar (& mut self) -> SarW <'_,  Sar0Spec > { SarW :: new (self , 0) } } # [doc = "Source Address Register\n\nYou can [`read`](crate::Reg::read) this register and get [`sar0::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`sar0::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> mkl25z4-pac/src/lib.rs:766:13
[INFO] [stdout]     |
[INFO] [stdout] 766 | pub fn dar (& mut self) -> DarW < Dar0Spec > { DarW :: new (self , 0) } } # [doc = "Destination Address Register\n\nYou can [`read`...
[INFO] [stdout]     |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 766 | pub fn dar (& mut self) -> DarW <'_,  Dar0Spec > { DarW :: new (self , 0) } } # [doc = "Destination Address Register\n\nYou can [`read`](crate::Reg::read) this register and get [`dar0::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`dar0::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> mkl25z4-pac/src/lib.rs:877:13
[INFO] [stdout]     |
[INFO] [stdout] 877 | pub fn bcr (& mut self) -> BcrW < DsrBcr0Spec > { BcrW :: new (self , 0) } # [doc = "Bit 24 - Transactions done"]
[INFO] [stdout]     |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |             |
[INFO] [stdout]     |             the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 877 | pub fn bcr (& mut self) -> BcrW <'_,  DsrBcr0Spec > { BcrW :: new (self , 0) } # [doc = "Bit 24 - Transactions done"]
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> mkl25z4-pac/src/lib.rs:879:14
[INFO] [stdout]     |
[INFO] [stdout] 879 | pub fn done (& mut self) -> DoneW < DsrBcr0Spec > { DoneW :: new (self , 24) } } # [doc = "DMA Status Register / Byte Count Registe...
[INFO] [stdout]     |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |              |
[INFO] [stdout]     |              the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 879 | pub fn done (& mut self) -> DoneW <'_,  DsrBcr0Spec > { DoneW :: new (self , 24) } } # [doc = "DMA Status Register / Byte Count Register\n\nYou can [`read`](crate::Reg::read) this register and get [`dsr_bcr0::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`dsr_bcr0::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:1409:14
[INFO] [stdout]      |
[INFO] [stdout] 1409 | pub fn lch2 (& mut self) -> Lch2W < Dcr0Spec > { Lch2W :: new (self , 0) } # [doc = "Bits 2:3 - Link channel 1"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1409 | pub fn lch2 (& mut self) -> Lch2W <'_,  Dcr0Spec > { Lch2W :: new (self , 0) } # [doc = "Bits 2:3 - Link channel 1"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:1411:14
[INFO] [stdout]      |
[INFO] [stdout] 1411 | pub fn lch1 (& mut self) -> Lch1W < Dcr0Spec > { Lch1W :: new (self , 2) } # [doc = "Bits 4:5 - Link channel control"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1411 | pub fn lch1 (& mut self) -> Lch1W <'_,  Dcr0Spec > { Lch1W :: new (self , 2) } # [doc = "Bits 4:5 - Link channel control"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:1413:16
[INFO] [stdout]      |
[INFO] [stdout] 1413 | pub fn linkcc (& mut self) -> LinkccW < Dcr0Spec > { LinkccW :: new (self , 4) } # [doc = "Bit 7 - Disable request"]
[INFO] [stdout]      |                ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1413 | pub fn linkcc (& mut self) -> LinkccW <'_,  Dcr0Spec > { LinkccW :: new (self , 4) } # [doc = "Bit 7 - Disable request"]
[INFO] [stdout]      |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:1415:15
[INFO] [stdout]      |
[INFO] [stdout] 1415 | pub fn d_req (& mut self) -> DReqW < Dcr0Spec > { DReqW :: new (self , 7) } # [doc = "Bits 8:11 - Destination address modulo"]
[INFO] [stdout]      |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1415 | pub fn d_req (& mut self) -> DReqW <'_,  Dcr0Spec > { DReqW :: new (self , 7) } # [doc = "Bits 8:11 - Destination address modulo"]
[INFO] [stdout]      |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:1417:14
[INFO] [stdout]      |
[INFO] [stdout] 1417 | pub fn dmod (& mut self) -> DmodW < Dcr0Spec > { DmodW :: new (self , 8) } # [doc = "Bits 12:15 - Source address modulo"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1417 | pub fn dmod (& mut self) -> DmodW <'_,  Dcr0Spec > { DmodW :: new (self , 8) } # [doc = "Bits 12:15 - Source address modulo"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:1419:14
[INFO] [stdout]      |
[INFO] [stdout] 1419 | pub fn smod (& mut self) -> SmodW < Dcr0Spec > { SmodW :: new (self , 12) } # [doc = "Bit 16 - Start transfer"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1419 | pub fn smod (& mut self) -> SmodW <'_,  Dcr0Spec > { SmodW :: new (self , 12) } # [doc = "Bit 16 - Start transfer"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:1421:15
[INFO] [stdout]      |
[INFO] [stdout] 1421 | pub fn start (& mut self) -> StartW < Dcr0Spec > { StartW :: new (self , 16) } # [doc = "Bits 17:18 - Destination size"]
[INFO] [stdout]      |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1421 | pub fn start (& mut self) -> StartW <'_,  Dcr0Spec > { StartW :: new (self , 16) } # [doc = "Bits 17:18 - Destination size"]
[INFO] [stdout]      |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:1423:15
[INFO] [stdout]      |
[INFO] [stdout] 1423 | pub fn dsize (& mut self) -> DsizeW < Dcr0Spec > { DsizeW :: new (self , 17) } # [doc = "Bit 19 - Destination increment"]
[INFO] [stdout]      |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1423 | pub fn dsize (& mut self) -> DsizeW <'_,  Dcr0Spec > { DsizeW :: new (self , 17) } # [doc = "Bit 19 - Destination increment"]
[INFO] [stdout]      |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:1425:14
[INFO] [stdout]      |
[INFO] [stdout] 1425 | pub fn dinc (& mut self) -> DincW < Dcr0Spec > { DincW :: new (self , 19) } # [doc = "Bits 20:21 - Source size"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1425 | pub fn dinc (& mut self) -> DincW <'_,  Dcr0Spec > { DincW :: new (self , 19) } # [doc = "Bits 20:21 - Source size"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:1427:15
[INFO] [stdout]      |
[INFO] [stdout] 1427 | pub fn ssize (& mut self) -> SsizeW < Dcr0Spec > { SsizeW :: new (self , 20) } # [doc = "Bit 22 - Source increment"]
[INFO] [stdout]      |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1427 | pub fn ssize (& mut self) -> SsizeW <'_,  Dcr0Spec > { SsizeW :: new (self , 20) } # [doc = "Bit 22 - Source increment"]
[INFO] [stdout]      |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:1429:14
[INFO] [stdout]      |
[INFO] [stdout] 1429 | pub fn sinc (& mut self) -> SincW < Dcr0Spec > { SincW :: new (self , 22) } # [doc = "Bit 23 - Enable asynchronous DMA requests"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1429 | pub fn sinc (& mut self) -> SincW <'_,  Dcr0Spec > { SincW :: new (self , 22) } # [doc = "Bit 23 - Enable asynchronous DMA requests"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:1431:16
[INFO] [stdout]      |
[INFO] [stdout] 1431 | pub fn eadreq (& mut self) -> EadreqW < Dcr0Spec > { EadreqW :: new (self , 23) } # [doc = "Bit 28 - Auto-align"]
[INFO] [stdout]      |                ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1431 | pub fn eadreq (& mut self) -> EadreqW <'_,  Dcr0Spec > { EadreqW :: new (self , 23) } # [doc = "Bit 28 - Auto-align"]
[INFO] [stdout]      |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:1433:12
[INFO] [stdout]      |
[INFO] [stdout] 1433 | pub fn aa (& mut self) -> AaW < Dcr0Spec > { AaW :: new (self , 28) } # [doc = "Bit 29 - Cycle steal"]
[INFO] [stdout]      |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |            |
[INFO] [stdout]      |            the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1433 | pub fn aa (& mut self) -> AaW <'_,  Dcr0Spec > { AaW :: new (self , 28) } # [doc = "Bit 29 - Cycle steal"]
[INFO] [stdout]      |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:1435:12
[INFO] [stdout]      |
[INFO] [stdout] 1435 | pub fn cs (& mut self) -> CsW < Dcr0Spec > { CsW :: new (self , 29) } # [doc = "Bit 30 - Enable peripheral request"]
[INFO] [stdout]      |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |            |
[INFO] [stdout]      |            the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1435 | pub fn cs (& mut self) -> CsW <'_,  Dcr0Spec > { CsW :: new (self , 29) } # [doc = "Bit 30 - Enable peripheral request"]
[INFO] [stdout]      |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:1437:13
[INFO] [stdout]      |
[INFO] [stdout] 1437 | pub fn erq (& mut self) -> ErqW < Dcr0Spec > { ErqW :: new (self , 30) } # [doc = "Bit 31 - Enable interrupt on completion of tran...
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1437 | pub fn erq (& mut self) -> ErqW <'_,  Dcr0Spec > { ErqW :: new (self , 30) } # [doc = "Bit 31 - Enable interrupt on completion of transfer"]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:1439:14
[INFO] [stdout]      |
[INFO] [stdout] 1439 | pub fn eint (& mut self) -> EintW < Dcr0Spec > { EintW :: new (self , 31) } } # [doc = "DMA Control Register\n\nYou can [`read`](c...
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1439 | pub fn eint (& mut self) -> EintW <'_,  Dcr0Spec > { EintW :: new (self , 31) } } # [doc = "DMA Control Register\n\nYou can [`read`](crate::Reg::read) this register and get [`dcr0::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`dcr0::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:1455:13
[INFO] [stdout]      |
[INFO] [stdout] 1455 | pub fn sar (& mut self) -> SarW < Sar1Spec > { SarW :: new (self , 0) } } # [doc = "Source Address Register\n\nYou can [`read`](cr...
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1455 | pub fn sar (& mut self) -> SarW <'_,  Sar1Spec > { SarW :: new (self , 0) } } # [doc = "Source Address Register\n\nYou can [`read`](crate::Reg::read) this register and get [`sar1::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`sar1::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:1471:13
[INFO] [stdout]      |
[INFO] [stdout] 1471 | pub fn dar (& mut self) -> DarW < Dar1Spec > { DarW :: new (self , 0) } } # [doc = "Destination Address Register\n\nYou can [`read...
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1471 | pub fn dar (& mut self) -> DarW <'_,  Dar1Spec > { DarW :: new (self , 0) } } # [doc = "Destination Address Register\n\nYou can [`read`](crate::Reg::read) this register and get [`dar1::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`dar1::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:1582:13
[INFO] [stdout]      |
[INFO] [stdout] 1582 | pub fn bcr (& mut self) -> BcrW < DsrBcr1Spec > { BcrW :: new (self , 0) } # [doc = "Bit 24 - Transactions done"]
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1582 | pub fn bcr (& mut self) -> BcrW <'_,  DsrBcr1Spec > { BcrW :: new (self , 0) } # [doc = "Bit 24 - Transactions done"]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:1584:14
[INFO] [stdout]      |
[INFO] [stdout] 1584 | pub fn done (& mut self) -> DoneW < DsrBcr1Spec > { DoneW :: new (self , 24) } } # [doc = "DMA Status Register / Byte Count Regist...
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1584 | pub fn done (& mut self) -> DoneW <'_,  DsrBcr1Spec > { DoneW :: new (self , 24) } } # [doc = "DMA Status Register / Byte Count Register\n\nYou can [`read`](crate::Reg::read) this register and get [`dsr_bcr1::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`dsr_bcr1::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2114:14
[INFO] [stdout]      |
[INFO] [stdout] 2114 | pub fn lch2 (& mut self) -> Lch2W < Dcr1Spec > { Lch2W :: new (self , 0) } # [doc = "Bits 2:3 - Link channel 1"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2114 | pub fn lch2 (& mut self) -> Lch2W <'_,  Dcr1Spec > { Lch2W :: new (self , 0) } # [doc = "Bits 2:3 - Link channel 1"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2116:14
[INFO] [stdout]      |
[INFO] [stdout] 2116 | pub fn lch1 (& mut self) -> Lch1W < Dcr1Spec > { Lch1W :: new (self , 2) } # [doc = "Bits 4:5 - Link channel control"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2116 | pub fn lch1 (& mut self) -> Lch1W <'_,  Dcr1Spec > { Lch1W :: new (self , 2) } # [doc = "Bits 4:5 - Link channel control"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2118:16
[INFO] [stdout]      |
[INFO] [stdout] 2118 | pub fn linkcc (& mut self) -> LinkccW < Dcr1Spec > { LinkccW :: new (self , 4) } # [doc = "Bit 7 - Disable request"]
[INFO] [stdout]      |                ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2118 | pub fn linkcc (& mut self) -> LinkccW <'_,  Dcr1Spec > { LinkccW :: new (self , 4) } # [doc = "Bit 7 - Disable request"]
[INFO] [stdout]      |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2120:15
[INFO] [stdout]      |
[INFO] [stdout] 2120 | pub fn d_req (& mut self) -> DReqW < Dcr1Spec > { DReqW :: new (self , 7) } # [doc = "Bits 8:11 - Destination address modulo"]
[INFO] [stdout]      |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2120 | pub fn d_req (& mut self) -> DReqW <'_,  Dcr1Spec > { DReqW :: new (self , 7) } # [doc = "Bits 8:11 - Destination address modulo"]
[INFO] [stdout]      |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2122:14
[INFO] [stdout]      |
[INFO] [stdout] 2122 | pub fn dmod (& mut self) -> DmodW < Dcr1Spec > { DmodW :: new (self , 8) } # [doc = "Bits 12:15 - Source address modulo"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2122 | pub fn dmod (& mut self) -> DmodW <'_,  Dcr1Spec > { DmodW :: new (self , 8) } # [doc = "Bits 12:15 - Source address modulo"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2124:14
[INFO] [stdout]      |
[INFO] [stdout] 2124 | pub fn smod (& mut self) -> SmodW < Dcr1Spec > { SmodW :: new (self , 12) } # [doc = "Bit 16 - Start transfer"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2124 | pub fn smod (& mut self) -> SmodW <'_,  Dcr1Spec > { SmodW :: new (self , 12) } # [doc = "Bit 16 - Start transfer"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2126:15
[INFO] [stdout]      |
[INFO] [stdout] 2126 | pub fn start (& mut self) -> StartW < Dcr1Spec > { StartW :: new (self , 16) } # [doc = "Bits 17:18 - Destination size"]
[INFO] [stdout]      |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2126 | pub fn start (& mut self) -> StartW <'_,  Dcr1Spec > { StartW :: new (self , 16) } # [doc = "Bits 17:18 - Destination size"]
[INFO] [stdout]      |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2128:15
[INFO] [stdout]      |
[INFO] [stdout] 2128 | pub fn dsize (& mut self) -> DsizeW < Dcr1Spec > { DsizeW :: new (self , 17) } # [doc = "Bit 19 - Destination increment"]
[INFO] [stdout]      |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2128 | pub fn dsize (& mut self) -> DsizeW <'_,  Dcr1Spec > { DsizeW :: new (self , 17) } # [doc = "Bit 19 - Destination increment"]
[INFO] [stdout]      |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2130:14
[INFO] [stdout]      |
[INFO] [stdout] 2130 | pub fn dinc (& mut self) -> DincW < Dcr1Spec > { DincW :: new (self , 19) } # [doc = "Bits 20:21 - Source size"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2130 | pub fn dinc (& mut self) -> DincW <'_,  Dcr1Spec > { DincW :: new (self , 19) } # [doc = "Bits 20:21 - Source size"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2132:15
[INFO] [stdout]      |
[INFO] [stdout] 2132 | pub fn ssize (& mut self) -> SsizeW < Dcr1Spec > { SsizeW :: new (self , 20) } # [doc = "Bit 22 - Source increment"]
[INFO] [stdout]      |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2132 | pub fn ssize (& mut self) -> SsizeW <'_,  Dcr1Spec > { SsizeW :: new (self , 20) } # [doc = "Bit 22 - Source increment"]
[INFO] [stdout]      |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2134:14
[INFO] [stdout]      |
[INFO] [stdout] 2134 | pub fn sinc (& mut self) -> SincW < Dcr1Spec > { SincW :: new (self , 22) } # [doc = "Bit 23 - Enable asynchronous DMA requests"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2134 | pub fn sinc (& mut self) -> SincW <'_,  Dcr1Spec > { SincW :: new (self , 22) } # [doc = "Bit 23 - Enable asynchronous DMA requests"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2136:16
[INFO] [stdout]      |
[INFO] [stdout] 2136 | pub fn eadreq (& mut self) -> EadreqW < Dcr1Spec > { EadreqW :: new (self , 23) } # [doc = "Bit 28 - Auto-align"]
[INFO] [stdout]      |                ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2136 | pub fn eadreq (& mut self) -> EadreqW <'_,  Dcr1Spec > { EadreqW :: new (self , 23) } # [doc = "Bit 28 - Auto-align"]
[INFO] [stdout]      |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2138:12
[INFO] [stdout]      |
[INFO] [stdout] 2138 | pub fn aa (& mut self) -> AaW < Dcr1Spec > { AaW :: new (self , 28) } # [doc = "Bit 29 - Cycle steal"]
[INFO] [stdout]      |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |            |
[INFO] [stdout]      |            the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2138 | pub fn aa (& mut self) -> AaW <'_,  Dcr1Spec > { AaW :: new (self , 28) } # [doc = "Bit 29 - Cycle steal"]
[INFO] [stdout]      |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2140:12
[INFO] [stdout]      |
[INFO] [stdout] 2140 | pub fn cs (& mut self) -> CsW < Dcr1Spec > { CsW :: new (self , 29) } # [doc = "Bit 30 - Enable peripheral request"]
[INFO] [stdout]      |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |            |
[INFO] [stdout]      |            the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2140 | pub fn cs (& mut self) -> CsW <'_,  Dcr1Spec > { CsW :: new (self , 29) } # [doc = "Bit 30 - Enable peripheral request"]
[INFO] [stdout]      |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2142:13
[INFO] [stdout]      |
[INFO] [stdout] 2142 | pub fn erq (& mut self) -> ErqW < Dcr1Spec > { ErqW :: new (self , 30) } # [doc = "Bit 31 - Enable interrupt on completion of tran...
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2142 | pub fn erq (& mut self) -> ErqW <'_,  Dcr1Spec > { ErqW :: new (self , 30) } # [doc = "Bit 31 - Enable interrupt on completion of transfer"]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2144:14
[INFO] [stdout]      |
[INFO] [stdout] 2144 | pub fn eint (& mut self) -> EintW < Dcr1Spec > { EintW :: new (self , 31) } } # [doc = "DMA Control Register\n\nYou can [`read`](c...
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2144 | pub fn eint (& mut self) -> EintW <'_,  Dcr1Spec > { EintW :: new (self , 31) } } # [doc = "DMA Control Register\n\nYou can [`read`](crate::Reg::read) this register and get [`dcr1::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`dcr1::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2160:13
[INFO] [stdout]      |
[INFO] [stdout] 2160 | pub fn sar (& mut self) -> SarW < Sar2Spec > { SarW :: new (self , 0) } } # [doc = "Source Address Register\n\nYou can [`read`](cr...
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2160 | pub fn sar (& mut self) -> SarW <'_,  Sar2Spec > { SarW :: new (self , 0) } } # [doc = "Source Address Register\n\nYou can [`read`](crate::Reg::read) this register and get [`sar2::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`sar2::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2176:13
[INFO] [stdout]      |
[INFO] [stdout] 2176 | pub fn dar (& mut self) -> DarW < Dar2Spec > { DarW :: new (self , 0) } } # [doc = "Destination Address Register\n\nYou can [`read...
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2176 | pub fn dar (& mut self) -> DarW <'_,  Dar2Spec > { DarW :: new (self , 0) } } # [doc = "Destination Address Register\n\nYou can [`read`](crate::Reg::read) this register and get [`dar2::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`dar2::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2287:13
[INFO] [stdout]      |
[INFO] [stdout] 2287 | pub fn bcr (& mut self) -> BcrW < DsrBcr2Spec > { BcrW :: new (self , 0) } # [doc = "Bit 24 - Transactions done"]
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2287 | pub fn bcr (& mut self) -> BcrW <'_,  DsrBcr2Spec > { BcrW :: new (self , 0) } # [doc = "Bit 24 - Transactions done"]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2289:14
[INFO] [stdout]      |
[INFO] [stdout] 2289 | pub fn done (& mut self) -> DoneW < DsrBcr2Spec > { DoneW :: new (self , 24) } } # [doc = "DMA Status Register / Byte Count Regist...
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2289 | pub fn done (& mut self) -> DoneW <'_,  DsrBcr2Spec > { DoneW :: new (self , 24) } } # [doc = "DMA Status Register / Byte Count Register\n\nYou can [`read`](crate::Reg::read) this register and get [`dsr_bcr2::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`dsr_bcr2::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2819:14
[INFO] [stdout]      |
[INFO] [stdout] 2819 | pub fn lch2 (& mut self) -> Lch2W < Dcr2Spec > { Lch2W :: new (self , 0) } # [doc = "Bits 2:3 - Link channel 1"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2819 | pub fn lch2 (& mut self) -> Lch2W <'_,  Dcr2Spec > { Lch2W :: new (self , 0) } # [doc = "Bits 2:3 - Link channel 1"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2821:14
[INFO] [stdout]      |
[INFO] [stdout] 2821 | pub fn lch1 (& mut self) -> Lch1W < Dcr2Spec > { Lch1W :: new (self , 2) } # [doc = "Bits 4:5 - Link channel control"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2821 | pub fn lch1 (& mut self) -> Lch1W <'_,  Dcr2Spec > { Lch1W :: new (self , 2) } # [doc = "Bits 4:5 - Link channel control"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2823:16
[INFO] [stdout]      |
[INFO] [stdout] 2823 | pub fn linkcc (& mut self) -> LinkccW < Dcr2Spec > { LinkccW :: new (self , 4) } # [doc = "Bit 7 - Disable request"]
[INFO] [stdout]      |                ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2823 | pub fn linkcc (& mut self) -> LinkccW <'_,  Dcr2Spec > { LinkccW :: new (self , 4) } # [doc = "Bit 7 - Disable request"]
[INFO] [stdout]      |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2825:15
[INFO] [stdout]      |
[INFO] [stdout] 2825 | pub fn d_req (& mut self) -> DReqW < Dcr2Spec > { DReqW :: new (self , 7) } # [doc = "Bits 8:11 - Destination address modulo"]
[INFO] [stdout]      |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2825 | pub fn d_req (& mut self) -> DReqW <'_,  Dcr2Spec > { DReqW :: new (self , 7) } # [doc = "Bits 8:11 - Destination address modulo"]
[INFO] [stdout]      |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2827:14
[INFO] [stdout]      |
[INFO] [stdout] 2827 | pub fn dmod (& mut self) -> DmodW < Dcr2Spec > { DmodW :: new (self , 8) } # [doc = "Bits 12:15 - Source address modulo"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2827 | pub fn dmod (& mut self) -> DmodW <'_,  Dcr2Spec > { DmodW :: new (self , 8) } # [doc = "Bits 12:15 - Source address modulo"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2829:14
[INFO] [stdout]      |
[INFO] [stdout] 2829 | pub fn smod (& mut self) -> SmodW < Dcr2Spec > { SmodW :: new (self , 12) } # [doc = "Bit 16 - Start transfer"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2829 | pub fn smod (& mut self) -> SmodW <'_,  Dcr2Spec > { SmodW :: new (self , 12) } # [doc = "Bit 16 - Start transfer"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2831:15
[INFO] [stdout]      |
[INFO] [stdout] 2831 | pub fn start (& mut self) -> StartW < Dcr2Spec > { StartW :: new (self , 16) } # [doc = "Bits 17:18 - Destination size"]
[INFO] [stdout]      |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2831 | pub fn start (& mut self) -> StartW <'_,  Dcr2Spec > { StartW :: new (self , 16) } # [doc = "Bits 17:18 - Destination size"]
[INFO] [stdout]      |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2833:15
[INFO] [stdout]      |
[INFO] [stdout] 2833 | pub fn dsize (& mut self) -> DsizeW < Dcr2Spec > { DsizeW :: new (self , 17) } # [doc = "Bit 19 - Destination increment"]
[INFO] [stdout]      |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2833 | pub fn dsize (& mut self) -> DsizeW <'_,  Dcr2Spec > { DsizeW :: new (self , 17) } # [doc = "Bit 19 - Destination increment"]
[INFO] [stdout]      |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2835:14
[INFO] [stdout]      |
[INFO] [stdout] 2835 | pub fn dinc (& mut self) -> DincW < Dcr2Spec > { DincW :: new (self , 19) } # [doc = "Bits 20:21 - Source size"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2835 | pub fn dinc (& mut self) -> DincW <'_,  Dcr2Spec > { DincW :: new (self , 19) } # [doc = "Bits 20:21 - Source size"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2837:15
[INFO] [stdout]      |
[INFO] [stdout] 2837 | pub fn ssize (& mut self) -> SsizeW < Dcr2Spec > { SsizeW :: new (self , 20) } # [doc = "Bit 22 - Source increment"]
[INFO] [stdout]      |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2837 | pub fn ssize (& mut self) -> SsizeW <'_,  Dcr2Spec > { SsizeW :: new (self , 20) } # [doc = "Bit 22 - Source increment"]
[INFO] [stdout]      |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2839:14
[INFO] [stdout]      |
[INFO] [stdout] 2839 | pub fn sinc (& mut self) -> SincW < Dcr2Spec > { SincW :: new (self , 22) } # [doc = "Bit 23 - Enable asynchronous DMA requests"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2839 | pub fn sinc (& mut self) -> SincW <'_,  Dcr2Spec > { SincW :: new (self , 22) } # [doc = "Bit 23 - Enable asynchronous DMA requests"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2841:16
[INFO] [stdout]      |
[INFO] [stdout] 2841 | pub fn eadreq (& mut self) -> EadreqW < Dcr2Spec > { EadreqW :: new (self , 23) } # [doc = "Bit 28 - Auto-align"]
[INFO] [stdout]      |                ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2841 | pub fn eadreq (& mut self) -> EadreqW <'_,  Dcr2Spec > { EadreqW :: new (self , 23) } # [doc = "Bit 28 - Auto-align"]
[INFO] [stdout]      |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2843:12
[INFO] [stdout]      |
[INFO] [stdout] 2843 | pub fn aa (& mut self) -> AaW < Dcr2Spec > { AaW :: new (self , 28) } # [doc = "Bit 29 - Cycle steal"]
[INFO] [stdout]      |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |            |
[INFO] [stdout]      |            the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2843 | pub fn aa (& mut self) -> AaW <'_,  Dcr2Spec > { AaW :: new (self , 28) } # [doc = "Bit 29 - Cycle steal"]
[INFO] [stdout]      |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2845:12
[INFO] [stdout]      |
[INFO] [stdout] 2845 | pub fn cs (& mut self) -> CsW < Dcr2Spec > { CsW :: new (self , 29) } # [doc = "Bit 30 - Enable peripheral request"]
[INFO] [stdout]      |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |            |
[INFO] [stdout]      |            the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2845 | pub fn cs (& mut self) -> CsW <'_,  Dcr2Spec > { CsW :: new (self , 29) } # [doc = "Bit 30 - Enable peripheral request"]
[INFO] [stdout]      |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2847:13
[INFO] [stdout]      |
[INFO] [stdout] 2847 | pub fn erq (& mut self) -> ErqW < Dcr2Spec > { ErqW :: new (self , 30) } # [doc = "Bit 31 - Enable interrupt on completion of tran...
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2847 | pub fn erq (& mut self) -> ErqW <'_,  Dcr2Spec > { ErqW :: new (self , 30) } # [doc = "Bit 31 - Enable interrupt on completion of transfer"]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2849:14
[INFO] [stdout]      |
[INFO] [stdout] 2849 | pub fn eint (& mut self) -> EintW < Dcr2Spec > { EintW :: new (self , 31) } } # [doc = "DMA Control Register\n\nYou can [`read`](c...
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2849 | pub fn eint (& mut self) -> EintW <'_,  Dcr2Spec > { EintW :: new (self , 31) } } # [doc = "DMA Control Register\n\nYou can [`read`](crate::Reg::read) this register and get [`dcr2::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`dcr2::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2865:13
[INFO] [stdout]      |
[INFO] [stdout] 2865 | pub fn sar (& mut self) -> SarW < Sar3Spec > { SarW :: new (self , 0) } } # [doc = "Source Address Register\n\nYou can [`read`](cr...
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2865 | pub fn sar (& mut self) -> SarW <'_,  Sar3Spec > { SarW :: new (self , 0) } } # [doc = "Source Address Register\n\nYou can [`read`](crate::Reg::read) this register and get [`sar3::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`sar3::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2881:13
[INFO] [stdout]      |
[INFO] [stdout] 2881 | pub fn dar (& mut self) -> DarW < Dar3Spec > { DarW :: new (self , 0) } } # [doc = "Destination Address Register\n\nYou can [`read...
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2881 | pub fn dar (& mut self) -> DarW <'_,  Dar3Spec > { DarW :: new (self , 0) } } # [doc = "Destination Address Register\n\nYou can [`read`](crate::Reg::read) this register and get [`dar3::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`dar3::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2992:13
[INFO] [stdout]      |
[INFO] [stdout] 2992 | pub fn bcr (& mut self) -> BcrW < DsrBcr3Spec > { BcrW :: new (self , 0) } # [doc = "Bit 24 - Transactions done"]
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2992 | pub fn bcr (& mut self) -> BcrW <'_,  DsrBcr3Spec > { BcrW :: new (self , 0) } # [doc = "Bit 24 - Transactions done"]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:2994:14
[INFO] [stdout]      |
[INFO] [stdout] 2994 | pub fn done (& mut self) -> DoneW < DsrBcr3Spec > { DoneW :: new (self , 24) } } # [doc = "DMA Status Register / Byte Count Regist...
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 2994 | pub fn done (& mut self) -> DoneW <'_,  DsrBcr3Spec > { DoneW :: new (self , 24) } } # [doc = "DMA Status Register / Byte Count Register\n\nYou can [`read`](crate::Reg::read) this register and get [`dsr_bcr3::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`dsr_bcr3::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:3524:14
[INFO] [stdout]      |
[INFO] [stdout] 3524 | pub fn lch2 (& mut self) -> Lch2W < Dcr3Spec > { Lch2W :: new (self , 0) } # [doc = "Bits 2:3 - Link channel 1"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3524 | pub fn lch2 (& mut self) -> Lch2W <'_,  Dcr3Spec > { Lch2W :: new (self , 0) } # [doc = "Bits 2:3 - Link channel 1"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:3526:14
[INFO] [stdout]      |
[INFO] [stdout] 3526 | pub fn lch1 (& mut self) -> Lch1W < Dcr3Spec > { Lch1W :: new (self , 2) } # [doc = "Bits 4:5 - Link channel control"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3526 | pub fn lch1 (& mut self) -> Lch1W <'_,  Dcr3Spec > { Lch1W :: new (self , 2) } # [doc = "Bits 4:5 - Link channel control"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:3528:16
[INFO] [stdout]      |
[INFO] [stdout] 3528 | pub fn linkcc (& mut self) -> LinkccW < Dcr3Spec > { LinkccW :: new (self , 4) } # [doc = "Bit 7 - Disable request"]
[INFO] [stdout]      |                ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3528 | pub fn linkcc (& mut self) -> LinkccW <'_,  Dcr3Spec > { LinkccW :: new (self , 4) } # [doc = "Bit 7 - Disable request"]
[INFO] [stdout]      |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:3530:15
[INFO] [stdout]      |
[INFO] [stdout] 3530 | pub fn d_req (& mut self) -> DReqW < Dcr3Spec > { DReqW :: new (self , 7) } # [doc = "Bits 8:11 - Destination address modulo"]
[INFO] [stdout]      |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3530 | pub fn d_req (& mut self) -> DReqW <'_,  Dcr3Spec > { DReqW :: new (self , 7) } # [doc = "Bits 8:11 - Destination address modulo"]
[INFO] [stdout]      |                                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:3532:14
[INFO] [stdout]      |
[INFO] [stdout] 3532 | pub fn dmod (& mut self) -> DmodW < Dcr3Spec > { DmodW :: new (self , 8) } # [doc = "Bits 12:15 - Source address modulo"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3532 | pub fn dmod (& mut self) -> DmodW <'_,  Dcr3Spec > { DmodW :: new (self , 8) } # [doc = "Bits 12:15 - Source address modulo"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:3534:14
[INFO] [stdout]      |
[INFO] [stdout] 3534 | pub fn smod (& mut self) -> SmodW < Dcr3Spec > { SmodW :: new (self , 12) } # [doc = "Bit 16 - Start transfer"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3534 | pub fn smod (& mut self) -> SmodW <'_,  Dcr3Spec > { SmodW :: new (self , 12) } # [doc = "Bit 16 - Start transfer"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:3536:15
[INFO] [stdout]      |
[INFO] [stdout] 3536 | pub fn start (& mut self) -> StartW < Dcr3Spec > { StartW :: new (self , 16) } # [doc = "Bits 17:18 - Destination size"]
[INFO] [stdout]      |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3536 | pub fn start (& mut self) -> StartW <'_,  Dcr3Spec > { StartW :: new (self , 16) } # [doc = "Bits 17:18 - Destination size"]
[INFO] [stdout]      |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:3538:15
[INFO] [stdout]      |
[INFO] [stdout] 3538 | pub fn dsize (& mut self) -> DsizeW < Dcr3Spec > { DsizeW :: new (self , 17) } # [doc = "Bit 19 - Destination increment"]
[INFO] [stdout]      |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3538 | pub fn dsize (& mut self) -> DsizeW <'_,  Dcr3Spec > { DsizeW :: new (self , 17) } # [doc = "Bit 19 - Destination increment"]
[INFO] [stdout]      |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:3540:14
[INFO] [stdout]      |
[INFO] [stdout] 3540 | pub fn dinc (& mut self) -> DincW < Dcr3Spec > { DincW :: new (self , 19) } # [doc = "Bits 20:21 - Source size"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3540 | pub fn dinc (& mut self) -> DincW <'_,  Dcr3Spec > { DincW :: new (self , 19) } # [doc = "Bits 20:21 - Source size"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:3542:15
[INFO] [stdout]      |
[INFO] [stdout] 3542 | pub fn ssize (& mut self) -> SsizeW < Dcr3Spec > { SsizeW :: new (self , 20) } # [doc = "Bit 22 - Source increment"]
[INFO] [stdout]      |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3542 | pub fn ssize (& mut self) -> SsizeW <'_,  Dcr3Spec > { SsizeW :: new (self , 20) } # [doc = "Bit 22 - Source increment"]
[INFO] [stdout]      |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:3544:14
[INFO] [stdout]      |
[INFO] [stdout] 3544 | pub fn sinc (& mut self) -> SincW < Dcr3Spec > { SincW :: new (self , 22) } # [doc = "Bit 23 - Enable asynchronous DMA requests"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3544 | pub fn sinc (& mut self) -> SincW <'_,  Dcr3Spec > { SincW :: new (self , 22) } # [doc = "Bit 23 - Enable asynchronous DMA requests"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:3546:16
[INFO] [stdout]      |
[INFO] [stdout] 3546 | pub fn eadreq (& mut self) -> EadreqW < Dcr3Spec > { EadreqW :: new (self , 23) } # [doc = "Bit 28 - Auto-align"]
[INFO] [stdout]      |                ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3546 | pub fn eadreq (& mut self) -> EadreqW <'_,  Dcr3Spec > { EadreqW :: new (self , 23) } # [doc = "Bit 28 - Auto-align"]
[INFO] [stdout]      |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:3548:12
[INFO] [stdout]      |
[INFO] [stdout] 3548 | pub fn aa (& mut self) -> AaW < Dcr3Spec > { AaW :: new (self , 28) } # [doc = "Bit 29 - Cycle steal"]
[INFO] [stdout]      |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |            |
[INFO] [stdout]      |            the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3548 | pub fn aa (& mut self) -> AaW <'_,  Dcr3Spec > { AaW :: new (self , 28) } # [doc = "Bit 29 - Cycle steal"]
[INFO] [stdout]      |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:3550:12
[INFO] [stdout]      |
[INFO] [stdout] 3550 | pub fn cs (& mut self) -> CsW < Dcr3Spec > { CsW :: new (self , 29) } # [doc = "Bit 30 - Enable peripheral request"]
[INFO] [stdout]      |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |            |
[INFO] [stdout]      |            the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3550 | pub fn cs (& mut self) -> CsW <'_,  Dcr3Spec > { CsW :: new (self , 29) } # [doc = "Bit 30 - Enable peripheral request"]
[INFO] [stdout]      |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:3552:13
[INFO] [stdout]      |
[INFO] [stdout] 3552 | pub fn erq (& mut self) -> ErqW < Dcr3Spec > { ErqW :: new (self , 30) } # [doc = "Bit 31 - Enable interrupt on completion of tran...
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3552 | pub fn erq (& mut self) -> ErqW <'_,  Dcr3Spec > { ErqW :: new (self , 30) } # [doc = "Bit 31 - Enable interrupt on completion of transfer"]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:3554:14
[INFO] [stdout]      |
[INFO] [stdout] 3554 | pub fn eint (& mut self) -> EintW < Dcr3Spec > { EintW :: new (self , 31) } } # [doc = "DMA Control Register\n\nYou can [`read`](c...
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3554 | pub fn eint (& mut self) -> EintW <'_,  Dcr3Spec > { EintW :: new (self , 31) } } # [doc = "DMA Control Register\n\nYou can [`read`](crate::Reg::read) this register and get [`dcr3::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`dcr3::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:3729:16
[INFO] [stdout]      |
[INFO] [stdout] 3729 | pub fn fpviol (& mut self) -> FpviolW < FstatSpec > { FpviolW :: new (self , 4) } # [doc = "Bit 5 - Flash Access Error Flag"]
[INFO] [stdout]      |                ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3729 | pub fn fpviol (& mut self) -> FpviolW <'_,  FstatSpec > { FpviolW :: new (self , 4) } # [doc = "Bit 5 - Flash Access Error Flag"]
[INFO] [stdout]      |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:3731:16
[INFO] [stdout]      |
[INFO] [stdout] 3731 | pub fn accerr (& mut self) -> AccerrW < FstatSpec > { AccerrW :: new (self , 5) } # [doc = "Bit 6 - Flash Read Collision Error Flag"]
[INFO] [stdout]      |                ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3731 | pub fn accerr (& mut self) -> AccerrW <'_,  FstatSpec > { AccerrW :: new (self , 5) } # [doc = "Bit 6 - Flash Read Collision Error Flag"]
[INFO] [stdout]      |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:3733:18
[INFO] [stdout]      |
[INFO] [stdout] 3733 | pub fn rdcolerr (& mut self) -> RdcolerrW < FstatSpec > { RdcolerrW :: new (self , 6) } # [doc = "Bit 7 - Command Complete Interru...
[INFO] [stdout]      |                  ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                  |
[INFO] [stdout]      |                  the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3733 | pub fn rdcolerr (& mut self) -> RdcolerrW <'_,  FstatSpec > { RdcolerrW :: new (self , 6) } # [doc = "Bit 7 - Command Complete Interrupt Flag"]
[INFO] [stdout]      |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:3735:14
[INFO] [stdout]      |
[INFO] [stdout] 3735 | pub fn ccif (& mut self) -> CcifW < FstatSpec > { CcifW :: new (self , 7) } } # [doc = "Flash Status Register\n\nYou can [`read`](...
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3735 | pub fn ccif (& mut self) -> CcifW <'_,  FstatSpec > { CcifW :: new (self , 7) } } # [doc = "Flash Status Register\n\nYou can [`read`](crate::Reg::read) this register and get [`fstat::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`fstat::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:3827:17
[INFO] [stdout]      |
[INFO] [stdout] 3827 | pub fn erssusp (& mut self) -> ErssuspW < FcnfgSpec > { ErssuspW :: new (self , 4) } # [doc = "Bit 6 - Read Collision Error Interr...
[INFO] [stdout]      |                 ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3827 | pub fn erssusp (& mut self) -> ErssuspW <'_,  FcnfgSpec > { ErssuspW :: new (self , 4) } # [doc = "Bit 6 - Read Collision Error Interrupt Enable"]
[INFO] [stdout]      |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:3829:18
[INFO] [stdout]      |
[INFO] [stdout] 3829 | pub fn rdcollie (& mut self) -> RdcollieW < FcnfgSpec > { RdcollieW :: new (self , 6) } # [doc = "Bit 7 - Command Complete Interru...
[INFO] [stdout]      |                  ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                  |
[INFO] [stdout]      |                  the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3829 | pub fn rdcollie (& mut self) -> RdcollieW <'_,  FcnfgSpec > { RdcollieW :: new (self , 6) } # [doc = "Bit 7 - Command Complete Interrupt Enable"]
[INFO] [stdout]      |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:3831:14
[INFO] [stdout]      |
[INFO] [stdout] 3831 | pub fn ccie (& mut self) -> CcieW < FcnfgSpec > { CcieW :: new (self , 7) } } # [doc = "Flash Configuration Register\n\nYou can [`...
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3831 | pub fn ccie (& mut self) -> CcieW <'_,  FcnfgSpec > { CcieW :: new (self , 7) } } # [doc = "Flash Configuration Register\n\nYou can [`read`](crate::Reg::read) this register and get [`fcnfg::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`fcnfg::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:3954:15
[INFO] [stdout]      |
[INFO] [stdout] 3954 | pub fn ccobn (& mut self) -> CcobnW < FccobSpec > { CcobnW :: new (self , 0) } } # [doc = "Flash Common Command Object Registers\n...
[INFO] [stdout]      |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3954 | pub fn ccobn (& mut self) -> CcobnW <'_,  FccobSpec > { CcobnW :: new (self , 0) } } # [doc = "Flash Common Command Object Registers\n\nYou can [`read`](crate::Reg::read) this register and get [`fccob::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`fccob::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:3987:14
[INFO] [stdout]      |
[INFO] [stdout] 3987 | pub fn prot (& mut self) -> ProtW < FprotSpec > { ProtW :: new (self , 0) } } # [doc = "Program Flash Protection Registers\n\nYou ...
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 3987 | pub fn prot (& mut self) -> ProtW <'_,  FprotSpec > { ProtW :: new (self , 0) } } # [doc = "Program Flash Protection Registers\n\nYou can [`read`](crate::Reg::read) this register and get [`fprot::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`fprot::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:4259:16
[INFO] [stdout]      |
[INFO] [stdout] 4259 | pub fn source (& mut self) -> SourceW < ChcfgSpec > { SourceW :: new (self , 0) } # [doc = "Bit 6 - DMA Channel Trigger Enable"]
[INFO] [stdout]      |                ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 4259 | pub fn source (& mut self) -> SourceW <'_,  ChcfgSpec > { SourceW :: new (self , 0) } # [doc = "Bit 6 - DMA Channel Trigger Enable"]
[INFO] [stdout]      |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:4261:14
[INFO] [stdout]      |
[INFO] [stdout] 4261 | pub fn trig (& mut self) -> TrigW < ChcfgSpec > { TrigW :: new (self , 6) } # [doc = "Bit 7 - DMA Channel Enable"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 4261 | pub fn trig (& mut self) -> TrigW <'_,  ChcfgSpec > { TrigW :: new (self , 6) } # [doc = "Bit 7 - DMA Channel Enable"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:4263:14
[INFO] [stdout]      |
[INFO] [stdout] 4263 | pub fn enbl (& mut self) -> EnblW < ChcfgSpec > { EnblW :: new (self , 7) } } # [doc = "Channel Configuration register\n\nYou can ...
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 4263 | pub fn enbl (& mut self) -> EnblW <'_,  ChcfgSpec > { EnblW :: new (self , 7) } } # [doc = "Channel Configuration register\n\nYou can [`read`](crate::Reg::read) this register and get [`chcfg::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`chcfg::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:4380:13
[INFO] [stdout]      |
[INFO] [stdout] 4380 | pub fn frz (& mut self) -> FrzW < McrSpec > { FrzW :: new (self , 0) } # [doc = "Bit 1 - Module Disable - (PIT section)"]
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 4380 | pub fn frz (& mut self) -> FrzW <'_,  McrSpec > { FrzW :: new (self , 0) } # [doc = "Bit 1 - Module Disable - (PIT section)"]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:4382:14
[INFO] [stdout]      |
[INFO] [stdout] 4382 | pub fn mdis (& mut self) -> MdisW < McrSpec > { MdisW :: new (self , 1) } } # [doc = "PIT Module Control Register\n\nYou can [`rea...
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 4382 | pub fn mdis (& mut self) -> MdisW <'_,  McrSpec > { MdisW :: new (self , 1) } } # [doc = "PIT Module Control Register\n\nYou can [`read`](crate::Reg::read) this register and get [`mcr::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`mcr::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:4420:13
[INFO] [stdout]      |
[INFO] [stdout] 4420 | pub fn tsv (& mut self) -> TsvW < LdvalSpec > { TsvW :: new (self , 0) } } # [doc = "Timer Load Value Register\n\nYou can [`read`]...
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 4420 | pub fn tsv (& mut self) -> TsvW <'_,  LdvalSpec > { TsvW :: new (self , 0) } } # [doc = "Timer Load Value Register\n\nYou can [`read`](crate::Reg::read) this register and get [`ldval::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`ldval::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:4503:13
[INFO] [stdout]      |
[INFO] [stdout] 4503 | pub fn ten (& mut self) -> TenW < TctrlSpec > { TenW :: new (self , 0) } # [doc = "Bit 1 - Timer Interrupt Enable"]
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 4503 | pub fn ten (& mut self) -> TenW <'_,  TctrlSpec > { TenW :: new (self , 0) } # [doc = "Bit 1 - Timer Interrupt Enable"]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:4505:13
[INFO] [stdout]      |
[INFO] [stdout] 4505 | pub fn tie (& mut self) -> TieW < TctrlSpec > { TieW :: new (self , 1) } # [doc = "Bit 2 - Chain Mode"]
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 4505 | pub fn tie (& mut self) -> TieW <'_,  TctrlSpec > { TieW :: new (self , 1) } # [doc = "Bit 2 - Chain Mode"]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:4507:13
[INFO] [stdout]      |
[INFO] [stdout] 4507 | pub fn chn (& mut self) -> ChnW < TctrlSpec > { ChnW :: new (self , 2) } } # [doc = "Timer Control Register\n\nYou can [`read`](cr...
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 4507 | pub fn chn (& mut self) -> ChnW <'_,  TctrlSpec > { ChnW :: new (self , 2) } } # [doc = "Timer Control Register\n\nYou can [`read`](crate::Reg::read) this register and get [`tctrl::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`tctrl::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:4539:13
[INFO] [stdout]      |
[INFO] [stdout] 4539 | pub fn tif (& mut self) -> TifW < TflgSpec > { TifW :: new (self , 0) } } # [doc = "Timer Flag Register\n\nYou can [`read`](crate:...
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 4539 | pub fn tif (& mut self) -> TifW <'_,  TflgSpec > { TifW :: new (self , 0) } } # [doc = "Timer Flag Register\n\nYou can [`read`](crate::Reg::read) this register and get [`tflg::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`tflg::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:4783:12
[INFO] [stdout]      |
[INFO] [stdout] 4783 | pub fn ps (& mut self) -> PsW < ScSpec > { PsW :: new (self , 0) } # [doc = "Bits 3:4 - Clock Mode Selection"]
[INFO] [stdout]      |            ^^^^^^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |            |
[INFO] [stdout]      |            the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 4783 | pub fn ps (& mut self) -> PsW <'_,  ScSpec > { PsW :: new (self , 0) } # [doc = "Bits 3:4 - Clock Mode Selection"]
[INFO] [stdout]      |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:4785:14
[INFO] [stdout]      |
[INFO] [stdout] 4785 | pub fn cmod (& mut self) -> CmodW < ScSpec > { CmodW :: new (self , 3) } # [doc = "Bit 5 - Center-aligned PWM Select"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 4785 | pub fn cmod (& mut self) -> CmodW <'_,  ScSpec > { CmodW :: new (self , 3) } # [doc = "Bit 5 - Center-aligned PWM Select"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:4787:15
[INFO] [stdout]      |
[INFO] [stdout] 4787 | pub fn cpwms (& mut self) -> CpwmsW < ScSpec > { CpwmsW :: new (self , 5) } # [doc = "Bit 6 - Timer Overflow Interrupt Enable"]
[INFO] [stdout]      |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 4787 | pub fn cpwms (& mut self) -> CpwmsW <'_,  ScSpec > { CpwmsW :: new (self , 5) } # [doc = "Bit 6 - Timer Overflow Interrupt Enable"]
[INFO] [stdout]      |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:4789:14
[INFO] [stdout]      |
[INFO] [stdout] 4789 | pub fn toie (& mut self) -> ToieW < ScSpec > { ToieW :: new (self , 6) } # [doc = "Bit 7 - Timer Overflow Flag"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 4789 | pub fn toie (& mut self) -> ToieW <'_,  ScSpec > { ToieW :: new (self , 6) } # [doc = "Bit 7 - Timer Overflow Flag"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:4791:13
[INFO] [stdout]      |
[INFO] [stdout] 4791 | pub fn tof (& mut self) -> TofW < ScSpec > { TofW :: new (self , 7) } # [doc = "Bit 8 - DMA Enable"]
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 4791 | pub fn tof (& mut self) -> TofW <'_,  ScSpec > { TofW :: new (self , 7) } # [doc = "Bit 8 - DMA Enable"]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:4793:13
[INFO] [stdout]      |
[INFO] [stdout] 4793 | pub fn dma (& mut self) -> DmaW < ScSpec > { DmaW :: new (self , 8) } } # [doc = "Status and Control\n\nYou can [`read`](crate::Re...
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 4793 | pub fn dma (& mut self) -> DmaW <'_,  ScSpec > { DmaW :: new (self , 8) } } # [doc = "Status and Control\n\nYou can [`read`](crate::Reg::read) this register and get [`sc::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`sc::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:4809:15
[INFO] [stdout]      |
[INFO] [stdout] 4809 | pub fn count (& mut self) -> CountW < CntSpec > { CountW :: new (self , 0) } } # [doc = "Counter\n\nYou can [`read`](crate::Reg::r...
[INFO] [stdout]      |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 4809 | pub fn count (& mut self) -> CountW <'_,  CntSpec > { CountW :: new (self , 0) } } # [doc = "Counter\n\nYou can [`read`](crate::Reg::read) this register and get [`cnt::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`cnt::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:4825:14
[INFO] [stdout]      |
[INFO] [stdout] 4825 | pub fn mod_ (& mut self) -> ModW < ModSpec > { ModW :: new (self , 0) } } # [doc = "Modulo\n\nYou can [`read`](crate::Reg::read) t...
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 4825 | pub fn mod_ (& mut self) -> ModW <'_,  ModSpec > { ModW :: new (self , 0) } } # [doc = "Modulo\n\nYou can [`read`](crate::Reg::read) this register and get [`mod_::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`mod_::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:4913:13
[INFO] [stdout]      |
[INFO] [stdout] 4913 | pub fn dma (& mut self) -> DmaW < CscSpec > { DmaW :: new (self , 0) } # [doc = "Bit 2 - Edge or Level Select"]
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 4913 | pub fn dma (& mut self) -> DmaW <'_,  CscSpec > { DmaW :: new (self , 0) } # [doc = "Bit 2 - Edge or Level Select"]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:4915:14
[INFO] [stdout]      |
[INFO] [stdout] 4915 | pub fn elsa (& mut self) -> ElsaW < CscSpec > { ElsaW :: new (self , 2) } # [doc = "Bit 3 - Edge or Level Select"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 4915 | pub fn elsa (& mut self) -> ElsaW <'_,  CscSpec > { ElsaW :: new (self , 2) } # [doc = "Bit 3 - Edge or Level Select"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:4917:14
[INFO] [stdout]      |
[INFO] [stdout] 4917 | pub fn elsb (& mut self) -> ElsbW < CscSpec > { ElsbW :: new (self , 3) } # [doc = "Bit 4 - Channel Mode Select"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 4917 | pub fn elsb (& mut self) -> ElsbW <'_,  CscSpec > { ElsbW :: new (self , 3) } # [doc = "Bit 4 - Channel Mode Select"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:4919:13
[INFO] [stdout]      |
[INFO] [stdout] 4919 | pub fn msa (& mut self) -> MsaW < CscSpec > { MsaW :: new (self , 4) } # [doc = "Bit 5 - Channel Mode Select"]
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 4919 | pub fn msa (& mut self) -> MsaW <'_,  CscSpec > { MsaW :: new (self , 4) } # [doc = "Bit 5 - Channel Mode Select"]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:4921:13
[INFO] [stdout]      |
[INFO] [stdout] 4921 | pub fn msb (& mut self) -> MsbW < CscSpec > { MsbW :: new (self , 5) } # [doc = "Bit 6 - Channel Interrupt Enable"]
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 4921 | pub fn msb (& mut self) -> MsbW <'_,  CscSpec > { MsbW :: new (self , 5) } # [doc = "Bit 6 - Channel Interrupt Enable"]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:4923:14
[INFO] [stdout]      |
[INFO] [stdout] 4923 | pub fn chie (& mut self) -> ChieW < CscSpec > { ChieW :: new (self , 6) } # [doc = "Bit 7 - Channel Flag"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 4923 | pub fn chie (& mut self) -> ChieW <'_,  CscSpec > { ChieW :: new (self , 6) } # [doc = "Bit 7 - Channel Flag"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:4925:13
[INFO] [stdout]      |
[INFO] [stdout] 4925 | pub fn chf (& mut self) -> ChfW < CscSpec > { ChfW :: new (self , 7) } } # [doc = "Channel (n) Status and Control\n\nYou can [`rea...
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 4925 | pub fn chf (& mut self) -> ChfW <'_,  CscSpec > { ChfW :: new (self , 7) } } # [doc = "Channel (n) Status and Control\n\nYou can [`read`](crate::Reg::read) this register and get [`csc::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`csc::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:4941:13
[INFO] [stdout]      |
[INFO] [stdout] 4941 | pub fn val (& mut self) -> ValW < CvSpec > { ValW :: new (self , 0) } } # [doc = "Channel (n) Value\n\nYou can [`read`](crate::Reg...
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 4941 | pub fn val (& mut self) -> ValW <'_,  CvSpec > { ValW :: new (self , 0) } } # [doc = "Channel (n) Value\n\nYou can [`read`](crate::Reg::read) this register and get [`cv::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`cv::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5093:14
[INFO] [stdout]      |
[INFO] [stdout] 5093 | pub fn ch0f (& mut self) -> Ch0fW < StatusSpec > { Ch0fW :: new (self , 0) } # [doc = "Bit 1 - Channel 1 Flag"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5093 | pub fn ch0f (& mut self) -> Ch0fW <'_,  StatusSpec > { Ch0fW :: new (self , 0) } # [doc = "Bit 1 - Channel 1 Flag"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5095:14
[INFO] [stdout]      |
[INFO] [stdout] 5095 | pub fn ch1f (& mut self) -> Ch1fW < StatusSpec > { Ch1fW :: new (self , 1) } # [doc = "Bit 2 - Channel 2 Flag"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5095 | pub fn ch1f (& mut self) -> Ch1fW <'_,  StatusSpec > { Ch1fW :: new (self , 1) } # [doc = "Bit 2 - Channel 2 Flag"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5097:14
[INFO] [stdout]      |
[INFO] [stdout] 5097 | pub fn ch2f (& mut self) -> Ch2fW < StatusSpec > { Ch2fW :: new (self , 2) } # [doc = "Bit 3 - Channel 3 Flag"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5097 | pub fn ch2f (& mut self) -> Ch2fW <'_,  StatusSpec > { Ch2fW :: new (self , 2) } # [doc = "Bit 3 - Channel 3 Flag"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5099:14
[INFO] [stdout]      |
[INFO] [stdout] 5099 | pub fn ch3f (& mut self) -> Ch3fW < StatusSpec > { Ch3fW :: new (self , 3) } # [doc = "Bit 4 - Channel 4 Flag"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5099 | pub fn ch3f (& mut self) -> Ch3fW <'_,  StatusSpec > { Ch3fW :: new (self , 3) } # [doc = "Bit 4 - Channel 4 Flag"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5101:14
[INFO] [stdout]      |
[INFO] [stdout] 5101 | pub fn ch4f (& mut self) -> Ch4fW < StatusSpec > { Ch4fW :: new (self , 4) } # [doc = "Bit 5 - Channel 5 Flag"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5101 | pub fn ch4f (& mut self) -> Ch4fW <'_,  StatusSpec > { Ch4fW :: new (self , 4) } # [doc = "Bit 5 - Channel 5 Flag"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5103:14
[INFO] [stdout]      |
[INFO] [stdout] 5103 | pub fn ch5f (& mut self) -> Ch5fW < StatusSpec > { Ch5fW :: new (self , 5) } # [doc = "Bit 8 - Timer Overflow Flag"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5103 | pub fn ch5f (& mut self) -> Ch5fW <'_,  StatusSpec > { Ch5fW :: new (self , 5) } # [doc = "Bit 8 - Timer Overflow Flag"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5105:13
[INFO] [stdout]      |
[INFO] [stdout] 5105 | pub fn tof (& mut self) -> TofW < StatusSpec > { TofW :: new (self , 8) } } # [doc = "Capture and Compare Status\n\nYou can [`read...
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5105 | pub fn tof (& mut self) -> TofW <'_,  StatusSpec > { TofW :: new (self , 8) } } # [doc = "Capture and Compare Status\n\nYou can [`read`](crate::Reg::read) this register and get [`status::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`status::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5242:16
[INFO] [stdout]      |
[INFO] [stdout] 5242 | pub fn dozeen (& mut self) -> DozeenW < ConfSpec > { DozeenW :: new (self , 5) } # [doc = "Bits 6:7 - Debug Mode"]
[INFO] [stdout]      |                ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5242 | pub fn dozeen (& mut self) -> DozeenW <'_,  ConfSpec > { DozeenW :: new (self , 5) } # [doc = "Bits 6:7 - Debug Mode"]
[INFO] [stdout]      |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5244:17
[INFO] [stdout]      |
[INFO] [stdout] 5244 | pub fn dbgmode (& mut self) -> DbgmodeW < ConfSpec > { DbgmodeW :: new (self , 6) } # [doc = "Bit 9 - Global time base enable"]
[INFO] [stdout]      |                 ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5244 | pub fn dbgmode (& mut self) -> DbgmodeW <'_,  ConfSpec > { DbgmodeW :: new (self , 6) } # [doc = "Bit 9 - Global time base enable"]
[INFO] [stdout]      |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5246:16
[INFO] [stdout]      |
[INFO] [stdout] 5246 | pub fn gtbeen (& mut self) -> GtbeenW < ConfSpec > { GtbeenW :: new (self , 9) } # [doc = "Bit 16 - Counter Start on Trigger"]
[INFO] [stdout]      |                ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5246 | pub fn gtbeen (& mut self) -> GtbeenW <'_,  ConfSpec > { GtbeenW :: new (self , 9) } # [doc = "Bit 16 - Counter Start on Trigger"]
[INFO] [stdout]      |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5248:14
[INFO] [stdout]      |
[INFO] [stdout] 5248 | pub fn csot (& mut self) -> CsotW < ConfSpec > { CsotW :: new (self , 16) } # [doc = "Bit 17 - Counter Stop On Overflow"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5248 | pub fn csot (& mut self) -> CsotW <'_,  ConfSpec > { CsotW :: new (self , 16) } # [doc = "Bit 17 - Counter Stop On Overflow"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5250:14
[INFO] [stdout]      |
[INFO] [stdout] 5250 | pub fn csoo (& mut self) -> CsooW < ConfSpec > { CsooW :: new (self , 17) } # [doc = "Bit 18 - Counter Reload On Trigger"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5250 | pub fn csoo (& mut self) -> CsooW <'_,  ConfSpec > { CsooW :: new (self , 17) } # [doc = "Bit 18 - Counter Reload On Trigger"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5252:14
[INFO] [stdout]      |
[INFO] [stdout] 5252 | pub fn crot (& mut self) -> CrotW < ConfSpec > { CrotW :: new (self , 18) } # [doc = "Bits 24:27 - Trigger Select"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5252 | pub fn crot (& mut self) -> CrotW <'_,  ConfSpec > { CrotW :: new (self , 18) } # [doc = "Bits 24:27 - Trigger Select"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5254:16
[INFO] [stdout]      |
[INFO] [stdout] 5254 | pub fn trgsel (& mut self) -> TrgselW < ConfSpec > { TrgselW :: new (self , 24) } } # [doc = "Configuration\n\nYou can [`read`](cr...
[INFO] [stdout]      |                ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5254 | pub fn trgsel (& mut self) -> TrgselW <'_,  ConfSpec > { TrgselW :: new (self , 24) } } # [doc = "Configuration\n\nYou can [`read`](crate::Reg::read) this register and get [`conf::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`conf::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5482:12
[INFO] [stdout]      |
[INFO] [stdout] 5482 | pub fn ps (& mut self) -> PsW < ScSpec > { PsW :: new (self , 0) } # [doc = "Bits 3:4 - Clock Mode Selection"]
[INFO] [stdout]      |            ^^^^^^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |            |
[INFO] [stdout]      |            the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5482 | pub fn ps (& mut self) -> PsW <'_,  ScSpec > { PsW :: new (self , 0) } # [doc = "Bits 3:4 - Clock Mode Selection"]
[INFO] [stdout]      |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5484:14
[INFO] [stdout]      |
[INFO] [stdout] 5484 | pub fn cmod (& mut self) -> CmodW < ScSpec > { CmodW :: new (self , 3) } # [doc = "Bit 5 - Center-aligned PWM Select"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5484 | pub fn cmod (& mut self) -> CmodW <'_,  ScSpec > { CmodW :: new (self , 3) } # [doc = "Bit 5 - Center-aligned PWM Select"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5486:15
[INFO] [stdout]      |
[INFO] [stdout] 5486 | pub fn cpwms (& mut self) -> CpwmsW < ScSpec > { CpwmsW :: new (self , 5) } # [doc = "Bit 6 - Timer Overflow Interrupt Enable"]
[INFO] [stdout]      |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5486 | pub fn cpwms (& mut self) -> CpwmsW <'_,  ScSpec > { CpwmsW :: new (self , 5) } # [doc = "Bit 6 - Timer Overflow Interrupt Enable"]
[INFO] [stdout]      |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5488:14
[INFO] [stdout]      |
[INFO] [stdout] 5488 | pub fn toie (& mut self) -> ToieW < ScSpec > { ToieW :: new (self , 6) } # [doc = "Bit 7 - Timer Overflow Flag"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5488 | pub fn toie (& mut self) -> ToieW <'_,  ScSpec > { ToieW :: new (self , 6) } # [doc = "Bit 7 - Timer Overflow Flag"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5490:13
[INFO] [stdout]      |
[INFO] [stdout] 5490 | pub fn tof (& mut self) -> TofW < ScSpec > { TofW :: new (self , 7) } # [doc = "Bit 8 - DMA Enable"]
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5490 | pub fn tof (& mut self) -> TofW <'_,  ScSpec > { TofW :: new (self , 7) } # [doc = "Bit 8 - DMA Enable"]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5492:13
[INFO] [stdout]      |
[INFO] [stdout] 5492 | pub fn dma (& mut self) -> DmaW < ScSpec > { DmaW :: new (self , 8) } } # [doc = "Status and Control\n\nYou can [`read`](crate::Re...
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5492 | pub fn dma (& mut self) -> DmaW <'_,  ScSpec > { DmaW :: new (self , 8) } } # [doc = "Status and Control\n\nYou can [`read`](crate::Reg::read) this register and get [`sc::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`sc::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5508:15
[INFO] [stdout]      |
[INFO] [stdout] 5508 | pub fn count (& mut self) -> CountW < CntSpec > { CountW :: new (self , 0) } } # [doc = "Counter\n\nYou can [`read`](crate::Reg::r...
[INFO] [stdout]      |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5508 | pub fn count (& mut self) -> CountW <'_,  CntSpec > { CountW :: new (self , 0) } } # [doc = "Counter\n\nYou can [`read`](crate::Reg::read) this register and get [`cnt::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`cnt::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5524:14
[INFO] [stdout]      |
[INFO] [stdout] 5524 | pub fn mod_ (& mut self) -> ModW < ModSpec > { ModW :: new (self , 0) } } # [doc = "Modulo\n\nYou can [`read`](crate::Reg::read) t...
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5524 | pub fn mod_ (& mut self) -> ModW <'_,  ModSpec > { ModW :: new (self , 0) } } # [doc = "Modulo\n\nYou can [`read`](crate::Reg::read) this register and get [`mod_::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`mod_::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5612:13
[INFO] [stdout]      |
[INFO] [stdout] 5612 | pub fn dma (& mut self) -> DmaW < CscSpec > { DmaW :: new (self , 0) } # [doc = "Bit 2 - Edge or Level Select"]
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5612 | pub fn dma (& mut self) -> DmaW <'_,  CscSpec > { DmaW :: new (self , 0) } # [doc = "Bit 2 - Edge or Level Select"]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5614:14
[INFO] [stdout]      |
[INFO] [stdout] 5614 | pub fn elsa (& mut self) -> ElsaW < CscSpec > { ElsaW :: new (self , 2) } # [doc = "Bit 3 - Edge or Level Select"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5614 | pub fn elsa (& mut self) -> ElsaW <'_,  CscSpec > { ElsaW :: new (self , 2) } # [doc = "Bit 3 - Edge or Level Select"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5616:14
[INFO] [stdout]      |
[INFO] [stdout] 5616 | pub fn elsb (& mut self) -> ElsbW < CscSpec > { ElsbW :: new (self , 3) } # [doc = "Bit 4 - Channel Mode Select"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5616 | pub fn elsb (& mut self) -> ElsbW <'_,  CscSpec > { ElsbW :: new (self , 3) } # [doc = "Bit 4 - Channel Mode Select"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5618:13
[INFO] [stdout]      |
[INFO] [stdout] 5618 | pub fn msa (& mut self) -> MsaW < CscSpec > { MsaW :: new (self , 4) } # [doc = "Bit 5 - Channel Mode Select"]
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5618 | pub fn msa (& mut self) -> MsaW <'_,  CscSpec > { MsaW :: new (self , 4) } # [doc = "Bit 5 - Channel Mode Select"]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5620:13
[INFO] [stdout]      |
[INFO] [stdout] 5620 | pub fn msb (& mut self) -> MsbW < CscSpec > { MsbW :: new (self , 5) } # [doc = "Bit 6 - Channel Interrupt Enable"]
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5620 | pub fn msb (& mut self) -> MsbW <'_,  CscSpec > { MsbW :: new (self , 5) } # [doc = "Bit 6 - Channel Interrupt Enable"]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5622:14
[INFO] [stdout]      |
[INFO] [stdout] 5622 | pub fn chie (& mut self) -> ChieW < CscSpec > { ChieW :: new (self , 6) } # [doc = "Bit 7 - Channel Flag"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5622 | pub fn chie (& mut self) -> ChieW <'_,  CscSpec > { ChieW :: new (self , 6) } # [doc = "Bit 7 - Channel Flag"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5624:13
[INFO] [stdout]      |
[INFO] [stdout] 5624 | pub fn chf (& mut self) -> ChfW < CscSpec > { ChfW :: new (self , 7) } } # [doc = "Channel (n) Status and Control\n\nYou can [`rea...
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5624 | pub fn chf (& mut self) -> ChfW <'_,  CscSpec > { ChfW :: new (self , 7) } } # [doc = "Channel (n) Status and Control\n\nYou can [`read`](crate::Reg::read) this register and get [`csc::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`csc::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5640:13
[INFO] [stdout]      |
[INFO] [stdout] 5640 | pub fn val (& mut self) -> ValW < CvSpec > { ValW :: new (self , 0) } } # [doc = "Channel (n) Value\n\nYou can [`read`](crate::Reg...
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5640 | pub fn val (& mut self) -> ValW <'_,  CvSpec > { ValW :: new (self , 0) } } # [doc = "Channel (n) Value\n\nYou can [`read`](crate::Reg::read) this register and get [`cv::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`cv::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5792:14
[INFO] [stdout]      |
[INFO] [stdout] 5792 | pub fn ch0f (& mut self) -> Ch0fW < StatusSpec > { Ch0fW :: new (self , 0) } # [doc = "Bit 1 - Channel 1 Flag"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5792 | pub fn ch0f (& mut self) -> Ch0fW <'_,  StatusSpec > { Ch0fW :: new (self , 0) } # [doc = "Bit 1 - Channel 1 Flag"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5794:14
[INFO] [stdout]      |
[INFO] [stdout] 5794 | pub fn ch1f (& mut self) -> Ch1fW < StatusSpec > { Ch1fW :: new (self , 1) } # [doc = "Bit 2 - Channel 2 Flag"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5794 | pub fn ch1f (& mut self) -> Ch1fW <'_,  StatusSpec > { Ch1fW :: new (self , 1) } # [doc = "Bit 2 - Channel 2 Flag"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5796:14
[INFO] [stdout]      |
[INFO] [stdout] 5796 | pub fn ch2f (& mut self) -> Ch2fW < StatusSpec > { Ch2fW :: new (self , 2) } # [doc = "Bit 3 - Channel 3 Flag"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5796 | pub fn ch2f (& mut self) -> Ch2fW <'_,  StatusSpec > { Ch2fW :: new (self , 2) } # [doc = "Bit 3 - Channel 3 Flag"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5798:14
[INFO] [stdout]      |
[INFO] [stdout] 5798 | pub fn ch3f (& mut self) -> Ch3fW < StatusSpec > { Ch3fW :: new (self , 3) } # [doc = "Bit 4 - Channel 4 Flag"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5798 | pub fn ch3f (& mut self) -> Ch3fW <'_,  StatusSpec > { Ch3fW :: new (self , 3) } # [doc = "Bit 4 - Channel 4 Flag"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5800:14
[INFO] [stdout]      |
[INFO] [stdout] 5800 | pub fn ch4f (& mut self) -> Ch4fW < StatusSpec > { Ch4fW :: new (self , 4) } # [doc = "Bit 5 - Channel 5 Flag"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5800 | pub fn ch4f (& mut self) -> Ch4fW <'_,  StatusSpec > { Ch4fW :: new (self , 4) } # [doc = "Bit 5 - Channel 5 Flag"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5802:14
[INFO] [stdout]      |
[INFO] [stdout] 5802 | pub fn ch5f (& mut self) -> Ch5fW < StatusSpec > { Ch5fW :: new (self , 5) } # [doc = "Bit 8 - Timer Overflow Flag"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5802 | pub fn ch5f (& mut self) -> Ch5fW <'_,  StatusSpec > { Ch5fW :: new (self , 5) } # [doc = "Bit 8 - Timer Overflow Flag"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5804:13
[INFO] [stdout]      |
[INFO] [stdout] 5804 | pub fn tof (& mut self) -> TofW < StatusSpec > { TofW :: new (self , 8) } } # [doc = "Capture and Compare Status\n\nYou can [`read...
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5804 | pub fn tof (& mut self) -> TofW <'_,  StatusSpec > { TofW :: new (self , 8) } } # [doc = "Capture and Compare Status\n\nYou can [`read`](crate::Reg::read) this register and get [`status::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`status::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5941:16
[INFO] [stdout]      |
[INFO] [stdout] 5941 | pub fn dozeen (& mut self) -> DozeenW < ConfSpec > { DozeenW :: new (self , 5) } # [doc = "Bits 6:7 - Debug Mode"]
[INFO] [stdout]      |                ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5941 | pub fn dozeen (& mut self) -> DozeenW <'_,  ConfSpec > { DozeenW :: new (self , 5) } # [doc = "Bits 6:7 - Debug Mode"]
[INFO] [stdout]      |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5943:17
[INFO] [stdout]      |
[INFO] [stdout] 5943 | pub fn dbgmode (& mut self) -> DbgmodeW < ConfSpec > { DbgmodeW :: new (self , 6) } # [doc = "Bit 9 - Global time base enable"]
[INFO] [stdout]      |                 ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5943 | pub fn dbgmode (& mut self) -> DbgmodeW <'_,  ConfSpec > { DbgmodeW :: new (self , 6) } # [doc = "Bit 9 - Global time base enable"]
[INFO] [stdout]      |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5945:16
[INFO] [stdout]      |
[INFO] [stdout] 5945 | pub fn gtbeen (& mut self) -> GtbeenW < ConfSpec > { GtbeenW :: new (self , 9) } # [doc = "Bit 16 - Counter Start on Trigger"]
[INFO] [stdout]      |                ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5945 | pub fn gtbeen (& mut self) -> GtbeenW <'_,  ConfSpec > { GtbeenW :: new (self , 9) } # [doc = "Bit 16 - Counter Start on Trigger"]
[INFO] [stdout]      |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5947:14
[INFO] [stdout]      |
[INFO] [stdout] 5947 | pub fn csot (& mut self) -> CsotW < ConfSpec > { CsotW :: new (self , 16) } # [doc = "Bit 17 - Counter Stop On Overflow"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5947 | pub fn csot (& mut self) -> CsotW <'_,  ConfSpec > { CsotW :: new (self , 16) } # [doc = "Bit 17 - Counter Stop On Overflow"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5949:14
[INFO] [stdout]      |
[INFO] [stdout] 5949 | pub fn csoo (& mut self) -> CsooW < ConfSpec > { CsooW :: new (self , 17) } # [doc = "Bit 18 - Counter Reload On Trigger"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5949 | pub fn csoo (& mut self) -> CsooW <'_,  ConfSpec > { CsooW :: new (self , 17) } # [doc = "Bit 18 - Counter Reload On Trigger"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5951:14
[INFO] [stdout]      |
[INFO] [stdout] 5951 | pub fn crot (& mut self) -> CrotW < ConfSpec > { CrotW :: new (self , 18) } # [doc = "Bits 24:27 - Trigger Select"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5951 | pub fn crot (& mut self) -> CrotW <'_,  ConfSpec > { CrotW :: new (self , 18) } # [doc = "Bits 24:27 - Trigger Select"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:5953:16
[INFO] [stdout]      |
[INFO] [stdout] 5953 | pub fn trgsel (& mut self) -> TrgselW < ConfSpec > { TrgselW :: new (self , 24) } } # [doc = "Configuration\n\nYou can [`read`](cr...
[INFO] [stdout]      |                ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 5953 | pub fn trgsel (& mut self) -> TrgselW <'_,  ConfSpec > { TrgselW :: new (self , 24) } } # [doc = "Configuration\n\nYou can [`read`](crate::Reg::read) this register and get [`conf::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`conf::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:6181:12
[INFO] [stdout]      |
[INFO] [stdout] 6181 | pub fn ps (& mut self) -> PsW < ScSpec > { PsW :: new (self , 0) } # [doc = "Bits 3:4 - Clock Mode Selection"]
[INFO] [stdout]      |            ^^^^^^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |            |
[INFO] [stdout]      |            the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 6181 | pub fn ps (& mut self) -> PsW <'_,  ScSpec > { PsW :: new (self , 0) } # [doc = "Bits 3:4 - Clock Mode Selection"]
[INFO] [stdout]      |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:6183:14
[INFO] [stdout]      |
[INFO] [stdout] 6183 | pub fn cmod (& mut self) -> CmodW < ScSpec > { CmodW :: new (self , 3) } # [doc = "Bit 5 - Center-aligned PWM Select"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 6183 | pub fn cmod (& mut self) -> CmodW <'_,  ScSpec > { CmodW :: new (self , 3) } # [doc = "Bit 5 - Center-aligned PWM Select"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:6185:15
[INFO] [stdout]      |
[INFO] [stdout] 6185 | pub fn cpwms (& mut self) -> CpwmsW < ScSpec > { CpwmsW :: new (self , 5) } # [doc = "Bit 6 - Timer Overflow Interrupt Enable"]
[INFO] [stdout]      |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 6185 | pub fn cpwms (& mut self) -> CpwmsW <'_,  ScSpec > { CpwmsW :: new (self , 5) } # [doc = "Bit 6 - Timer Overflow Interrupt Enable"]
[INFO] [stdout]      |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:6187:14
[INFO] [stdout]      |
[INFO] [stdout] 6187 | pub fn toie (& mut self) -> ToieW < ScSpec > { ToieW :: new (self , 6) } # [doc = "Bit 7 - Timer Overflow Flag"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 6187 | pub fn toie (& mut self) -> ToieW <'_,  ScSpec > { ToieW :: new (self , 6) } # [doc = "Bit 7 - Timer Overflow Flag"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:6189:13
[INFO] [stdout]      |
[INFO] [stdout] 6189 | pub fn tof (& mut self) -> TofW < ScSpec > { TofW :: new (self , 7) } # [doc = "Bit 8 - DMA Enable"]
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 6189 | pub fn tof (& mut self) -> TofW <'_,  ScSpec > { TofW :: new (self , 7) } # [doc = "Bit 8 - DMA Enable"]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:6191:13
[INFO] [stdout]      |
[INFO] [stdout] 6191 | pub fn dma (& mut self) -> DmaW < ScSpec > { DmaW :: new (self , 8) } } # [doc = "Status and Control\n\nYou can [`read`](crate::Re...
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 6191 | pub fn dma (& mut self) -> DmaW <'_,  ScSpec > { DmaW :: new (self , 8) } } # [doc = "Status and Control\n\nYou can [`read`](crate::Reg::read) this register and get [`sc::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`sc::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:6207:15
[INFO] [stdout]      |
[INFO] [stdout] 6207 | pub fn count (& mut self) -> CountW < CntSpec > { CountW :: new (self , 0) } } # [doc = "Counter\n\nYou can [`read`](crate::Reg::r...
[INFO] [stdout]      |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 6207 | pub fn count (& mut self) -> CountW <'_,  CntSpec > { CountW :: new (self , 0) } } # [doc = "Counter\n\nYou can [`read`](crate::Reg::read) this register and get [`cnt::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`cnt::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:6223:14
[INFO] [stdout]      |
[INFO] [stdout] 6223 | pub fn mod_ (& mut self) -> ModW < ModSpec > { ModW :: new (self , 0) } } # [doc = "Modulo\n\nYou can [`read`](crate::Reg::read) t...
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 6223 | pub fn mod_ (& mut self) -> ModW <'_,  ModSpec > { ModW :: new (self , 0) } } # [doc = "Modulo\n\nYou can [`read`](crate::Reg::read) this register and get [`mod_::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`mod_::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:6311:13
[INFO] [stdout]      |
[INFO] [stdout] 6311 | pub fn dma (& mut self) -> DmaW < CscSpec > { DmaW :: new (self , 0) } # [doc = "Bit 2 - Edge or Level Select"]
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 6311 | pub fn dma (& mut self) -> DmaW <'_,  CscSpec > { DmaW :: new (self , 0) } # [doc = "Bit 2 - Edge or Level Select"]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:6313:14
[INFO] [stdout]      |
[INFO] [stdout] 6313 | pub fn elsa (& mut self) -> ElsaW < CscSpec > { ElsaW :: new (self , 2) } # [doc = "Bit 3 - Edge or Level Select"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 6313 | pub fn elsa (& mut self) -> ElsaW <'_,  CscSpec > { ElsaW :: new (self , 2) } # [doc = "Bit 3 - Edge or Level Select"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:6315:14
[INFO] [stdout]      |
[INFO] [stdout] 6315 | pub fn elsb (& mut self) -> ElsbW < CscSpec > { ElsbW :: new (self , 3) } # [doc = "Bit 4 - Channel Mode Select"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 6315 | pub fn elsb (& mut self) -> ElsbW <'_,  CscSpec > { ElsbW :: new (self , 3) } # [doc = "Bit 4 - Channel Mode Select"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:6317:13
[INFO] [stdout]      |
[INFO] [stdout] 6317 | pub fn msa (& mut self) -> MsaW < CscSpec > { MsaW :: new (self , 4) } # [doc = "Bit 5 - Channel Mode Select"]
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 6317 | pub fn msa (& mut self) -> MsaW <'_,  CscSpec > { MsaW :: new (self , 4) } # [doc = "Bit 5 - Channel Mode Select"]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:6319:13
[INFO] [stdout]      |
[INFO] [stdout] 6319 | pub fn msb (& mut self) -> MsbW < CscSpec > { MsbW :: new (self , 5) } # [doc = "Bit 6 - Channel Interrupt Enable"]
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 6319 | pub fn msb (& mut self) -> MsbW <'_,  CscSpec > { MsbW :: new (self , 5) } # [doc = "Bit 6 - Channel Interrupt Enable"]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:6321:14
[INFO] [stdout]      |
[INFO] [stdout] 6321 | pub fn chie (& mut self) -> ChieW < CscSpec > { ChieW :: new (self , 6) } # [doc = "Bit 7 - Channel Flag"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 6321 | pub fn chie (& mut self) -> ChieW <'_,  CscSpec > { ChieW :: new (self , 6) } # [doc = "Bit 7 - Channel Flag"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:6323:13
[INFO] [stdout]      |
[INFO] [stdout] 6323 | pub fn chf (& mut self) -> ChfW < CscSpec > { ChfW :: new (self , 7) } } # [doc = "Channel (n) Status and Control\n\nYou can [`rea...
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 6323 | pub fn chf (& mut self) -> ChfW <'_,  CscSpec > { ChfW :: new (self , 7) } } # [doc = "Channel (n) Status and Control\n\nYou can [`read`](crate::Reg::read) this register and get [`csc::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`csc::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:6339:13
[INFO] [stdout]      |
[INFO] [stdout] 6339 | pub fn val (& mut self) -> ValW < CvSpec > { ValW :: new (self , 0) } } # [doc = "Channel (n) Value\n\nYou can [`read`](crate::Reg...
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 6339 | pub fn val (& mut self) -> ValW <'_,  CvSpec > { ValW :: new (self , 0) } } # [doc = "Channel (n) Value\n\nYou can [`read`](crate::Reg::read) this register and get [`cv::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`cv::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:6491:14
[INFO] [stdout]      |
[INFO] [stdout] 6491 | pub fn ch0f (& mut self) -> Ch0fW < StatusSpec > { Ch0fW :: new (self , 0) } # [doc = "Bit 1 - Channel 1 Flag"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 6491 | pub fn ch0f (& mut self) -> Ch0fW <'_,  StatusSpec > { Ch0fW :: new (self , 0) } # [doc = "Bit 1 - Channel 1 Flag"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:6493:14
[INFO] [stdout]      |
[INFO] [stdout] 6493 | pub fn ch1f (& mut self) -> Ch1fW < StatusSpec > { Ch1fW :: new (self , 1) } # [doc = "Bit 2 - Channel 2 Flag"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 6493 | pub fn ch1f (& mut self) -> Ch1fW <'_,  StatusSpec > { Ch1fW :: new (self , 1) } # [doc = "Bit 2 - Channel 2 Flag"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:6495:14
[INFO] [stdout]      |
[INFO] [stdout] 6495 | pub fn ch2f (& mut self) -> Ch2fW < StatusSpec > { Ch2fW :: new (self , 2) } # [doc = "Bit 3 - Channel 3 Flag"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 6495 | pub fn ch2f (& mut self) -> Ch2fW <'_,  StatusSpec > { Ch2fW :: new (self , 2) } # [doc = "Bit 3 - Channel 3 Flag"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:6497:14
[INFO] [stdout]      |
[INFO] [stdout] 6497 | pub fn ch3f (& mut self) -> Ch3fW < StatusSpec > { Ch3fW :: new (self , 3) } # [doc = "Bit 4 - Channel 4 Flag"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 6497 | pub fn ch3f (& mut self) -> Ch3fW <'_,  StatusSpec > { Ch3fW :: new (self , 3) } # [doc = "Bit 4 - Channel 4 Flag"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:6499:14
[INFO] [stdout]      |
[INFO] [stdout] 6499 | pub fn ch4f (& mut self) -> Ch4fW < StatusSpec > { Ch4fW :: new (self , 4) } # [doc = "Bit 5 - Channel 5 Flag"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 6499 | pub fn ch4f (& mut self) -> Ch4fW <'_,  StatusSpec > { Ch4fW :: new (self , 4) } # [doc = "Bit 5 - Channel 5 Flag"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:6501:14
[INFO] [stdout]      |
[INFO] [stdout] 6501 | pub fn ch5f (& mut self) -> Ch5fW < StatusSpec > { Ch5fW :: new (self , 5) } # [doc = "Bit 8 - Timer Overflow Flag"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 6501 | pub fn ch5f (& mut self) -> Ch5fW <'_,  StatusSpec > { Ch5fW :: new (self , 5) } # [doc = "Bit 8 - Timer Overflow Flag"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:6503:13
[INFO] [stdout]      |
[INFO] [stdout] 6503 | pub fn tof (& mut self) -> TofW < StatusSpec > { TofW :: new (self , 8) } } # [doc = "Capture and Compare Status\n\nYou can [`read...
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 6503 | pub fn tof (& mut self) -> TofW <'_,  StatusSpec > { TofW :: new (self , 8) } } # [doc = "Capture and Compare Status\n\nYou can [`read`](crate::Reg::read) this register and get [`status::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`status::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:6640:16
[INFO] [stdout]      |
[INFO] [stdout] 6640 | pub fn dozeen (& mut self) -> DozeenW < ConfSpec > { DozeenW :: new (self , 5) } # [doc = "Bits 6:7 - Debug Mode"]
[INFO] [stdout]      |                ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 6640 | pub fn dozeen (& mut self) -> DozeenW <'_,  ConfSpec > { DozeenW :: new (self , 5) } # [doc = "Bits 6:7 - Debug Mode"]
[INFO] [stdout]      |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:6642:17
[INFO] [stdout]      |
[INFO] [stdout] 6642 | pub fn dbgmode (& mut self) -> DbgmodeW < ConfSpec > { DbgmodeW :: new (self , 6) } # [doc = "Bit 9 - Global time base enable"]
[INFO] [stdout]      |                 ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 6642 | pub fn dbgmode (& mut self) -> DbgmodeW <'_,  ConfSpec > { DbgmodeW :: new (self , 6) } # [doc = "Bit 9 - Global time base enable"]
[INFO] [stdout]      |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:6644:16
[INFO] [stdout]      |
[INFO] [stdout] 6644 | pub fn gtbeen (& mut self) -> GtbeenW < ConfSpec > { GtbeenW :: new (self , 9) } # [doc = "Bit 16 - Counter Start on Trigger"]
[INFO] [stdout]      |                ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 6644 | pub fn gtbeen (& mut self) -> GtbeenW <'_,  ConfSpec > { GtbeenW :: new (self , 9) } # [doc = "Bit 16 - Counter Start on Trigger"]
[INFO] [stdout]      |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:6646:14
[INFO] [stdout]      |
[INFO] [stdout] 6646 | pub fn csot (& mut self) -> CsotW < ConfSpec > { CsotW :: new (self , 16) } # [doc = "Bit 17 - Counter Stop On Overflow"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 6646 | pub fn csot (& mut self) -> CsotW <'_,  ConfSpec > { CsotW :: new (self , 16) } # [doc = "Bit 17 - Counter Stop On Overflow"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:6648:14
[INFO] [stdout]      |
[INFO] [stdout] 6648 | pub fn csoo (& mut self) -> CsooW < ConfSpec > { CsooW :: new (self , 17) } # [doc = "Bit 18 - Counter Reload On Trigger"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 6648 | pub fn csoo (& mut self) -> CsooW <'_,  ConfSpec > { CsooW :: new (self , 17) } # [doc = "Bit 18 - Counter Reload On Trigger"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:6650:14
[INFO] [stdout]      |
[INFO] [stdout] 6650 | pub fn crot (& mut self) -> CrotW < ConfSpec > { CrotW :: new (self , 18) } # [doc = "Bits 24:27 - Trigger Select"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 6650 | pub fn crot (& mut self) -> CrotW <'_,  ConfSpec > { CrotW :: new (self , 18) } # [doc = "Bits 24:27 - Trigger Select"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:6652:16
[INFO] [stdout]      |
[INFO] [stdout] 6652 | pub fn trgsel (& mut self) -> TrgselW < ConfSpec > { TrgselW :: new (self , 24) } } # [doc = "Configuration\n\nYou can [`read`](cr...
[INFO] [stdout]      |                ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 6652 | pub fn trgsel (& mut self) -> TrgselW <'_,  ConfSpec > { TrgselW :: new (self , 24) } } # [doc = "Configuration\n\nYou can [`read`](crate::Reg::read) this register and get [`conf::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`conf::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:6979:14
[INFO] [stdout]      |
[INFO] [stdout] 6979 | pub fn adch (& mut self) -> AdchW < Sc1Spec > { AdchW :: new (self , 0) } # [doc = "Bit 5 - Differential Mode Enable"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 6979 | pub fn adch (& mut self) -> AdchW <'_,  Sc1Spec > { AdchW :: new (self , 0) } # [doc = "Bit 5 - Differential Mode Enable"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:6981:14
[INFO] [stdout]      |
[INFO] [stdout] 6981 | pub fn diff (& mut self) -> DiffW < Sc1Spec > { DiffW :: new (self , 5) } # [doc = "Bit 6 - Interrupt Enable"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 6981 | pub fn diff (& mut self) -> DiffW <'_,  Sc1Spec > { DiffW :: new (self , 5) } # [doc = "Bit 6 - Interrupt Enable"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:6983:14
[INFO] [stdout]      |
[INFO] [stdout] 6983 | pub fn aien (& mut self) -> AienW < Sc1Spec > { AienW :: new (self , 6) } } # [doc = "ADC Status and Control Registers 1\n\nYou ca...
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 6983 | pub fn aien (& mut self) -> AienW <'_,  Sc1Spec > { AienW :: new (self , 6) } } # [doc = "ADC Status and Control Registers 1\n\nYou can [`read`](crate::Reg::read) this register and get [`sc1::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`sc1::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7128:16
[INFO] [stdout]      |
[INFO] [stdout] 7128 | pub fn adiclk (& mut self) -> AdiclkW < Cfg1Spec > { AdiclkW :: new (self , 0) } # [doc = "Bits 2:3 - Conversion mode selection"]
[INFO] [stdout]      |                ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7128 | pub fn adiclk (& mut self) -> AdiclkW <'_,  Cfg1Spec > { AdiclkW :: new (self , 0) } # [doc = "Bits 2:3 - Conversion mode selection"]
[INFO] [stdout]      |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7130:14
[INFO] [stdout]      |
[INFO] [stdout] 7130 | pub fn mode (& mut self) -> ModeW < Cfg1Spec > { ModeW :: new (self , 2) } # [doc = "Bit 4 - Sample time configuration"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7130 | pub fn mode (& mut self) -> ModeW <'_,  Cfg1Spec > { ModeW :: new (self , 2) } # [doc = "Bit 4 - Sample time configuration"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7132:16
[INFO] [stdout]      |
[INFO] [stdout] 7132 | pub fn adlsmp (& mut self) -> AdlsmpW < Cfg1Spec > { AdlsmpW :: new (self , 4) } # [doc = "Bits 5:6 - Clock Divide Select"]
[INFO] [stdout]      |                ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7132 | pub fn adlsmp (& mut self) -> AdlsmpW <'_,  Cfg1Spec > { AdlsmpW :: new (self , 4) } # [doc = "Bits 5:6 - Clock Divide Select"]
[INFO] [stdout]      |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7134:14
[INFO] [stdout]      |
[INFO] [stdout] 7134 | pub fn adiv (& mut self) -> AdivW < Cfg1Spec > { AdivW :: new (self , 5) } # [doc = "Bit 7 - Low-Power Configuration"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7134 | pub fn adiv (& mut self) -> AdivW <'_,  Cfg1Spec > { AdivW :: new (self , 5) } # [doc = "Bit 7 - Low-Power Configuration"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7136:15
[INFO] [stdout]      |
[INFO] [stdout] 7136 | pub fn adlpc (& mut self) -> AdlpcW < Cfg1Spec > { AdlpcW :: new (self , 7) } } # [doc = "ADC Configuration Register 1\n\nYou can ...
[INFO] [stdout]      |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7136 | pub fn adlpc (& mut self) -> AdlpcW <'_,  Cfg1Spec > { AdlpcW :: new (self , 7) } } # [doc = "ADC Configuration Register 1\n\nYou can [`read`](crate::Reg::read) this register and get [`cfg1::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`cfg1::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7239:16
[INFO] [stdout]      |
[INFO] [stdout] 7239 | pub fn adlsts (& mut self) -> AdlstsW < Cfg2Spec > { AdlstsW :: new (self , 0) } # [doc = "Bit 2 - High-Speed Configuration"]
[INFO] [stdout]      |                ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7239 | pub fn adlsts (& mut self) -> AdlstsW <'_,  Cfg2Spec > { AdlstsW :: new (self , 0) } # [doc = "Bit 2 - High-Speed Configuration"]
[INFO] [stdout]      |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7241:15
[INFO] [stdout]      |
[INFO] [stdout] 7241 | pub fn adhsc (& mut self) -> AdhscW < Cfg2Spec > { AdhscW :: new (self , 2) } # [doc = "Bit 3 - Asynchronous Clock Output Enable"]
[INFO] [stdout]      |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7241 | pub fn adhsc (& mut self) -> AdhscW <'_,  Cfg2Spec > { AdhscW :: new (self , 2) } # [doc = "Bit 3 - Asynchronous Clock Output Enable"]
[INFO] [stdout]      |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7243:17
[INFO] [stdout]      |
[INFO] [stdout] 7243 | pub fn adacken (& mut self) -> AdackenW < Cfg2Spec > { AdackenW :: new (self , 3) } # [doc = "Bit 4 - ADC Mux Select"]
[INFO] [stdout]      |                 ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7243 | pub fn adacken (& mut self) -> AdackenW <'_,  Cfg2Spec > { AdackenW :: new (self , 3) } # [doc = "Bit 4 - ADC Mux Select"]
[INFO] [stdout]      |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7245:16
[INFO] [stdout]      |
[INFO] [stdout] 7245 | pub fn muxsel (& mut self) -> MuxselW < Cfg2Spec > { MuxselW :: new (self , 4) } } # [doc = "ADC Configuration Register 2\n\nYou c...
[INFO] [stdout]      |                ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7245 | pub fn muxsel (& mut self) -> MuxselW <'_,  Cfg2Spec > { MuxselW :: new (self , 4) } } # [doc = "ADC Configuration Register 2\n\nYou can [`read`](crate::Reg::read) this register and get [`cfg2::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`cfg2::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7271:12
[INFO] [stdout]      |
[INFO] [stdout] 7271 | pub fn cv (& mut self) -> CvW < CvSpec > { CvW :: new (self , 0) } } # [doc = "Compare Value Registers\n\nYou can [`read`](crate::...
[INFO] [stdout]      |            ^^^^^^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |            |
[INFO] [stdout]      |            the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7271 | pub fn cv (& mut self) -> CvW <'_,  CvSpec > { CvW :: new (self , 0) } } # [doc = "Compare Value Registers\n\nYou can [`read`](crate::Reg::read) this register and get [`cv::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`cv::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7422:16
[INFO] [stdout]      |
[INFO] [stdout] 7422 | pub fn refsel (& mut self) -> RefselW < Sc2Spec > { RefselW :: new (self , 0) } # [doc = "Bit 2 - DMA Enable"]
[INFO] [stdout]      |                ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7422 | pub fn refsel (& mut self) -> RefselW <'_,  Sc2Spec > { RefselW :: new (self , 0) } # [doc = "Bit 2 - DMA Enable"]
[INFO] [stdout]      |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7424:15
[INFO] [stdout]      |
[INFO] [stdout] 7424 | pub fn dmaen (& mut self) -> DmaenW < Sc2Spec > { DmaenW :: new (self , 2) } # [doc = "Bit 3 - Compare Function Range Enable"]
[INFO] [stdout]      |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7424 | pub fn dmaen (& mut self) -> DmaenW <'_,  Sc2Spec > { DmaenW :: new (self , 2) } # [doc = "Bit 3 - Compare Function Range Enable"]
[INFO] [stdout]      |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7426:15
[INFO] [stdout]      |
[INFO] [stdout] 7426 | pub fn acren (& mut self) -> AcrenW < Sc2Spec > { AcrenW :: new (self , 3) } # [doc = "Bit 4 - Compare Function Greater Than Enable"]
[INFO] [stdout]      |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7426 | pub fn acren (& mut self) -> AcrenW <'_,  Sc2Spec > { AcrenW :: new (self , 3) } # [doc = "Bit 4 - Compare Function Greater Than Enable"]
[INFO] [stdout]      |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7428:15
[INFO] [stdout]      |
[INFO] [stdout] 7428 | pub fn acfgt (& mut self) -> AcfgtW < Sc2Spec > { AcfgtW :: new (self , 4) } # [doc = "Bit 5 - Compare Function Enable"]
[INFO] [stdout]      |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7428 | pub fn acfgt (& mut self) -> AcfgtW <'_,  Sc2Spec > { AcfgtW :: new (self , 4) } # [doc = "Bit 5 - Compare Function Enable"]
[INFO] [stdout]      |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7430:14
[INFO] [stdout]      |
[INFO] [stdout] 7430 | pub fn acfe (& mut self) -> AcfeW < Sc2Spec > { AcfeW :: new (self , 5) } # [doc = "Bit 6 - Conversion Trigger Select"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7430 | pub fn acfe (& mut self) -> AcfeW <'_,  Sc2Spec > { AcfeW :: new (self , 5) } # [doc = "Bit 6 - Conversion Trigger Select"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7432:15
[INFO] [stdout]      |
[INFO] [stdout] 7432 | pub fn adtrg (& mut self) -> AdtrgW < Sc2Spec > { AdtrgW :: new (self , 6) } } # [doc = "Status and Control Register 2\n\nYou can ...
[INFO] [stdout]      |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7432 | pub fn adtrg (& mut self) -> AdtrgW <'_,  Sc2Spec > { AdtrgW :: new (self , 6) } } # [doc = "Status and Control Register 2\n\nYou can [`read`](crate::Reg::read) this register and get [`sc2::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`sc2::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7539:14
[INFO] [stdout]      |
[INFO] [stdout] 7539 | pub fn avgs (& mut self) -> AvgsW < Sc3Spec > { AvgsW :: new (self , 0) } # [doc = "Bit 2 - Hardware Average Enable"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7539 | pub fn avgs (& mut self) -> AvgsW <'_,  Sc3Spec > { AvgsW :: new (self , 0) } # [doc = "Bit 2 - Hardware Average Enable"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7541:14
[INFO] [stdout]      |
[INFO] [stdout] 7541 | pub fn avge (& mut self) -> AvgeW < Sc3Spec > { AvgeW :: new (self , 2) } # [doc = "Bit 3 - Continuous Conversion Enable"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7541 | pub fn avge (& mut self) -> AvgeW <'_,  Sc3Spec > { AvgeW :: new (self , 2) } # [doc = "Bit 3 - Continuous Conversion Enable"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7543:14
[INFO] [stdout]      |
[INFO] [stdout] 7543 | pub fn adco (& mut self) -> AdcoW < Sc3Spec > { AdcoW :: new (self , 3) } # [doc = "Bit 6 - Calibration Failed Flag"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7543 | pub fn adco (& mut self) -> AdcoW <'_,  Sc3Spec > { AdcoW :: new (self , 3) } # [doc = "Bit 6 - Calibration Failed Flag"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7545:14
[INFO] [stdout]      |
[INFO] [stdout] 7545 | pub fn calf (& mut self) -> CalfW < Sc3Spec > { CalfW :: new (self , 6) } # [doc = "Bit 7 - Calibration"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7545 | pub fn calf (& mut self) -> CalfW <'_,  Sc3Spec > { CalfW :: new (self , 6) } # [doc = "Bit 7 - Calibration"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7547:13
[INFO] [stdout]      |
[INFO] [stdout] 7547 | pub fn cal (& mut self) -> CalW < Sc3Spec > { CalW :: new (self , 7) } } # [doc = "Status and Control Register 3\n\nYou can [`read...
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7547 | pub fn cal (& mut self) -> CalW <'_,  Sc3Spec > { CalW :: new (self , 7) } } # [doc = "Status and Control Register 3\n\nYou can [`read`](crate::Reg::read) this register and get [`sc3::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`sc3::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7563:13
[INFO] [stdout]      |
[INFO] [stdout] 7563 | pub fn ofs (& mut self) -> OfsW < OfsSpec > { OfsW :: new (self , 0) } } # [doc = "ADC Offset Correction Register\n\nYou can [`rea...
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7563 | pub fn ofs (& mut self) -> OfsW <'_,  OfsSpec > { OfsW :: new (self , 0) } } # [doc = "ADC Offset Correction Register\n\nYou can [`read`](crate::Reg::read) this register and get [`ofs::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`ofs::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7579:12
[INFO] [stdout]      |
[INFO] [stdout] 7579 | pub fn pg (& mut self) -> PgW < PgSpec > { PgW :: new (self , 0) } } # [doc = "ADC Plus-Side Gain Register\n\nYou can [`read`](cra...
[INFO] [stdout]      |            ^^^^^^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |            |
[INFO] [stdout]      |            the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7579 | pub fn pg (& mut self) -> PgW <'_,  PgSpec > { PgW :: new (self , 0) } } # [doc = "ADC Plus-Side Gain Register\n\nYou can [`read`](crate::Reg::read) this register and get [`pg::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pg::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7595:12
[INFO] [stdout]      |
[INFO] [stdout] 7595 | pub fn mg (& mut self) -> MgW < MgSpec > { MgW :: new (self , 0) } } # [doc = "ADC Minus-Side Gain Register\n\nYou can [`read`](cr...
[INFO] [stdout]      |            ^^^^^^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |            |
[INFO] [stdout]      |            the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7595 | pub fn mg (& mut self) -> MgW <'_,  MgSpec > { MgW :: new (self , 0) } } # [doc = "ADC Minus-Side Gain Register\n\nYou can [`read`](crate::Reg::read) this register and get [`mg::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`mg::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7611:14
[INFO] [stdout]      |
[INFO] [stdout] 7611 | pub fn clpd (& mut self) -> ClpdW < ClpdSpec > { ClpdW :: new (self , 0) } } # [doc = "ADC Plus-Side General Calibration Value Reg...
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7611 | pub fn clpd (& mut self) -> ClpdW <'_,  ClpdSpec > { ClpdW :: new (self , 0) } } # [doc = "ADC Plus-Side General Calibration Value Register\n\nYou can [`read`](crate::Reg::read) this register and get [`clpd::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`clpd::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7627:14
[INFO] [stdout]      |
[INFO] [stdout] 7627 | pub fn clps (& mut self) -> ClpsW < ClpsSpec > { ClpsW :: new (self , 0) } } # [doc = "ADC Plus-Side General Calibration Value Reg...
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7627 | pub fn clps (& mut self) -> ClpsW <'_,  ClpsSpec > { ClpsW :: new (self , 0) } } # [doc = "ADC Plus-Side General Calibration Value Register\n\nYou can [`read`](crate::Reg::read) this register and get [`clps::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`clps::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7643:14
[INFO] [stdout]      |
[INFO] [stdout] 7643 | pub fn clp4 (& mut self) -> Clp4W < Clp4Spec > { Clp4W :: new (self , 0) } } # [doc = "ADC Plus-Side General Calibration Value Reg...
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7643 | pub fn clp4 (& mut self) -> Clp4W <'_,  Clp4Spec > { Clp4W :: new (self , 0) } } # [doc = "ADC Plus-Side General Calibration Value Register\n\nYou can [`read`](crate::Reg::read) this register and get [`clp4::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`clp4::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7659:14
[INFO] [stdout]      |
[INFO] [stdout] 7659 | pub fn clp3 (& mut self) -> Clp3W < Clp3Spec > { Clp3W :: new (self , 0) } } # [doc = "ADC Plus-Side General Calibration Value Reg...
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7659 | pub fn clp3 (& mut self) -> Clp3W <'_,  Clp3Spec > { Clp3W :: new (self , 0) } } # [doc = "ADC Plus-Side General Calibration Value Register\n\nYou can [`read`](crate::Reg::read) this register and get [`clp3::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`clp3::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7675:14
[INFO] [stdout]      |
[INFO] [stdout] 7675 | pub fn clp2 (& mut self) -> Clp2W < Clp2Spec > { Clp2W :: new (self , 0) } } # [doc = "ADC Plus-Side General Calibration Value Reg...
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7675 | pub fn clp2 (& mut self) -> Clp2W <'_,  Clp2Spec > { Clp2W :: new (self , 0) } } # [doc = "ADC Plus-Side General Calibration Value Register\n\nYou can [`read`](crate::Reg::read) this register and get [`clp2::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`clp2::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7691:14
[INFO] [stdout]      |
[INFO] [stdout] 7691 | pub fn clp1 (& mut self) -> Clp1W < Clp1Spec > { Clp1W :: new (self , 0) } } # [doc = "ADC Plus-Side General Calibration Value Reg...
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7691 | pub fn clp1 (& mut self) -> Clp1W <'_,  Clp1Spec > { Clp1W :: new (self , 0) } } # [doc = "ADC Plus-Side General Calibration Value Register\n\nYou can [`read`](crate::Reg::read) this register and get [`clp1::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`clp1::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7707:14
[INFO] [stdout]      |
[INFO] [stdout] 7707 | pub fn clp0 (& mut self) -> Clp0W < Clp0Spec > { Clp0W :: new (self , 0) } } # [doc = "ADC Plus-Side General Calibration Value Reg...
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7707 | pub fn clp0 (& mut self) -> Clp0W <'_,  Clp0Spec > { Clp0W :: new (self , 0) } } # [doc = "ADC Plus-Side General Calibration Value Register\n\nYou can [`read`](crate::Reg::read) this register and get [`clp0::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`clp0::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7723:14
[INFO] [stdout]      |
[INFO] [stdout] 7723 | pub fn clmd (& mut self) -> ClmdW < ClmdSpec > { ClmdW :: new (self , 0) } } # [doc = "ADC Minus-Side General Calibration Value Re...
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7723 | pub fn clmd (& mut self) -> ClmdW <'_,  ClmdSpec > { ClmdW :: new (self , 0) } } # [doc = "ADC Minus-Side General Calibration Value Register\n\nYou can [`read`](crate::Reg::read) this register and get [`clmd::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`clmd::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7739:14
[INFO] [stdout]      |
[INFO] [stdout] 7739 | pub fn clms (& mut self) -> ClmsW < ClmsSpec > { ClmsW :: new (self , 0) } } # [doc = "ADC Minus-Side General Calibration Value Re...
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7739 | pub fn clms (& mut self) -> ClmsW <'_,  ClmsSpec > { ClmsW :: new (self , 0) } } # [doc = "ADC Minus-Side General Calibration Value Register\n\nYou can [`read`](crate::Reg::read) this register and get [`clms::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`clms::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7755:14
[INFO] [stdout]      |
[INFO] [stdout] 7755 | pub fn clm4 (& mut self) -> Clm4W < Clm4Spec > { Clm4W :: new (self , 0) } } # [doc = "ADC Minus-Side General Calibration Value Re...
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7755 | pub fn clm4 (& mut self) -> Clm4W <'_,  Clm4Spec > { Clm4W :: new (self , 0) } } # [doc = "ADC Minus-Side General Calibration Value Register\n\nYou can [`read`](crate::Reg::read) this register and get [`clm4::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`clm4::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7771:14
[INFO] [stdout]      |
[INFO] [stdout] 7771 | pub fn clm3 (& mut self) -> Clm3W < Clm3Spec > { Clm3W :: new (self , 0) } } # [doc = "ADC Minus-Side General Calibration Value Re...
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7771 | pub fn clm3 (& mut self) -> Clm3W <'_,  Clm3Spec > { Clm3W :: new (self , 0) } } # [doc = "ADC Minus-Side General Calibration Value Register\n\nYou can [`read`](crate::Reg::read) this register and get [`clm3::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`clm3::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7787:14
[INFO] [stdout]      |
[INFO] [stdout] 7787 | pub fn clm2 (& mut self) -> Clm2W < Clm2Spec > { Clm2W :: new (self , 0) } } # [doc = "ADC Minus-Side General Calibration Value Re...
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7787 | pub fn clm2 (& mut self) -> Clm2W <'_,  Clm2Spec > { Clm2W :: new (self , 0) } } # [doc = "ADC Minus-Side General Calibration Value Register\n\nYou can [`read`](crate::Reg::read) this register and get [`clm2::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`clm2::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7803:14
[INFO] [stdout]      |
[INFO] [stdout] 7803 | pub fn clm1 (& mut self) -> Clm1W < Clm1Spec > { Clm1W :: new (self , 0) } } # [doc = "ADC Minus-Side General Calibration Value Re...
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7803 | pub fn clm1 (& mut self) -> Clm1W <'_,  Clm1Spec > { Clm1W :: new (self , 0) } } # [doc = "ADC Minus-Side General Calibration Value Register\n\nYou can [`read`](crate::Reg::read) this register and get [`clm1::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`clm1::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7819:14
[INFO] [stdout]      |
[INFO] [stdout] 7819 | pub fn clm0 (& mut self) -> Clm0W < Clm0Spec > { Clm0W :: new (self , 0) } } # [doc = "ADC Minus-Side General Calibration Value Re...
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7819 | pub fn clm0 (& mut self) -> Clm0W <'_,  Clm0Spec > { Clm0W :: new (self , 0) } } # [doc = "ADC Minus-Side General Calibration Value Register\n\nYou can [`read`](crate::Reg::read) this register and get [`clm0::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`clm0::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7873:13
[INFO] [stdout]      |
[INFO] [stdout] 7873 | pub fn tsr (& mut self) -> TsrW < TsrSpec > { TsrW :: new (self , 0) } } # [doc = "RTC Time Seconds Register\n\nYou can [`read`](c...
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7873 | pub fn tsr (& mut self) -> TsrW <'_,  TsrSpec > { TsrW :: new (self , 0) } } # [doc = "RTC Time Seconds Register\n\nYou can [`read`](crate::Reg::read) this register and get [`tsr::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`tsr::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7889:13
[INFO] [stdout]      |
[INFO] [stdout] 7889 | pub fn tpr (& mut self) -> TprW < TprSpec > { TprW :: new (self , 0) } } # [doc = "RTC Time Prescaler Register\n\nYou can [`read`]...
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7889 | pub fn tpr (& mut self) -> TprW <'_,  TprSpec > { TprW :: new (self , 0) } } # [doc = "RTC Time Prescaler Register\n\nYou can [`read`](crate::Reg::read) this register and get [`tpr::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`tpr::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7905:13
[INFO] [stdout]      |
[INFO] [stdout] 7905 | pub fn tar (& mut self) -> TarW < TarSpec > { TarW :: new (self , 0) } } # [doc = "RTC Time Alarm Register\n\nYou can [`read`](cra...
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7905 | pub fn tar (& mut self) -> TarW <'_,  TarSpec > { TarW :: new (self , 0) } } # [doc = "RTC Time Alarm Register\n\nYou can [`read`](crate::Reg::read) this register and get [`tar::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`tar::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7963:13
[INFO] [stdout]      |
[INFO] [stdout] 7963 | pub fn tcr (& mut self) -> TcrW < TcrSpec > { TcrW :: new (self , 0) } # [doc = "Bits 8:15 - Compensation Interval Register"]
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7963 | pub fn tcr (& mut self) -> TcrW <'_,  TcrSpec > { TcrW :: new (self , 0) } # [doc = "Bits 8:15 - Compensation Interval Register"]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:7965:13
[INFO] [stdout]      |
[INFO] [stdout] 7965 | pub fn cir (& mut self) -> CirW < TcrSpec > { CirW :: new (self , 8) } } # [doc = "RTC Time Compensation Register\n\nYou can [`rea...
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 7965 | pub fn cir (& mut self) -> CirW <'_,  TcrSpec > { CirW :: new (self , 8) } } # [doc = "RTC Time Compensation Register\n\nYou can [`read`](crate::Reg::read) this register and get [`tcr::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`tcr::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:8177:13
[INFO] [stdout]      |
[INFO] [stdout] 8177 | pub fn swr (& mut self) -> SwrW < CrSpec > { SwrW :: new (self , 0) } # [doc = "Bit 1 - Wakeup Pin Enable"]
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8177 | pub fn swr (& mut self) -> SwrW <'_,  CrSpec > { SwrW :: new (self , 0) } # [doc = "Bit 1 - Wakeup Pin Enable"]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:8179:13
[INFO] [stdout]      |
[INFO] [stdout] 8179 | pub fn wpe (& mut self) -> WpeW < CrSpec > { WpeW :: new (self , 1) } # [doc = "Bit 2 - Supervisor Access"]
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8179 | pub fn wpe (& mut self) -> WpeW <'_,  CrSpec > { WpeW :: new (self , 1) } # [doc = "Bit 2 - Supervisor Access"]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:8181:13
[INFO] [stdout]      |
[INFO] [stdout] 8181 | pub fn sup (& mut self) -> SupW < CrSpec > { SupW :: new (self , 2) } # [doc = "Bit 3 - Update Mode"]
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8181 | pub fn sup (& mut self) -> SupW <'_,  CrSpec > { SupW :: new (self , 2) } # [doc = "Bit 3 - Update Mode"]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:8183:12
[INFO] [stdout]      |
[INFO] [stdout] 8183 | pub fn um (& mut self) -> UmW < CrSpec > { UmW :: new (self , 3) } # [doc = "Bit 8 - Oscillator Enable"]
[INFO] [stdout]      |            ^^^^^^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |            |
[INFO] [stdout]      |            the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8183 | pub fn um (& mut self) -> UmW <'_,  CrSpec > { UmW :: new (self , 3) } # [doc = "Bit 8 - Oscillator Enable"]
[INFO] [stdout]      |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:8185:14
[INFO] [stdout]      |
[INFO] [stdout] 8185 | pub fn osce (& mut self) -> OsceW < CrSpec > { OsceW :: new (self , 8) } # [doc = "Bit 9 - Clock Output"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8185 | pub fn osce (& mut self) -> OsceW <'_,  CrSpec > { OsceW :: new (self , 8) } # [doc = "Bit 9 - Clock Output"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:8187:14
[INFO] [stdout]      |
[INFO] [stdout] 8187 | pub fn clko (& mut self) -> ClkoW < CrSpec > { ClkoW :: new (self , 9) } # [doc = "Bit 10 - Oscillator 16pF Load Configure"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8187 | pub fn clko (& mut self) -> ClkoW <'_,  CrSpec > { ClkoW :: new (self , 9) } # [doc = "Bit 10 - Oscillator 16pF Load Configure"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:8189:15
[INFO] [stdout]      |
[INFO] [stdout] 8189 | pub fn sc16p (& mut self) -> Sc16pW < CrSpec > { Sc16pW :: new (self , 10) } # [doc = "Bit 11 - Oscillator 8pF Load Configure"]
[INFO] [stdout]      |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8189 | pub fn sc16p (& mut self) -> Sc16pW <'_,  CrSpec > { Sc16pW :: new (self , 10) } # [doc = "Bit 11 - Oscillator 8pF Load Configure"]
[INFO] [stdout]      |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:8191:14
[INFO] [stdout]      |
[INFO] [stdout] 8191 | pub fn sc8p (& mut self) -> Sc8pW < CrSpec > { Sc8pW :: new (self , 11) } # [doc = "Bit 12 - Oscillator 4pF Load Configure"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8191 | pub fn sc8p (& mut self) -> Sc8pW <'_,  CrSpec > { Sc8pW :: new (self , 11) } # [doc = "Bit 12 - Oscillator 4pF Load Configure"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:8193:14
[INFO] [stdout]      |
[INFO] [stdout] 8193 | pub fn sc4p (& mut self) -> Sc4pW < CrSpec > { Sc4pW :: new (self , 12) } # [doc = "Bit 13 - Oscillator 2pF Load Configure"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8193 | pub fn sc4p (& mut self) -> Sc4pW <'_,  CrSpec > { Sc4pW :: new (self , 12) } # [doc = "Bit 13 - Oscillator 2pF Load Configure"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:8195:14
[INFO] [stdout]      |
[INFO] [stdout] 8195 | pub fn sc2p (& mut self) -> Sc2pW < CrSpec > { Sc2pW :: new (self , 13) } } # [doc = "RTC Control Register\n\nYou can [`read`](cra...
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8195 | pub fn sc2p (& mut self) -> Sc2pW <'_,  CrSpec > { Sc2pW :: new (self , 13) } } # [doc = "RTC Control Register\n\nYou can [`read`](crate::Reg::read) this register and get [`cr::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`cr::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:8272:13
[INFO] [stdout]      |
[INFO] [stdout] 8272 | pub fn tce (& mut self) -> TceW < SrSpec > { TceW :: new (self , 4) } } # [doc = "RTC Status Register\n\nYou can [`read`](crate::R...
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8272 | pub fn tce (& mut self) -> TceW <'_,  SrSpec > { TceW :: new (self , 4) } } # [doc = "RTC Status Register\n\nYou can [`read`](crate::Reg::read) this register and get [`sr::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`sr::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:8364:13
[INFO] [stdout]      |
[INFO] [stdout] 8364 | pub fn tcl (& mut self) -> TclW < LrSpec > { TclW :: new (self , 3) } # [doc = "Bit 4 - Control Register Lock"]
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8364 | pub fn tcl (& mut self) -> TclW <'_,  LrSpec > { TclW :: new (self , 3) } # [doc = "Bit 4 - Control Register Lock"]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:8366:13
[INFO] [stdout]      |
[INFO] [stdout] 8366 | pub fn crl (& mut self) -> CrlW < LrSpec > { CrlW :: new (self , 4) } # [doc = "Bit 5 - Status Register Lock"]
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8366 | pub fn crl (& mut self) -> CrlW <'_,  LrSpec > { CrlW :: new (self , 4) } # [doc = "Bit 5 - Status Register Lock"]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:8368:13
[INFO] [stdout]      |
[INFO] [stdout] 8368 | pub fn srl (& mut self) -> SrlW < LrSpec > { SrlW :: new (self , 5) } # [doc = "Bit 6 - Lock Register Lock"]
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8368 | pub fn srl (& mut self) -> SrlW <'_,  LrSpec > { SrlW :: new (self , 5) } # [doc = "Bit 6 - Lock Register Lock"]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:8370:13
[INFO] [stdout]      |
[INFO] [stdout] 8370 | pub fn lrl (& mut self) -> LrlW < LrSpec > { LrlW :: new (self , 6) } } # [doc = "RTC Lock Register\n\nYou can [`read`](crate::Reg...
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8370 | pub fn lrl (& mut self) -> LrlW <'_,  LrSpec > { LrlW :: new (self , 6) } } # [doc = "RTC Lock Register\n\nYou can [`read`](crate::Reg::read) this register and get [`lr::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`lr::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:8482:14
[INFO] [stdout]      |
[INFO] [stdout] 8482 | pub fn tiie (& mut self) -> TiieW < IerSpec > { TiieW :: new (self , 0) } # [doc = "Bit 1 - Time Overflow Interrupt Enable"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8482 | pub fn tiie (& mut self) -> TiieW <'_,  IerSpec > { TiieW :: new (self , 0) } # [doc = "Bit 1 - Time Overflow Interrupt Enable"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:8484:14
[INFO] [stdout]      |
[INFO] [stdout] 8484 | pub fn toie (& mut self) -> ToieW < IerSpec > { ToieW :: new (self , 1) } # [doc = "Bit 2 - Time Alarm Interrupt Enable"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8484 | pub fn toie (& mut self) -> ToieW <'_,  IerSpec > { ToieW :: new (self , 1) } # [doc = "Bit 2 - Time Alarm Interrupt Enable"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:8486:14
[INFO] [stdout]      |
[INFO] [stdout] 8486 | pub fn taie (& mut self) -> TaieW < IerSpec > { TaieW :: new (self , 2) } # [doc = "Bit 4 - Time Seconds Interrupt Enable"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8486 | pub fn taie (& mut self) -> TaieW <'_,  IerSpec > { TaieW :: new (self , 2) } # [doc = "Bit 4 - Time Seconds Interrupt Enable"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:8488:14
[INFO] [stdout]      |
[INFO] [stdout] 8488 | pub fn tsie (& mut self) -> TsieW < IerSpec > { TsieW :: new (self , 4) } # [doc = "Bit 7 - Wakeup Pin On"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8488 | pub fn tsie (& mut self) -> TsieW <'_,  IerSpec > { TsieW :: new (self , 4) } # [doc = "Bit 7 - Wakeup Pin On"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:8490:14
[INFO] [stdout]      |
[INFO] [stdout] 8490 | pub fn wpon (& mut self) -> WponW < IerSpec > { WponW :: new (self , 7) } } # [doc = "RTC Interrupt Enable Register\n\nYou can [`r...
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8490 | pub fn wpon (& mut self) -> WponW <'_,  IerSpec > { WponW :: new (self , 7) } } # [doc = "RTC Interrupt Enable Register\n\nYou can [`read`](crate::Reg::read) this register and get [`ier::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`ier::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:8566:15
[INFO] [stdout]      |
[INFO] [stdout] 8566 | pub fn data0 (& mut self) -> Data0W < DatlSpec > { Data0W :: new (self , 0) } } # [doc = "DAC Data Low Register\n\nYou can [`read`...
[INFO] [stdout]      |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8566 | pub fn data0 (& mut self) -> Data0W <'_,  DatlSpec > { Data0W :: new (self , 0) } } # [doc = "DAC Data Low Register\n\nYou can [`read`](crate::Reg::read) this register and get [`datl::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`datl::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:8586:15
[INFO] [stdout]      |
[INFO] [stdout] 8586 | pub fn data1 (& mut self) -> Data1W < DathSpec > { Data1W :: new (self , 0) } } # [doc = "DAC Data High Register\n\nYou can [`read...
[INFO] [stdout]      |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8586 | pub fn data1 (& mut self) -> Data1W <'_,  DathSpec > { Data1W :: new (self , 0) } } # [doc = "DAC Data High Register\n\nYou can [`read`](crate::Reg::read) this register and get [`dath::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`dath::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:8638:19
[INFO] [stdout]      |
[INFO] [stdout] 8638 | pub fn dacbfrpbf (& mut self) -> DacbfrpbfW < SrSpec > { DacbfrpbfW :: new (self , 0) } # [doc = "Bit 1 - DAC Buffer Read Pointer ...
[INFO] [stdout]      |                   ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                   |
[INFO] [stdout]      |                   the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8638 | pub fn dacbfrpbf (& mut self) -> DacbfrpbfW <'_,  SrSpec > { DacbfrpbfW :: new (self , 0) } # [doc = "Bit 1 - DAC Buffer Read Pointer Top Position Flag"]
[INFO] [stdout]      |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:8640:19
[INFO] [stdout]      |
[INFO] [stdout] 8640 | pub fn dacbfrptf (& mut self) -> DacbfrptfW < SrSpec > { DacbfrptfW :: new (self , 1) } } # [doc = "DAC Status Register\n\nYou can...
[INFO] [stdout]      |                   ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                   |
[INFO] [stdout]      |                   the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8640 | pub fn dacbfrptf (& mut self) -> DacbfrptfW <'_,  SrSpec > { DacbfrptfW :: new (self , 1) } } # [doc = "DAC Status Register\n\nYou can [`read`](crate::Reg::read) this register and get [`sr::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`sr::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:8782:18
[INFO] [stdout]      |
[INFO] [stdout] 8782 | pub fn dacbbien (& mut self) -> DacbbienW < C0Spec > { DacbbienW :: new (self , 0) } # [doc = "Bit 1 - DAC Buffer Read Pointer Top...
[INFO] [stdout]      |                  ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                  |
[INFO] [stdout]      |                  the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8782 | pub fn dacbbien (& mut self) -> DacbbienW <'_,  C0Spec > { DacbbienW :: new (self , 0) } # [doc = "Bit 1 - DAC Buffer Read Pointer Top Flag Interrupt Enable"]
[INFO] [stdout]      |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:8784:18
[INFO] [stdout]      |
[INFO] [stdout] 8784 | pub fn dacbtien (& mut self) -> DacbtienW < C0Spec > { DacbtienW :: new (self , 1) } # [doc = "Bit 3 - DAC Low Power Control"]
[INFO] [stdout]      |                  ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                  |
[INFO] [stdout]      |                  the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8784 | pub fn dacbtien (& mut self) -> DacbtienW <'_,  C0Spec > { DacbtienW :: new (self , 1) } # [doc = "Bit 3 - DAC Low Power Control"]
[INFO] [stdout]      |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:8786:14
[INFO] [stdout]      |
[INFO] [stdout] 8786 | pub fn lpen (& mut self) -> LpenW < C0Spec > { LpenW :: new (self , 3) } # [doc = "Bit 4 - DAC Software Trigger"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8786 | pub fn lpen (& mut self) -> LpenW <'_,  C0Spec > { LpenW :: new (self , 3) } # [doc = "Bit 4 - DAC Software Trigger"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:8788:18
[INFO] [stdout]      |
[INFO] [stdout] 8788 | pub fn dacswtrg (& mut self) -> DacswtrgW < C0Spec > { DacswtrgW :: new (self , 4) } # [doc = "Bit 5 - DAC Trigger Select"]
[INFO] [stdout]      |                  ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                  |
[INFO] [stdout]      |                  the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8788 | pub fn dacswtrg (& mut self) -> DacswtrgW <'_,  C0Spec > { DacswtrgW :: new (self , 4) } # [doc = "Bit 5 - DAC Trigger Select"]
[INFO] [stdout]      |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:8790:19
[INFO] [stdout]      |
[INFO] [stdout] 8790 | pub fn dactrgsel (& mut self) -> DactrgselW < C0Spec > { DactrgselW :: new (self , 5) } # [doc = "Bit 6 - DAC Reference Select"]
[INFO] [stdout]      |                   ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                   |
[INFO] [stdout]      |                   the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8790 | pub fn dactrgsel (& mut self) -> DactrgselW <'_,  C0Spec > { DactrgselW :: new (self , 5) } # [doc = "Bit 6 - DAC Reference Select"]
[INFO] [stdout]      |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:8792:16
[INFO] [stdout]      |
[INFO] [stdout] 8792 | pub fn dacrfs (& mut self) -> DacrfsW < C0Spec > { DacrfsW :: new (self , 6) } # [doc = "Bit 7 - DAC Enable"]
[INFO] [stdout]      |                ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8792 | pub fn dacrfs (& mut self) -> DacrfsW <'_,  C0Spec > { DacrfsW :: new (self , 6) } # [doc = "Bit 7 - DAC Enable"]
[INFO] [stdout]      |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:8794:15
[INFO] [stdout]      |
[INFO] [stdout] 8794 | pub fn dacen (& mut self) -> DacenW < C0Spec > { DacenW :: new (self , 7) } } # [doc = "DAC Control Register\n\nYou can [`read`](c...
[INFO] [stdout]      |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8794 | pub fn dacen (& mut self) -> DacenW <'_,  C0Spec > { DacenW :: new (self , 7) } } # [doc = "DAC Control Register\n\nYou can [`read`](crate::Reg::read) this register and get [`c0::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`c0::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:8865:17
[INFO] [stdout]      |
[INFO] [stdout] 8865 | pub fn dacbfen (& mut self) -> DacbfenW < C1Spec > { DacbfenW :: new (self , 0) } # [doc = "Bit 2 - DAC Buffer Work Mode Select"]
[INFO] [stdout]      |                 ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8865 | pub fn dacbfen (& mut self) -> DacbfenW <'_,  C1Spec > { DacbfenW :: new (self , 0) } # [doc = "Bit 2 - DAC Buffer Work Mode Select"]
[INFO] [stdout]      |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:8867:17
[INFO] [stdout]      |
[INFO] [stdout] 8867 | pub fn dacbfmd (& mut self) -> DacbfmdW < C1Spec > { DacbfmdW :: new (self , 2) } # [doc = "Bit 7 - DMA Enable Select"]
[INFO] [stdout]      |                 ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8867 | pub fn dacbfmd (& mut self) -> DacbfmdW <'_,  C1Spec > { DacbfmdW :: new (self , 2) } # [doc = "Bit 7 - DMA Enable Select"]
[INFO] [stdout]      |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:8869:15
[INFO] [stdout]      |
[INFO] [stdout] 8869 | pub fn dmaen (& mut self) -> DmaenW < C1Spec > { DmaenW :: new (self , 7) } } # [doc = "DAC Control Register 1\n\nYou can [`read`]...
[INFO] [stdout]      |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8869 | pub fn dmaen (& mut self) -> DmaenW <'_,  C1Spec > { DmaenW :: new (self , 7) } } # [doc = "DAC Control Register 1\n\nYou can [`read`](crate::Reg::read) this register and get [`c1::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`c1::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:8888:17
[INFO] [stdout]      |
[INFO] [stdout] 8888 | pub fn dacbfup (& mut self) -> DacbfupW < C2Spec > { DacbfupW :: new (self , 0) } # [doc = "Bit 4 - DAC Buffer Read Pointer"]
[INFO] [stdout]      |                 ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8888 | pub fn dacbfup (& mut self) -> DacbfupW <'_,  C2Spec > { DacbfupW :: new (self , 0) } # [doc = "Bit 4 - DAC Buffer Read Pointer"]
[INFO] [stdout]      |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:8890:17
[INFO] [stdout]      |
[INFO] [stdout] 8890 | pub fn dacbfrp (& mut self) -> DacbfrpW < C2Spec > { DacbfrpW :: new (self , 4) } } # [doc = "DAC Control Register 2\n\nYou can [`...
[INFO] [stdout]      |                 ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 8890 | pub fn dacbfrp (& mut self) -> DacbfrpW <'_,  C2Spec > { DacbfrpW :: new (self , 4) } } # [doc = "DAC Control Register 2\n\nYou can [`read`](crate::Reg::read) this register and get [`c2::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`c2::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:9083:13
[INFO] [stdout]      |
[INFO] [stdout] 9083 | pub fn ten (& mut self) -> TenW < CsrSpec > { TenW :: new (self , 0) } # [doc = "Bit 1 - Timer Mode Select"]
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 9083 | pub fn ten (& mut self) -> TenW <'_,  CsrSpec > { TenW :: new (self , 0) } # [doc = "Bit 1 - Timer Mode Select"]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:9085:13
[INFO] [stdout]      |
[INFO] [stdout] 9085 | pub fn tms (& mut self) -> TmsW < CsrSpec > { TmsW :: new (self , 1) } # [doc = "Bit 2 - Timer Free-Running Counter"]
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 9085 | pub fn tms (& mut self) -> TmsW <'_,  CsrSpec > { TmsW :: new (self , 1) } # [doc = "Bit 2 - Timer Free-Running Counter"]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:9087:13
[INFO] [stdout]      |
[INFO] [stdout] 9087 | pub fn tfc (& mut self) -> TfcW < CsrSpec > { TfcW :: new (self , 2) } # [doc = "Bit 3 - Timer Pin Polarity"]
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 9087 | pub fn tfc (& mut self) -> TfcW <'_,  CsrSpec > { TfcW :: new (self , 2) } # [doc = "Bit 3 - Timer Pin Polarity"]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:9089:13
[INFO] [stdout]      |
[INFO] [stdout] 9089 | pub fn tpp (& mut self) -> TppW < CsrSpec > { TppW :: new (self , 3) } # [doc = "Bits 4:5 - Timer Pin Select"]
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 9089 | pub fn tpp (& mut self) -> TppW <'_,  CsrSpec > { TppW :: new (self , 3) } # [doc = "Bits 4:5 - Timer Pin Select"]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:9091:13
[INFO] [stdout]      |
[INFO] [stdout] 9091 | pub fn tps (& mut self) -> TpsW < CsrSpec > { TpsW :: new (self , 4) } # [doc = "Bit 6 - Timer Interrupt Enable"]
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 9091 | pub fn tps (& mut self) -> TpsW <'_,  CsrSpec > { TpsW :: new (self , 4) } # [doc = "Bit 6 - Timer Interrupt Enable"]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:9093:13
[INFO] [stdout]      |
[INFO] [stdout] 9093 | pub fn tie (& mut self) -> TieW < CsrSpec > { TieW :: new (self , 6) } # [doc = "Bit 7 - Timer Compare Flag"]
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 9093 | pub fn tie (& mut self) -> TieW <'_,  CsrSpec > { TieW :: new (self , 6) } # [doc = "Bit 7 - Timer Compare Flag"]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:9095:13
[INFO] [stdout]      |
[INFO] [stdout] 9095 | pub fn tcf (& mut self) -> TcfW < CsrSpec > { TcfW :: new (self , 7) } } # [doc = "Low Power Timer Control Status Register\n\nYou ...
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 9095 | pub fn tcf (& mut self) -> TcfW <'_,  CsrSpec > { TcfW :: new (self , 7) } } # [doc = "Low Power Timer Control Status Register\n\nYou can [`read`](crate::Reg::read) this register and get [`csr::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`csr::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:9249:13
[INFO] [stdout]      |
[INFO] [stdout] 9249 | pub fn pcs (& mut self) -> PcsW < PsrSpec > { PcsW :: new (self , 0) } # [doc = "Bit 2 - Prescaler Bypass"]
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 9249 | pub fn pcs (& mut self) -> PcsW <'_,  PsrSpec > { PcsW :: new (self , 0) } # [doc = "Bit 2 - Prescaler Bypass"]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:9251:14
[INFO] [stdout]      |
[INFO] [stdout] 9251 | pub fn pbyp (& mut self) -> PbypW < PsrSpec > { PbypW :: new (self , 2) } # [doc = "Bits 3:6 - Prescale Value"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 9251 | pub fn pbyp (& mut self) -> PbypW <'_,  PsrSpec > { PbypW :: new (self , 2) } # [doc = "Bits 3:6 - Prescale Value"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:9253:18
[INFO] [stdout]      |
[INFO] [stdout] 9253 | pub fn prescale (& mut self) -> PrescaleW < PsrSpec > { PrescaleW :: new (self , 3) } } # [doc = "Low Power Timer Prescale Registe...
[INFO] [stdout]      |                  ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                  |
[INFO] [stdout]      |                  the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 9253 | pub fn prescale (& mut self) -> PrescaleW <'_,  PsrSpec > { PrescaleW :: new (self , 3) } } # [doc = "Low Power Timer Prescale Register\n\nYou can [`read`](crate::Reg::read) this register and get [`psr::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`psr::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:9269:17
[INFO] [stdout]      |
[INFO] [stdout] 9269 | pub fn compare (& mut self) -> CompareW < CmrSpec > { CompareW :: new (self , 0) } } # [doc = "Low Power Timer Compare Register\n\...
[INFO] [stdout]      |                 ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 9269 | pub fn compare (& mut self) -> CompareW <'_,  CmrSpec > { CompareW :: new (self , 0) } } # [doc = "Low Power Timer Compare Register\n\nYou can [`read`](crate::Reg::read) this register and get [`cmr::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`cmr::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:9285:17
[INFO] [stdout]      |
[INFO] [stdout] 9285 | pub fn counter (& mut self) -> CounterW < CnrSpec > { CounterW :: new (self , 0) } } # [doc = "Low Power Timer Counter Register\n\...
[INFO] [stdout]      |                 ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 9285 | pub fn counter (& mut self) -> CounterW <'_,  CnrSpec > { CounterW :: new (self , 0) } } # [doc = "Low Power Timer Counter Register\n\nYou can [`read`](crate::Reg::read) this register and get [`cnr::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`cnr::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:9870:15
[INFO] [stdout]      |
[INFO] [stdout] 9870 | pub fn cursw (& mut self) -> CurswW < GencsSpec > { CurswW :: new (self , 1) } # [doc = "Bit 2 - End of Scan Flag"]
[INFO] [stdout]      |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 9870 | pub fn cursw (& mut self) -> CurswW <'_,  GencsSpec > { CurswW :: new (self , 1) } # [doc = "Bit 2 - End of Scan Flag"]
[INFO] [stdout]      |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:9872:14
[INFO] [stdout]      |
[INFO] [stdout] 9872 | pub fn eosf (& mut self) -> EosfW < GencsSpec > { EosfW :: new (self , 2) } # [doc = "Bit 4 - Scan Trigger Mode"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 9872 | pub fn eosf (& mut self) -> EosfW <'_,  GencsSpec > { EosfW :: new (self , 2) } # [doc = "Bit 4 - Scan Trigger Mode"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:9874:13
[INFO] [stdout]      |
[INFO] [stdout] 9874 | pub fn stm (& mut self) -> StmW < GencsSpec > { StmW :: new (self , 4) } # [doc = "Bit 5 - TSI STOP Enable"]
[INFO] [stdout]      |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |             |
[INFO] [stdout]      |             the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 9874 | pub fn stm (& mut self) -> StmW <'_,  GencsSpec > { StmW :: new (self , 4) } # [doc = "Bit 5 - TSI STOP Enable"]
[INFO] [stdout]      |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:9876:14
[INFO] [stdout]      |
[INFO] [stdout] 9876 | pub fn stpe (& mut self) -> StpeW < GencsSpec > { StpeW :: new (self , 5) } # [doc = "Bit 6 - Touch Sensing Input Interrupt Enable"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 9876 | pub fn stpe (& mut self) -> StpeW <'_,  GencsSpec > { StpeW :: new (self , 5) } # [doc = "Bit 6 - Touch Sensing Input Interrupt Enable"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:9878:16
[INFO] [stdout]      |
[INFO] [stdout] 9878 | pub fn tsiien (& mut self) -> TsiienW < GencsSpec > { TsiienW :: new (self , 6) } # [doc = "Bit 7 - Touch Sensing Input Module Ena...
[INFO] [stdout]      |                ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 9878 | pub fn tsiien (& mut self) -> TsiienW <'_,  GencsSpec > { TsiienW :: new (self , 6) } # [doc = "Bit 7 - Touch Sensing Input Module Enable"]
[INFO] [stdout]      |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:9880:15
[INFO] [stdout]      |
[INFO] [stdout] 9880 | pub fn tsien (& mut self) -> TsienW < GencsSpec > { TsienW :: new (self , 7) } # [doc = "Bits 8:12 - NSCN"]
[INFO] [stdout]      |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 9880 | pub fn tsien (& mut self) -> TsienW <'_,  GencsSpec > { TsienW :: new (self , 7) } # [doc = "Bits 8:12 - NSCN"]
[INFO] [stdout]      |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:9882:14
[INFO] [stdout]      |
[INFO] [stdout] 9882 | pub fn nscn (& mut self) -> NscnW < GencsSpec > { NscnW :: new (self , 8) } # [doc = "Bits 13:15 - PS"]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 9882 | pub fn nscn (& mut self) -> NscnW <'_,  GencsSpec > { NscnW :: new (self , 8) } # [doc = "Bits 13:15 - PS"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:9884:12
[INFO] [stdout]      |
[INFO] [stdout] 9884 | pub fn ps (& mut self) -> PsW < GencsSpec > { PsW :: new (self , 13) } # [doc = "Bits 16:18 - EXTCHRG"]
[INFO] [stdout]      |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |            |
[INFO] [stdout]      |            the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 9884 | pub fn ps (& mut self) -> PsW <'_,  GencsSpec > { PsW :: new (self , 13) } # [doc = "Bits 16:18 - EXTCHRG"]
[INFO] [stdout]      |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:9886:17
[INFO] [stdout]      |
[INFO] [stdout] 9886 | pub fn extchrg (& mut self) -> ExtchrgW < GencsSpec > { ExtchrgW :: new (self , 16) } # [doc = "Bits 19:20 - DVOLT"]
[INFO] [stdout]      |                 ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 9886 | pub fn extchrg (& mut self) -> ExtchrgW <'_,  GencsSpec > { ExtchrgW :: new (self , 16) } # [doc = "Bits 19:20 - DVOLT"]
[INFO] [stdout]      |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:9888:15
[INFO] [stdout]      |
[INFO] [stdout] 9888 | pub fn dvolt (& mut self) -> DvoltW < GencsSpec > { DvoltW :: new (self , 19) } # [doc = "Bits 21:23 - REFCHRG"]
[INFO] [stdout]      |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 9888 | pub fn dvolt (& mut self) -> DvoltW <'_,  GencsSpec > { DvoltW :: new (self , 19) } # [doc = "Bits 21:23 - REFCHRG"]
[INFO] [stdout]      |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:9890:17
[INFO] [stdout]      |
[INFO] [stdout] 9890 | pub fn refchrg (& mut self) -> RefchrgW < GencsSpec > { RefchrgW :: new (self , 21) } # [doc = "Bits 24:27 - TSI analog modes setu...
[INFO] [stdout]      |                 ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 9890 | pub fn refchrg (& mut self) -> RefchrgW <'_,  GencsSpec > { RefchrgW :: new (self , 21) } # [doc = "Bits 24:27 - TSI analog modes setup and status bits."]
[INFO] [stdout]      |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:9892:14
[INFO] [stdout]      |
[INFO] [stdout] 9892 | pub fn mode (& mut self) -> ModeW < GencsSpec > { ModeW :: new (self , 24) } # [doc = "Bit 28 - End-of-scan or Out-of-Range Interr...
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 9892 | pub fn mode (& mut self) -> ModeW <'_,  GencsSpec > { ModeW :: new (self , 24) } # [doc = "Bit 28 - End-of-scan or Out-of-Range Interrupt Selection"]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:9894:14
[INFO] [stdout]      |
[INFO] [stdout] 9894 | pub fn esor (& mut self) -> EsorW < GencsSpec > { EsorW :: new (self , 28) } # [doc = "Bit 31 - Out of Range Flag."]
[INFO] [stdout]      |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |              |
[INFO] [stdout]      |              the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 9894 | pub fn esor (& mut self) -> EsorW <'_,  GencsSpec > { EsorW :: new (self , 28) } # [doc = "Bit 31 - Out of Range Flag."]
[INFO] [stdout]      |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> mkl25z4-pac/src/lib.rs:9896:16
[INFO] [stdout]      |
[INFO] [stdout] 9896 | pub fn outrgf (& mut self) -> OutrgfW < GencsSpec > { OutrgfW :: new (self , 31) } } # [doc = "TSI General Control and Status Regi...
[INFO] [stdout]      |                ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 9896 | pub fn outrgf (& mut self) -> OutrgfW <'_,  GencsSpec > { OutrgfW :: new (self , 31) } } # [doc = "TSI General Control and Status Register\n\nYou can [`read`](crate::Reg::read) this register and get [`gencs::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`gencs::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]      |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:10033:14
[INFO] [stdout]       |
[INFO] [stdout] 10033 | pub fn swts (& mut self) -> SwtsW < DataSpec > { SwtsW :: new (self , 22) } # [doc = "Bit 23 - DMA Transfer Enabled"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 10033 | pub fn swts (& mut self) -> SwtsW <'_,  DataSpec > { SwtsW :: new (self , 22) } # [doc = "Bit 23 - DMA Transfer Enabled"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:10035:15
[INFO] [stdout]       |
[INFO] [stdout] 10035 | pub fn dmaen (& mut self) -> DmaenW < DataSpec > { DmaenW :: new (self , 23) } # [doc = "Bits 28:31 - TSICH"]
[INFO] [stdout]       |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |               |
[INFO] [stdout]       |               the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 10035 | pub fn dmaen (& mut self) -> DmaenW <'_,  DataSpec > { DmaenW :: new (self , 23) } # [doc = "Bits 28:31 - TSICH"]
[INFO] [stdout]       |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:10037:15
[INFO] [stdout]       |
[INFO] [stdout] 10037 | pub fn tsich (& mut self) -> TsichW < DataSpec > { TsichW :: new (self , 28) } } # [doc = "TSI DATA Register\n\nYou can [`read`](...
[INFO] [stdout]       |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |               |
[INFO] [stdout]       |               the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 10037 | pub fn tsich (& mut self) -> TsichW <'_,  DataSpec > { TsichW :: new (self , 28) } } # [doc = "TSI DATA Register\n\nYou can [`read`](crate::Reg::read) this register and get [`data::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`data::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:10057:16
[INFO] [stdout]       |
[INFO] [stdout] 10057 | pub fn thresl (& mut self) -> ThreslW < TshdSpec > { ThreslW :: new (self , 0) } # [doc = "Bits 16:31 - TSI Wakeup Channel High-t...
[INFO] [stdout]       |                ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |                |
[INFO] [stdout]       |                the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 10057 | pub fn thresl (& mut self) -> ThreslW <'_,  TshdSpec > { ThreslW :: new (self , 0) } # [doc = "Bits 16:31 - TSI Wakeup Channel High-threshold"]
[INFO] [stdout]       |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:10059:16
[INFO] [stdout]       |
[INFO] [stdout] 10059 | pub fn thresh (& mut self) -> ThreshW < TshdSpec > { ThreshW :: new (self , 16) } } # [doc = "TSI Threshold Register\n\nYou can [...
[INFO] [stdout]       |                ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |                |
[INFO] [stdout]       |                the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 10059 | pub fn thresh (& mut self) -> ThreshW <'_,  TshdSpec > { ThreshW :: new (self , 16) } } # [doc = "TSI Threshold Register\n\nYou can [`read`](crate::Reg::read) this register and get [`tshd::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`tshd::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:10225:19
[INFO] [stdout]       |
[INFO] [stdout] 10225 | pub fn osc32ksel (& mut self) -> Osc32kselW < Sopt1Spec > { Osc32kselW :: new (self , 18) } # [doc = "Bit 29 - USB voltage regula...
[INFO] [stdout]       |                   ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |                   |
[INFO] [stdout]       |                   the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 10225 | pub fn osc32ksel (& mut self) -> Osc32kselW <'_,  Sopt1Spec > { Osc32kselW :: new (self , 18) } # [doc = "Bit 29 - USB voltage regulator in standby mode during VLPR and VLPW modes"]
[INFO] [stdout]       |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:10227:18
[INFO] [stdout]       |
[INFO] [stdout] 10227 | pub fn usbvstby (& mut self) -> UsbvstbyW < Sopt1Spec > { UsbvstbyW :: new (self , 29) } # [doc = "Bit 30 - USB voltage regulator...
[INFO] [stdout]       |                  ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |                  |
[INFO] [stdout]       |                  the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 10227 | pub fn usbvstby (& mut self) -> UsbvstbyW <'_,  Sopt1Spec > { UsbvstbyW :: new (self , 29) } # [doc = "Bit 30 - USB voltage regulator in standby mode during Stop, VLPS, LLS and VLLS modes."]
[INFO] [stdout]       |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:10229:18
[INFO] [stdout]       |
[INFO] [stdout] 10229 | pub fn usbsstby (& mut self) -> UsbsstbyW < Sopt1Spec > { UsbsstbyW :: new (self , 30) } # [doc = "Bit 31 - USB voltage regulator...
[INFO] [stdout]       |                  ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |                  |
[INFO] [stdout]       |                  the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 10229 | pub fn usbsstby (& mut self) -> UsbsstbyW <'_,  Sopt1Spec > { UsbsstbyW :: new (self , 30) } # [doc = "Bit 31 - USB voltage regulator enable"]
[INFO] [stdout]       |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:10231:18
[INFO] [stdout]       |
[INFO] [stdout] 10231 | pub fn usbregen (& mut self) -> UsbregenW < Sopt1Spec > { UsbregenW :: new (self , 31) } } # [doc = "System Options Register 1\n\...
[INFO] [stdout]       |                  ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |                  |
[INFO] [stdout]       |                  the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 10231 | pub fn usbregen (& mut self) -> UsbregenW <'_,  Sopt1Spec > { UsbregenW :: new (self , 31) } } # [doc = "System Options Register 1\n\nYou can [`read`](crate::Reg::read) this register and get [`sopt1::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`sopt1::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:10303:14
[INFO] [stdout]       |
[INFO] [stdout] 10303 | pub fn urwe (& mut self) -> UrweW < Sopt1cfgSpec > { UrweW :: new (self , 24) } # [doc = "Bit 25 - USB voltage regulator VLP stan...
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 10303 | pub fn urwe (& mut self) -> UrweW <'_,  Sopt1cfgSpec > { UrweW :: new (self , 24) } # [doc = "Bit 25 - USB voltage regulator VLP standby write enable"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:10305:15
[INFO] [stdout]       |
[INFO] [stdout] 10305 | pub fn uvswe (& mut self) -> UvsweW < Sopt1cfgSpec > { UvsweW :: new (self , 25) } # [doc = "Bit 26 - USB voltage regulator stop ...
[INFO] [stdout]       |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |               |
[INFO] [stdout]       |               the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 10305 | pub fn uvswe (& mut self) -> UvsweW <'_,  Sopt1cfgSpec > { UvsweW :: new (self , 25) } # [doc = "Bit 26 - USB voltage regulator stop standby write enable"]
[INFO] [stdout]       |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:10307:15
[INFO] [stdout]       |
[INFO] [stdout] 10307 | pub fn usswe (& mut self) -> UssweW < Sopt1cfgSpec > { UssweW :: new (self , 26) } } # [doc = "SOPT1 Configuration Register\n\nYo...
[INFO] [stdout]       |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |               |
[INFO] [stdout]       |               the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 10307 | pub fn usswe (& mut self) -> UssweW <'_,  Sopt1cfgSpec > { UssweW :: new (self , 26) } } # [doc = "SOPT1 Configuration Register\n\nYou can [`read`](crate::Reg::read) this register and get [`sopt1cfg::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`sopt1cfg::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:10472:22
[INFO] [stdout]       |
[INFO] [stdout] 10472 | pub fn rtcclkoutsel (& mut self) -> RtcclkoutselW < Sopt2Spec > { RtcclkoutselW :: new (self , 4) } # [doc = "Bits 5:7 - CLKOUT s...
[INFO] [stdout]       |                      ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |                      |
[INFO] [stdout]       |                      the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 10472 | pub fn rtcclkoutsel (& mut self) -> RtcclkoutselW <'_,  Sopt2Spec > { RtcclkoutselW :: new (self , 4) } # [doc = "Bits 5:7 - CLKOUT select"]
[INFO] [stdout]       |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:10474:19
[INFO] [stdout]       |
[INFO] [stdout] 10474 | pub fn clkoutsel (& mut self) -> ClkoutselW < Sopt2Spec > { ClkoutselW :: new (self , 5) } # [doc = "Bit 16 - PLL/FLL clock select"]
[INFO] [stdout]       |                   ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |                   |
[INFO] [stdout]       |                   the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 10474 | pub fn clkoutsel (& mut self) -> ClkoutselW <'_,  Sopt2Spec > { ClkoutselW :: new (self , 5) } # [doc = "Bit 16 - PLL/FLL clock select"]
[INFO] [stdout]       |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:10476:19
[INFO] [stdout]       |
[INFO] [stdout] 10476 | pub fn pllfllsel (& mut self) -> PllfllselW < Sopt2Spec > { PllfllselW :: new (self , 16) } # [doc = "Bit 18 - USB clock source s...
[INFO] [stdout]       |                   ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |                   |
[INFO] [stdout]       |                   the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 10476 | pub fn pllfllsel (& mut self) -> PllfllselW <'_,  Sopt2Spec > { PllfllselW :: new (self , 16) } # [doc = "Bit 18 - USB clock source select"]
[INFO] [stdout]       |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:10478:16
[INFO] [stdout]       |
[INFO] [stdout] 10478 | pub fn usbsrc (& mut self) -> UsbsrcW < Sopt2Spec > { UsbsrcW :: new (self , 18) } # [doc = "Bits 24:25 - TPM clock source select"]
[INFO] [stdout]       |                ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |                |
[INFO] [stdout]       |                the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 10478 | pub fn usbsrc (& mut self) -> UsbsrcW <'_,  Sopt2Spec > { UsbsrcW :: new (self , 18) } # [doc = "Bits 24:25 - TPM clock source select"]
[INFO] [stdout]       |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:10480:16
[INFO] [stdout]       |
[INFO] [stdout] 10480 | pub fn tpmsrc (& mut self) -> TpmsrcW < Sopt2Spec > { TpmsrcW :: new (self , 24) } # [doc = "Bits 26:27 - UART0 clock source sele...
[INFO] [stdout]       |                ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |                |
[INFO] [stdout]       |                the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 10480 | pub fn tpmsrc (& mut self) -> TpmsrcW <'_,  Sopt2Spec > { TpmsrcW :: new (self , 24) } # [doc = "Bits 26:27 - UART0 clock source select"]
[INFO] [stdout]       |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:10482:18
[INFO] [stdout]       |
[INFO] [stdout] 10482 | pub fn uart0src (& mut self) -> Uart0srcW < Sopt2Spec > { Uart0srcW :: new (self , 26) } } # [doc = "System Options Register 2\n\...
[INFO] [stdout]       |                  ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |                  |
[INFO] [stdout]       |                  the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 10482 | pub fn uart0src (& mut self) -> Uart0srcW <'_,  Sopt2Spec > { Uart0srcW :: new (self , 26) } } # [doc = "System Options Register 2\n\nYou can [`read`](crate::Reg::read) this register and get [`sopt2::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`sopt2::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:10594:20
[INFO] [stdout]       |
[INFO] [stdout] 10594 | pub fn tpm1ch0src (& mut self) -> Tpm1ch0srcW < Sopt4Spec > { Tpm1ch0srcW :: new (self , 18) } # [doc = "Bit 20 - TPM2 channel 0 ...
[INFO] [stdout]       |                    ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |                    |
[INFO] [stdout]       |                    the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 10594 | pub fn tpm1ch0src (& mut self) -> Tpm1ch0srcW <'_,  Sopt4Spec > { Tpm1ch0srcW :: new (self , 18) } # [doc = "Bit 20 - TPM2 channel 0 input capture source select"]
[INFO] [stdout]       |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:10596:20
[INFO] [stdout]       |
[INFO] [stdout] 10596 | pub fn tpm2ch0src (& mut self) -> Tpm2ch0srcW < Sopt4Spec > { Tpm2ch0srcW :: new (self , 20) } # [doc = "Bit 24 - TPM0 External C...
[INFO] [stdout]       |                    ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |                    |
[INFO] [stdout]       |                    the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 10596 | pub fn tpm2ch0src (& mut self) -> Tpm2ch0srcW <'_,  Sopt4Spec > { Tpm2ch0srcW :: new (self , 20) } # [doc = "Bit 24 - TPM0 External Clock Pin Select"]
[INFO] [stdout]       |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:10598:20
[INFO] [stdout]       |
[INFO] [stdout] 10598 | pub fn tpm0clksel (& mut self) -> Tpm0clkselW < Sopt4Spec > { Tpm0clkselW :: new (self , 24) } # [doc = "Bit 25 - TPM1 External C...
[INFO] [stdout]       |                    ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |                    |
[INFO] [stdout]       |                    the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 10598 | pub fn tpm0clksel (& mut self) -> Tpm0clkselW <'_,  Sopt4Spec > { Tpm0clkselW :: new (self , 24) } # [doc = "Bit 25 - TPM1 External Clock Pin Select"]
[INFO] [stdout]       |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:10600:20
[INFO] [stdout]       |
[INFO] [stdout] 10600 | pub fn tpm1clksel (& mut self) -> Tpm1clkselW < Sopt4Spec > { Tpm1clkselW :: new (self , 25) } # [doc = "Bit 26 - TPM2 External C...
[INFO] [stdout]       |                    ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |                    |
[INFO] [stdout]       |                    the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 10600 | pub fn tpm1clksel (& mut self) -> Tpm1clkselW <'_,  Sopt4Spec > { Tpm1clkselW :: new (self , 25) } # [doc = "Bit 26 - TPM2 External Clock Pin Select"]
[INFO] [stdout]       |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:10602:20
[INFO] [stdout]       |
[INFO] [stdout] 10602 | pub fn tpm2clksel (& mut self) -> Tpm2clkselW < Sopt4Spec > { Tpm2clkselW :: new (self , 26) } } # [doc = "System Options Registe...
[INFO] [stdout]       |                    ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |                    |
[INFO] [stdout]       |                    the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 10602 | pub fn tpm2clksel (& mut self) -> Tpm2clkselW <'_,  Sopt4Spec > { Tpm2clkselW :: new (self , 26) } } # [doc = "System Options Register 4\n\nYou can [`read`](crate::Reg::read) this register and get [`sopt4::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`sopt4::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:10766:20
[INFO] [stdout]       |
[INFO] [stdout] 10766 | pub fn uart0txsrc (& mut self) -> Uart0txsrcW < Sopt5Spec > { Uart0txsrcW :: new (self , 0) } # [doc = "Bit 2 - UART0 receive dat...
[INFO] [stdout]       |                    ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |                    |
[INFO] [stdout]       |                    the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 10766 | pub fn uart0txsrc (& mut self) -> Uart0txsrcW <'_,  Sopt5Spec > { Uart0txsrcW :: new (self , 0) } # [doc = "Bit 2 - UART0 receive data source select"]
[INFO] [stdout]       |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:10768:20
[INFO] [stdout]       |
[INFO] [stdout] 10768 | pub fn uart0rxsrc (& mut self) -> Uart0rxsrcW < Sopt5Spec > { Uart0rxsrcW :: new (self , 2) } # [doc = "Bits 4:5 - UART1 transmit...
[INFO] [stdout]       |                    ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |                    |
[INFO] [stdout]       |                    the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 10768 | pub fn uart0rxsrc (& mut self) -> Uart0rxsrcW <'_,  Sopt5Spec > { Uart0rxsrcW :: new (self , 2) } # [doc = "Bits 4:5 - UART1 transmit data source select"]
[INFO] [stdout]       |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:10770:20
[INFO] [stdout]       |
[INFO] [stdout] 10770 | pub fn uart1txsrc (& mut self) -> Uart1txsrcW < Sopt5Spec > { Uart1txsrcW :: new (self , 4) } # [doc = "Bit 6 - UART1 receive dat...
[INFO] [stdout]       |                    ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |                    |
[INFO] [stdout]       |                    the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 10770 | pub fn uart1txsrc (& mut self) -> Uart1txsrcW <'_,  Sopt5Spec > { Uart1txsrcW :: new (self , 4) } # [doc = "Bit 6 - UART1 receive data source select"]
[INFO] [stdout]       |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:10772:20
[INFO] [stdout]       |
[INFO] [stdout] 10772 | pub fn uart1rxsrc (& mut self) -> Uart1rxsrcW < Sopt5Spec > { Uart1rxsrcW :: new (self , 6) } # [doc = "Bit 16 - UART0 Open Drain...
[INFO] [stdout]       |                    ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |                    |
[INFO] [stdout]       |                    the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 10772 | pub fn uart1rxsrc (& mut self) -> Uart1rxsrcW <'_,  Sopt5Spec > { Uart1rxsrcW :: new (self , 6) } # [doc = "Bit 16 - UART0 Open Drain Enable"]
[INFO] [stdout]       |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:10774:18
[INFO] [stdout]       |
[INFO] [stdout] 10774 | pub fn uart0ode (& mut self) -> Uart0odeW < Sopt5Spec > { Uart0odeW :: new (self , 16) } # [doc = "Bit 17 - UART1 Open Drain Enab...
[INFO] [stdout]       |                  ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |                  |
[INFO] [stdout]       |                  the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 10774 | pub fn uart0ode (& mut self) -> Uart0odeW <'_,  Sopt5Spec > { Uart0odeW :: new (self , 16) } # [doc = "Bit 17 - UART1 Open Drain Enable"]
[INFO] [stdout]       |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:10776:18
[INFO] [stdout]       |
[INFO] [stdout] 10776 | pub fn uart1ode (& mut self) -> Uart1odeW < Sopt5Spec > { Uart1odeW :: new (self , 17) } # [doc = "Bit 18 - UART2 Open Drain Enab...
[INFO] [stdout]       |                  ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |                  |
[INFO] [stdout]       |                  the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 10776 | pub fn uart1ode (& mut self) -> Uart1odeW <'_,  Sopt5Spec > { Uart1odeW :: new (self , 17) } # [doc = "Bit 18 - UART2 Open Drain Enable"]
[INFO] [stdout]       |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:10778:18
[INFO] [stdout]       |
[INFO] [stdout] 10778 | pub fn uart2ode (& mut self) -> Uart2odeW < Sopt5Spec > { Uart2odeW :: new (self , 18) } } # [doc = "System Options Register 5\n\...
[INFO] [stdout]       |                  ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |                  |
[INFO] [stdout]       |                  the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 10778 | pub fn uart2ode (& mut self) -> Uart2odeW <'_,  Sopt5Spec > { Uart2odeW :: new (self , 18) } } # [doc = "System Options Register 5\n\nYou can [`read`](crate::Reg::read) this register and get [`sopt5::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`sopt5::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:10891:20
[INFO] [stdout]       |
[INFO] [stdout] 10891 | pub fn adc0trgsel (& mut self) -> Adc0trgselW < Sopt7Spec > { Adc0trgselW :: new (self , 0) } # [doc = "Bit 4 - ADC0 pretrigger s...
[INFO] [stdout]       |                    ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |                    |
[INFO] [stdout]       |                    the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 10891 | pub fn adc0trgsel (& mut self) -> Adc0trgselW <'_,  Sopt7Spec > { Adc0trgselW :: new (self , 0) } # [doc = "Bit 4 - ADC0 pretrigger select"]
[INFO] [stdout]       |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:10893:23
[INFO] [stdout]       |
[INFO] [stdout] 10893 | pub fn adc0pretrgsel (& mut self) -> Adc0pretrgselW < Sopt7Spec > { Adc0pretrgselW :: new (self , 4) } # [doc = "Bit 7 - ADC0 alt...
[INFO] [stdout]       |                       ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |                       |
[INFO] [stdout]       |                       the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 10893 | pub fn adc0pretrgsel (& mut self) -> Adc0pretrgselW <'_,  Sopt7Spec > { Adc0pretrgselW :: new (self , 4) } # [doc = "Bit 7 - ADC0 alternate trigger enable"]
[INFO] [stdout]       |                                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:10895:22
[INFO] [stdout]       |
[INFO] [stdout] 10895 | pub fn adc0alttrgen (& mut self) -> Adc0alttrgenW < Sopt7Spec > { Adc0alttrgenW :: new (self , 7) } } # [doc = "System Options Re...
[INFO] [stdout]       |                      ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |                      |
[INFO] [stdout]       |                      the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 10895 | pub fn adc0alttrgen (& mut self) -> Adc0alttrgenW <'_,  Sopt7Spec > { Adc0alttrgenW :: new (self , 7) } } # [doc = "System Options Register 7\n\nYou can [`read`](crate::Reg::read) this register and get [`sopt7::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`sopt7::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:11226:14
[INFO] [stdout]       |
[INFO] [stdout] 11226 | pub fn i2c0 (& mut self) -> I2c0W < Scgc4Spec > { I2c0W :: new (self , 6) } # [doc = "Bit 7 - I2C1 Clock Gate Control"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 11226 | pub fn i2c0 (& mut self) -> I2c0W <'_,  Scgc4Spec > { I2c0W :: new (self , 6) } # [doc = "Bit 7 - I2C1 Clock Gate Control"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:11228:14
[INFO] [stdout]       |
[INFO] [stdout] 11228 | pub fn i2c1 (& mut self) -> I2c1W < Scgc4Spec > { I2c1W :: new (self , 7) } # [doc = "Bit 10 - UART0 Clock Gate Control"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 11228 | pub fn i2c1 (& mut self) -> I2c1W <'_,  Scgc4Spec > { I2c1W :: new (self , 7) } # [doc = "Bit 10 - UART0 Clock Gate Control"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:11230:15
[INFO] [stdout]       |
[INFO] [stdout] 11230 | pub fn uart0 (& mut self) -> Uart0W < Scgc4Spec > { Uart0W :: new (self , 10) } # [doc = "Bit 11 - UART1 Clock Gate Control"]
[INFO] [stdout]       |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |               |
[INFO] [stdout]       |               the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 11230 | pub fn uart0 (& mut self) -> Uart0W <'_,  Scgc4Spec > { Uart0W :: new (self , 10) } # [doc = "Bit 11 - UART1 Clock Gate Control"]
[INFO] [stdout]       |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:11232:15
[INFO] [stdout]       |
[INFO] [stdout] 11232 | pub fn uart1 (& mut self) -> Uart1W < Scgc4Spec > { Uart1W :: new (self , 11) } # [doc = "Bit 12 - UART2 Clock Gate Control"]
[INFO] [stdout]       |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |               |
[INFO] [stdout]       |               the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 11232 | pub fn uart1 (& mut self) -> Uart1W <'_,  Scgc4Spec > { Uart1W :: new (self , 11) } # [doc = "Bit 12 - UART2 Clock Gate Control"]
[INFO] [stdout]       |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:11234:15
[INFO] [stdout]       |
[INFO] [stdout] 11234 | pub fn uart2 (& mut self) -> Uart2W < Scgc4Spec > { Uart2W :: new (self , 12) } # [doc = "Bit 18 - USB Clock Gate Control"]
[INFO] [stdout]       |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |               |
[INFO] [stdout]       |               the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 11234 | pub fn uart2 (& mut self) -> Uart2W <'_,  Scgc4Spec > { Uart2W :: new (self , 12) } # [doc = "Bit 18 - USB Clock Gate Control"]
[INFO] [stdout]       |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:11236:16
[INFO] [stdout]       |
[INFO] [stdout] 11236 | pub fn usbotg (& mut self) -> UsbotgW < Scgc4Spec > { UsbotgW :: new (self , 18) } # [doc = "Bit 19 - Comparator Clock Gate Contr...
[INFO] [stdout]       |                ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |                |
[INFO] [stdout]       |                the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 11236 | pub fn usbotg (& mut self) -> UsbotgW <'_,  Scgc4Spec > { UsbotgW :: new (self , 18) } # [doc = "Bit 19 - Comparator Clock Gate Control"]
[INFO] [stdout]       |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:11238:13
[INFO] [stdout]       |
[INFO] [stdout] 11238 | pub fn cmp (& mut self) -> CmpW < Scgc4Spec > { CmpW :: new (self , 19) } # [doc = "Bit 22 - SPI0 Clock Gate Control"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 11238 | pub fn cmp (& mut self) -> CmpW <'_,  Scgc4Spec > { CmpW :: new (self , 19) } # [doc = "Bit 22 - SPI0 Clock Gate Control"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:11240:14
[INFO] [stdout]       |
[INFO] [stdout] 11240 | pub fn spi0 (& mut self) -> Spi0W < Scgc4Spec > { Spi0W :: new (self , 22) } # [doc = "Bit 23 - SPI1 Clock Gate Control"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 11240 | pub fn spi0 (& mut self) -> Spi0W <'_,  Scgc4Spec > { Spi0W :: new (self , 22) } # [doc = "Bit 23 - SPI1 Clock Gate Control"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:11242:14
[INFO] [stdout]       |
[INFO] [stdout] 11242 | pub fn spi1 (& mut self) -> Spi1W < Scgc4Spec > { Spi1W :: new (self , 23) } } # [doc = "System Clock Gating Control Register 4\n...
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 11242 | pub fn spi1 (& mut self) -> Spi1W <'_,  Scgc4Spec > { Spi1W :: new (self , 23) } } # [doc = "System Clock Gating Control Register 4\n\nYou can [`read`](crate::Reg::read) this register and get [`scgc4::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`scgc4::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:11394:15
[INFO] [stdout]       |
[INFO] [stdout] 11394 | pub fn lptmr (& mut self) -> LptmrW < Scgc5Spec > { LptmrW :: new (self , 0) } # [doc = "Bit 5 - TSI Access Control"]
[INFO] [stdout]       |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |               |
[INFO] [stdout]       |               the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 11394 | pub fn lptmr (& mut self) -> LptmrW <'_,  Scgc5Spec > { LptmrW :: new (self , 0) } # [doc = "Bit 5 - TSI Access Control"]
[INFO] [stdout]       |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:11396:13
[INFO] [stdout]       |
[INFO] [stdout] 11396 | pub fn tsi (& mut self) -> TsiW < Scgc5Spec > { TsiW :: new (self , 5) } # [doc = "Bit 9 - Port A Clock Gate Control"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 11396 | pub fn tsi (& mut self) -> TsiW <'_,  Scgc5Spec > { TsiW :: new (self , 5) } # [doc = "Bit 9 - Port A Clock Gate Control"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:11398:15
[INFO] [stdout]       |
[INFO] [stdout] 11398 | pub fn porta (& mut self) -> PortaW < Scgc5Spec > { PortaW :: new (self , 9) } # [doc = "Bit 10 - Port B Clock Gate Control"]
[INFO] [stdout]       |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |               |
[INFO] [stdout]       |               the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 11398 | pub fn porta (& mut self) -> PortaW <'_,  Scgc5Spec > { PortaW :: new (self , 9) } # [doc = "Bit 10 - Port B Clock Gate Control"]
[INFO] [stdout]       |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:11400:15
[INFO] [stdout]       |
[INFO] [stdout] 11400 | pub fn portb (& mut self) -> PortbW < Scgc5Spec > { PortbW :: new (self , 10) } # [doc = "Bit 11 - Port C Clock Gate Control"]
[INFO] [stdout]       |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |               |
[INFO] [stdout]       |               the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 11400 | pub fn portb (& mut self) -> PortbW <'_,  Scgc5Spec > { PortbW :: new (self , 10) } # [doc = "Bit 11 - Port C Clock Gate Control"]
[INFO] [stdout]       |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:11402:15
[INFO] [stdout]       |
[INFO] [stdout] 11402 | pub fn portc (& mut self) -> PortcW < Scgc5Spec > { PortcW :: new (self , 11) } # [doc = "Bit 12 - Port D Clock Gate Control"]
[INFO] [stdout]       |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |               |
[INFO] [stdout]       |               the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 11402 | pub fn portc (& mut self) -> PortcW <'_,  Scgc5Spec > { PortcW :: new (self , 11) } # [doc = "Bit 12 - Port D Clock Gate Control"]
[INFO] [stdout]       |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:11404:15
[INFO] [stdout]       |
[INFO] [stdout] 11404 | pub fn portd (& mut self) -> PortdW < Scgc5Spec > { PortdW :: new (self , 12) } # [doc = "Bit 13 - Port E Clock Gate Control"]
[INFO] [stdout]       |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |               |
[INFO] [stdout]       |               the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 11404 | pub fn portd (& mut self) -> PortdW <'_,  Scgc5Spec > { PortdW :: new (self , 12) } # [doc = "Bit 13 - Port E Clock Gate Control"]
[INFO] [stdout]       |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:11406:15
[INFO] [stdout]       |
[INFO] [stdout] 11406 | pub fn porte (& mut self) -> PorteW < Scgc5Spec > { PorteW :: new (self , 13) } } # [doc = "System Clock Gating Control Register ...
[INFO] [stdout]       |               ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |               |
[INFO] [stdout]       |               the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 11406 | pub fn porte (& mut self) -> PorteW <'_,  Scgc5Spec > { PorteW :: new (self , 13) } } # [doc = "System Clock Gating Control Register 5\n\nYou can [`read`](crate::Reg::read) this register and get [`scgc5::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`scgc5::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:11598:13
[INFO] [stdout]       |
[INFO] [stdout] 11598 | pub fn ftf (& mut self) -> FtfW < Scgc6Spec > { FtfW :: new (self , 0) } # [doc = "Bit 1 - DMA Mux Clock Gate Control"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 11598 | pub fn ftf (& mut self) -> FtfW <'_,  Scgc6Spec > { FtfW :: new (self , 0) } # [doc = "Bit 1 - DMA Mux Clock Gate Control"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:11600:16
[INFO] [stdout]       |
[INFO] [stdout] 11600 | pub fn dmamux (& mut self) -> DmamuxW < Scgc6Spec > { DmamuxW :: new (self , 1) } # [doc = "Bit 23 - PIT Clock Gate Control"]
[INFO] [stdout]       |                ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |                |
[INFO] [stdout]       |                the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 11600 | pub fn dmamux (& mut self) -> DmamuxW <'_,  Scgc6Spec > { DmamuxW :: new (self , 1) } # [doc = "Bit 23 - PIT Clock Gate Control"]
[INFO] [stdout]       |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:11602:13
[INFO] [stdout]       |
[INFO] [stdout] 11602 | pub fn pit (& mut self) -> PitW < Scgc6Spec > { PitW :: new (self , 23) } # [doc = "Bit 24 - TPM0 Clock Gate Control"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 11602 | pub fn pit (& mut self) -> PitW <'_,  Scgc6Spec > { PitW :: new (self , 23) } # [doc = "Bit 24 - TPM0 Clock Gate Control"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:11604:14
[INFO] [stdout]       |
[INFO] [stdout] 11604 | pub fn tpm0 (& mut self) -> Tpm0W < Scgc6Spec > { Tpm0W :: new (self , 24) } # [doc = "Bit 25 - TPM1 Clock Gate Control"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 11604 | pub fn tpm0 (& mut self) -> Tpm0W <'_,  Scgc6Spec > { Tpm0W :: new (self , 24) } # [doc = "Bit 25 - TPM1 Clock Gate Control"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:11606:14
[INFO] [stdout]       |
[INFO] [stdout] 11606 | pub fn tpm1 (& mut self) -> Tpm1W < Scgc6Spec > { Tpm1W :: new (self , 25) } # [doc = "Bit 26 - TPM2 Clock Gate Control"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 11606 | pub fn tpm1 (& mut self) -> Tpm1W <'_,  Scgc6Spec > { Tpm1W :: new (self , 25) } # [doc = "Bit 26 - TPM2 Clock Gate Control"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:11608:14
[INFO] [stdout]       |
[INFO] [stdout] 11608 | pub fn tpm2 (& mut self) -> Tpm2W < Scgc6Spec > { Tpm2W :: new (self , 26) } # [doc = "Bit 27 - ADC0 Clock Gate Control"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 11608 | pub fn tpm2 (& mut self) -> Tpm2W <'_,  Scgc6Spec > { Tpm2W :: new (self , 26) } # [doc = "Bit 27 - ADC0 Clock Gate Control"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:11610:14
[INFO] [stdout]       |
[INFO] [stdout] 11610 | pub fn adc0 (& mut self) -> Adc0W < Scgc6Spec > { Adc0W :: new (self , 27) } # [doc = "Bit 29 - RTC Access Control"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 11610 | pub fn adc0 (& mut self) -> Adc0W <'_,  Scgc6Spec > { Adc0W :: new (self , 27) } # [doc = "Bit 29 - RTC Access Control"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:11612:13
[INFO] [stdout]       |
[INFO] [stdout] 11612 | pub fn rtc (& mut self) -> RtcW < Scgc6Spec > { RtcW :: new (self , 29) } # [doc = "Bit 31 - DAC0 Clock Gate Control"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 11612 | pub fn rtc (& mut self) -> RtcW <'_,  Scgc6Spec > { RtcW :: new (self , 29) } # [doc = "Bit 31 - DAC0 Clock Gate Control"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:11614:14
[INFO] [stdout]       |
[INFO] [stdout] 11614 | pub fn dac0 (& mut self) -> Dac0W < Scgc6Spec > { Dac0W :: new (self , 31) } } # [doc = "System Clock Gating Control Register 6\n...
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 11614 | pub fn dac0 (& mut self) -> Dac0W <'_,  Scgc6Spec > { Dac0W :: new (self , 31) } } # [doc = "System Clock Gating Control Register 6\n\nYou can [`read`](crate::Reg::read) this register and get [`scgc6::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`scgc6::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:11646:13
[INFO] [stdout]       |
[INFO] [stdout] 11646 | pub fn dma (& mut self) -> DmaW < Scgc7Spec > { DmaW :: new (self , 8) } } # [doc = "System Clock Gating Control Register 7\n\nYo...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 11646 | pub fn dma (& mut self) -> DmaW <'_,  Scgc7Spec > { DmaW :: new (self , 8) } } # [doc = "System Clock Gating Control Register 7\n\nYou can [`read`](crate::Reg::read) this register and get [`scgc7::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`scgc7::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:11800:17
[INFO] [stdout]       |
[INFO] [stdout] 11800 | pub fn outdiv4 (& mut self) -> Outdiv4W < Clkdiv1Spec > { Outdiv4W :: new (self , 16) } # [doc = "Bits 28:31 - Clock 1 output div...
[INFO] [stdout]       |                 ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |                 |
[INFO] [stdout]       |                 the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 11800 | pub fn outdiv4 (& mut self) -> Outdiv4W <'_,  Clkdiv1Spec > { Outdiv4W :: new (self , 16) } # [doc = "Bits 28:31 - Clock 1 output divider value"]
[INFO] [stdout]       |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:11802:17
[INFO] [stdout]       |
[INFO] [stdout] 11802 | pub fn outdiv1 (& mut self) -> Outdiv1W < Clkdiv1Spec > { Outdiv1W :: new (self , 28) } } # [doc = "System Clock Divider Register...
[INFO] [stdout]       |                 ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |                 |
[INFO] [stdout]       |                 the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 11802 | pub fn outdiv1 (& mut self) -> Outdiv1W <'_,  Clkdiv1Spec > { Outdiv1W :: new (self , 28) } } # [doc = "System Clock Divider Register 1\n\nYou can [`read`](crate::Reg::read) this register and get [`clkdiv1::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`clkdiv1::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:11885:18
[INFO] [stdout]       |
[INFO] [stdout] 11885 | pub fn flashdis (& mut self) -> FlashdisW < Fcfg1Spec > { FlashdisW :: new (self , 0) } # [doc = "Bit 1 - Flash Doze"]
[INFO] [stdout]       |                  ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |                  |
[INFO] [stdout]       |                  the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 11885 | pub fn flashdis (& mut self) -> FlashdisW <'_,  Fcfg1Spec > { FlashdisW :: new (self , 0) } # [doc = "Bit 1 - Flash Doze"]
[INFO] [stdout]       |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:11887:19
[INFO] [stdout]       |
[INFO] [stdout] 11887 | pub fn flashdoze (& mut self) -> FlashdozeW < Fcfg1Spec > { FlashdozeW :: new (self , 1) } } # [doc = "Flash Configuration Regist...
[INFO] [stdout]       |                   ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |                   |
[INFO] [stdout]       |                   the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 11887 | pub fn flashdoze (& mut self) -> FlashdozeW <'_,  Fcfg1Spec > { FlashdozeW :: new (self , 1) } } # [doc = "Flash Configuration Register 1\n\nYou can [`read`](crate::Reg::read) this register and get [`fcfg1::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`fcfg1::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:12014:14
[INFO] [stdout]       |
[INFO] [stdout] 12014 | pub fn copw (& mut self) -> CopwW < CopcSpec > { CopwW :: new (self , 0) } # [doc = "Bit 1 - COP Clock Select"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 12014 | pub fn copw (& mut self) -> CopwW <'_,  CopcSpec > { CopwW :: new (self , 0) } # [doc = "Bit 1 - COP Clock Select"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:12016:17
[INFO] [stdout]       |
[INFO] [stdout] 12016 | pub fn copclks (& mut self) -> CopclksW < CopcSpec > { CopclksW :: new (self , 1) } # [doc = "Bits 2:3 - COP Watchdog Timeout"]
[INFO] [stdout]       |                 ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |                 |
[INFO] [stdout]       |                 the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 12016 | pub fn copclks (& mut self) -> CopclksW <'_,  CopcSpec > { CopclksW :: new (self , 1) } # [doc = "Bits 2:3 - COP Watchdog Timeout"]
[INFO] [stdout]       |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:12018:14
[INFO] [stdout]       |
[INFO] [stdout] 12018 | pub fn copt (& mut self) -> CoptW < CopcSpec > { CoptW :: new (self , 2) } } # [doc = "COP Control Register\n\nYou can [`read`](c...
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 12018 | pub fn copt (& mut self) -> CoptW <'_,  CopcSpec > { CoptW :: new (self , 2) } } # [doc = "COP Control Register\n\nYou can [`read`](crate::Reg::read) this register and get [`copc::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`copc::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:12030:16
[INFO] [stdout]       |
[INFO] [stdout] 12030 | pub fn srvcop (& mut self) -> SrvcopW < SrvcopSpec > { SrvcopW :: new (self , 0) } } # [doc = "Service COP Register\n\nYou can [`...
[INFO] [stdout]       |                ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |                |
[INFO] [stdout]       |                the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 12030 | pub fn srvcop (& mut self) -> SrvcopW <'_,  SrvcopSpec > { SrvcopW :: new (self , 0) } } # [doc = "Service COP Register\n\nYou can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`srvcop::W`](W). See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:12341:12
[INFO] [stdout]       |
[INFO] [stdout] 12341 | pub fn pe (& mut self) -> PeW < Pcr0Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 12341 | pub fn pe (& mut self) -> PeW <'_,  Pcr0Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:12343:13
[INFO] [stdout]       |
[INFO] [stdout] 12343 | pub fn mux (& mut self) -> MuxW < Pcr0Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 12343 | pub fn mux (& mut self) -> MuxW <'_,  Pcr0Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:12345:14
[INFO] [stdout]       |
[INFO] [stdout] 12345 | pub fn irqc (& mut self) -> IrqcW < Pcr0Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 12345 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr0Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:12347:13
[INFO] [stdout]       |
[INFO] [stdout] 12347 | pub fn isf (& mut self) -> IsfW < Pcr0Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](c...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 12347 | pub fn isf (& mut self) -> IsfW <'_,  Pcr0Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr0::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr0::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:12566:12
[INFO] [stdout]       |
[INFO] [stdout] 12566 | pub fn pe (& mut self) -> PeW < Pcr1Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 12566 | pub fn pe (& mut self) -> PeW <'_,  Pcr1Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:12568:13
[INFO] [stdout]       |
[INFO] [stdout] 12568 | pub fn mux (& mut self) -> MuxW < Pcr1Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 12568 | pub fn mux (& mut self) -> MuxW <'_,  Pcr1Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:12570:14
[INFO] [stdout]       |
[INFO] [stdout] 12570 | pub fn irqc (& mut self) -> IrqcW < Pcr1Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 12570 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr1Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:12572:13
[INFO] [stdout]       |
[INFO] [stdout] 12572 | pub fn isf (& mut self) -> IsfW < Pcr1Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](c...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 12572 | pub fn isf (& mut self) -> IsfW <'_,  Pcr1Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr1::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr1::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:12791:12
[INFO] [stdout]       |
[INFO] [stdout] 12791 | pub fn pe (& mut self) -> PeW < Pcr2Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 12791 | pub fn pe (& mut self) -> PeW <'_,  Pcr2Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:12793:13
[INFO] [stdout]       |
[INFO] [stdout] 12793 | pub fn mux (& mut self) -> MuxW < Pcr2Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 12793 | pub fn mux (& mut self) -> MuxW <'_,  Pcr2Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:12795:14
[INFO] [stdout]       |
[INFO] [stdout] 12795 | pub fn irqc (& mut self) -> IrqcW < Pcr2Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 12795 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr2Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:12797:13
[INFO] [stdout]       |
[INFO] [stdout] 12797 | pub fn isf (& mut self) -> IsfW < Pcr2Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](c...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 12797 | pub fn isf (& mut self) -> IsfW <'_,  Pcr2Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr2::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr2::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:13016:12
[INFO] [stdout]       |
[INFO] [stdout] 13016 | pub fn pe (& mut self) -> PeW < Pcr3Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 13016 | pub fn pe (& mut self) -> PeW <'_,  Pcr3Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:13018:13
[INFO] [stdout]       |
[INFO] [stdout] 13018 | pub fn mux (& mut self) -> MuxW < Pcr3Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 13018 | pub fn mux (& mut self) -> MuxW <'_,  Pcr3Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:13020:14
[INFO] [stdout]       |
[INFO] [stdout] 13020 | pub fn irqc (& mut self) -> IrqcW < Pcr3Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 13020 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr3Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:13022:13
[INFO] [stdout]       |
[INFO] [stdout] 13022 | pub fn isf (& mut self) -> IsfW < Pcr3Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](c...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 13022 | pub fn isf (& mut self) -> IsfW <'_,  Pcr3Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr3::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr3::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:13246:12
[INFO] [stdout]       |
[INFO] [stdout] 13246 | pub fn pe (& mut self) -> PeW < Pcr4Spec > { PeW :: new (self , 1) } # [doc = "Bit 4 - Passive Filter Enable"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 13246 | pub fn pe (& mut self) -> PeW <'_,  Pcr4Spec > { PeW :: new (self , 1) } # [doc = "Bit 4 - Passive Filter Enable"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:13248:13
[INFO] [stdout]       |
[INFO] [stdout] 13248 | pub fn pfe (& mut self) -> PfeW < Pcr4Spec > { PfeW :: new (self , 4) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 13248 | pub fn pfe (& mut self) -> PfeW <'_,  Pcr4Spec > { PfeW :: new (self , 4) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:13250:13
[INFO] [stdout]       |
[INFO] [stdout] 13250 | pub fn mux (& mut self) -> MuxW < Pcr4Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 13250 | pub fn mux (& mut self) -> MuxW <'_,  Pcr4Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:13252:14
[INFO] [stdout]       |
[INFO] [stdout] 13252 | pub fn irqc (& mut self) -> IrqcW < Pcr4Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 13252 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr4Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:13254:13
[INFO] [stdout]       |
[INFO] [stdout] 13254 | pub fn isf (& mut self) -> IsfW < Pcr4Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](c...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 13254 | pub fn isf (& mut self) -> IsfW <'_,  Pcr4Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr4::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr4::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:13473:12
[INFO] [stdout]       |
[INFO] [stdout] 13473 | pub fn pe (& mut self) -> PeW < Pcr5Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 13473 | pub fn pe (& mut self) -> PeW <'_,  Pcr5Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:13475:13
[INFO] [stdout]       |
[INFO] [stdout] 13475 | pub fn mux (& mut self) -> MuxW < Pcr5Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 13475 | pub fn mux (& mut self) -> MuxW <'_,  Pcr5Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:13477:14
[INFO] [stdout]       |
[INFO] [stdout] 13477 | pub fn irqc (& mut self) -> IrqcW < Pcr5Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 13477 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr5Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:13479:13
[INFO] [stdout]       |
[INFO] [stdout] 13479 | pub fn isf (& mut self) -> IsfW < Pcr5Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](c...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 13479 | pub fn isf (& mut self) -> IsfW <'_,  Pcr5Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr5::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr5::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:13693:13
[INFO] [stdout]       |
[INFO] [stdout] 13693 | pub fn mux (& mut self) -> MuxW < Pcr6Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 13693 | pub fn mux (& mut self) -> MuxW <'_,  Pcr6Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:13695:14
[INFO] [stdout]       |
[INFO] [stdout] 13695 | pub fn irqc (& mut self) -> IrqcW < Pcr6Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 13695 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr6Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:13697:13
[INFO] [stdout]       |
[INFO] [stdout] 13697 | pub fn isf (& mut self) -> IsfW < Pcr6Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](c...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 13697 | pub fn isf (& mut self) -> IsfW <'_,  Pcr6Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr6::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr6::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:13911:13
[INFO] [stdout]       |
[INFO] [stdout] 13911 | pub fn mux (& mut self) -> MuxW < Pcr7Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 13911 | pub fn mux (& mut self) -> MuxW <'_,  Pcr7Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:13913:14
[INFO] [stdout]       |
[INFO] [stdout] 13913 | pub fn irqc (& mut self) -> IrqcW < Pcr7Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 13913 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr7Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:13915:13
[INFO] [stdout]       |
[INFO] [stdout] 13915 | pub fn isf (& mut self) -> IsfW < Pcr7Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](c...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 13915 | pub fn isf (& mut self) -> IsfW <'_,  Pcr7Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr7::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr7::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:14129:13
[INFO] [stdout]       |
[INFO] [stdout] 14129 | pub fn mux (& mut self) -> MuxW < Pcr8Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 14129 | pub fn mux (& mut self) -> MuxW <'_,  Pcr8Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:14131:14
[INFO] [stdout]       |
[INFO] [stdout] 14131 | pub fn irqc (& mut self) -> IrqcW < Pcr8Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 14131 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr8Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:14133:13
[INFO] [stdout]       |
[INFO] [stdout] 14133 | pub fn isf (& mut self) -> IsfW < Pcr8Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](c...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 14133 | pub fn isf (& mut self) -> IsfW <'_,  Pcr8Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr8::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr8::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:14347:13
[INFO] [stdout]       |
[INFO] [stdout] 14347 | pub fn mux (& mut self) -> MuxW < Pcr9Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 14347 | pub fn mux (& mut self) -> MuxW <'_,  Pcr9Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:14349:14
[INFO] [stdout]       |
[INFO] [stdout] 14349 | pub fn irqc (& mut self) -> IrqcW < Pcr9Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 14349 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr9Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:14351:13
[INFO] [stdout]       |
[INFO] [stdout] 14351 | pub fn isf (& mut self) -> IsfW < Pcr9Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](c...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 14351 | pub fn isf (& mut self) -> IsfW <'_,  Pcr9Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr9::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr9::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:14565:13
[INFO] [stdout]       |
[INFO] [stdout] 14565 | pub fn mux (& mut self) -> MuxW < Pcr10Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 14565 | pub fn mux (& mut self) -> MuxW <'_,  Pcr10Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:14567:14
[INFO] [stdout]       |
[INFO] [stdout] 14567 | pub fn irqc (& mut self) -> IrqcW < Pcr10Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 14567 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr10Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:14569:13
[INFO] [stdout]       |
[INFO] [stdout] 14569 | pub fn isf (& mut self) -> IsfW < Pcr10Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 14569 | pub fn isf (& mut self) -> IsfW <'_,  Pcr10Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr10::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr10::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:14783:13
[INFO] [stdout]       |
[INFO] [stdout] 14783 | pub fn mux (& mut self) -> MuxW < Pcr11Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 14783 | pub fn mux (& mut self) -> MuxW <'_,  Pcr11Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:14785:14
[INFO] [stdout]       |
[INFO] [stdout] 14785 | pub fn irqc (& mut self) -> IrqcW < Pcr11Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 14785 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr11Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:14787:13
[INFO] [stdout]       |
[INFO] [stdout] 14787 | pub fn isf (& mut self) -> IsfW < Pcr11Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 14787 | pub fn isf (& mut self) -> IsfW <'_,  Pcr11Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr11::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr11::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:15006:12
[INFO] [stdout]       |
[INFO] [stdout] 15006 | pub fn pe (& mut self) -> PeW < Pcr12Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 15006 | pub fn pe (& mut self) -> PeW <'_,  Pcr12Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:15008:13
[INFO] [stdout]       |
[INFO] [stdout] 15008 | pub fn mux (& mut self) -> MuxW < Pcr12Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 15008 | pub fn mux (& mut self) -> MuxW <'_,  Pcr12Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:15010:14
[INFO] [stdout]       |
[INFO] [stdout] 15010 | pub fn irqc (& mut self) -> IrqcW < Pcr12Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 15010 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr12Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:15012:13
[INFO] [stdout]       |
[INFO] [stdout] 15012 | pub fn isf (& mut self) -> IsfW < Pcr12Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 15012 | pub fn isf (& mut self) -> IsfW <'_,  Pcr12Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr12::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr12::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:15231:12
[INFO] [stdout]       |
[INFO] [stdout] 15231 | pub fn pe (& mut self) -> PeW < Pcr13Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 15231 | pub fn pe (& mut self) -> PeW <'_,  Pcr13Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:15233:13
[INFO] [stdout]       |
[INFO] [stdout] 15233 | pub fn mux (& mut self) -> MuxW < Pcr13Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 15233 | pub fn mux (& mut self) -> MuxW <'_,  Pcr13Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:15235:14
[INFO] [stdout]       |
[INFO] [stdout] 15235 | pub fn irqc (& mut self) -> IrqcW < Pcr13Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 15235 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr13Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:15237:13
[INFO] [stdout]       |
[INFO] [stdout] 15237 | pub fn isf (& mut self) -> IsfW < Pcr13Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 15237 | pub fn isf (& mut self) -> IsfW <'_,  Pcr13Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr13::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr13::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:15456:12
[INFO] [stdout]       |
[INFO] [stdout] 15456 | pub fn pe (& mut self) -> PeW < Pcr14Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 15456 | pub fn pe (& mut self) -> PeW <'_,  Pcr14Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:15458:13
[INFO] [stdout]       |
[INFO] [stdout] 15458 | pub fn mux (& mut self) -> MuxW < Pcr14Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 15458 | pub fn mux (& mut self) -> MuxW <'_,  Pcr14Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:15460:14
[INFO] [stdout]       |
[INFO] [stdout] 15460 | pub fn irqc (& mut self) -> IrqcW < Pcr14Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 15460 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr14Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:15462:13
[INFO] [stdout]       |
[INFO] [stdout] 15462 | pub fn isf (& mut self) -> IsfW < Pcr14Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 15462 | pub fn isf (& mut self) -> IsfW <'_,  Pcr14Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr14::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr14::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:15681:12
[INFO] [stdout]       |
[INFO] [stdout] 15681 | pub fn pe (& mut self) -> PeW < Pcr15Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 15681 | pub fn pe (& mut self) -> PeW <'_,  Pcr15Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:15683:13
[INFO] [stdout]       |
[INFO] [stdout] 15683 | pub fn mux (& mut self) -> MuxW < Pcr15Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 15683 | pub fn mux (& mut self) -> MuxW <'_,  Pcr15Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:15685:14
[INFO] [stdout]       |
[INFO] [stdout] 15685 | pub fn irqc (& mut self) -> IrqcW < Pcr15Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 15685 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr15Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:15687:13
[INFO] [stdout]       |
[INFO] [stdout] 15687 | pub fn isf (& mut self) -> IsfW < Pcr15Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 15687 | pub fn isf (& mut self) -> IsfW <'_,  Pcr15Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr15::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr15::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:15906:12
[INFO] [stdout]       |
[INFO] [stdout] 15906 | pub fn pe (& mut self) -> PeW < Pcr16Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 15906 | pub fn pe (& mut self) -> PeW <'_,  Pcr16Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:15908:13
[INFO] [stdout]       |
[INFO] [stdout] 15908 | pub fn mux (& mut self) -> MuxW < Pcr16Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 15908 | pub fn mux (& mut self) -> MuxW <'_,  Pcr16Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:15910:14
[INFO] [stdout]       |
[INFO] [stdout] 15910 | pub fn irqc (& mut self) -> IrqcW < Pcr16Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 15910 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr16Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:15912:13
[INFO] [stdout]       |
[INFO] [stdout] 15912 | pub fn isf (& mut self) -> IsfW < Pcr16Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 15912 | pub fn isf (& mut self) -> IsfW <'_,  Pcr16Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr16::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr16::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:16131:12
[INFO] [stdout]       |
[INFO] [stdout] 16131 | pub fn pe (& mut self) -> PeW < Pcr17Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 16131 | pub fn pe (& mut self) -> PeW <'_,  Pcr17Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:16133:13
[INFO] [stdout]       |
[INFO] [stdout] 16133 | pub fn mux (& mut self) -> MuxW < Pcr17Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 16133 | pub fn mux (& mut self) -> MuxW <'_,  Pcr17Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:16135:14
[INFO] [stdout]       |
[INFO] [stdout] 16135 | pub fn irqc (& mut self) -> IrqcW < Pcr17Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 16135 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr17Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:16137:13
[INFO] [stdout]       |
[INFO] [stdout] 16137 | pub fn isf (& mut self) -> IsfW < Pcr17Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 16137 | pub fn isf (& mut self) -> IsfW <'_,  Pcr17Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr17::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr17::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:16356:12
[INFO] [stdout]       |
[INFO] [stdout] 16356 | pub fn pe (& mut self) -> PeW < Pcr18Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 16356 | pub fn pe (& mut self) -> PeW <'_,  Pcr18Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:16358:13
[INFO] [stdout]       |
[INFO] [stdout] 16358 | pub fn mux (& mut self) -> MuxW < Pcr18Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 16358 | pub fn mux (& mut self) -> MuxW <'_,  Pcr18Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:16360:14
[INFO] [stdout]       |
[INFO] [stdout] 16360 | pub fn irqc (& mut self) -> IrqcW < Pcr18Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 16360 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr18Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:16362:13
[INFO] [stdout]       |
[INFO] [stdout] 16362 | pub fn isf (& mut self) -> IsfW < Pcr18Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 16362 | pub fn isf (& mut self) -> IsfW <'_,  Pcr18Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr18::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr18::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:16581:12
[INFO] [stdout]       |
[INFO] [stdout] 16581 | pub fn pe (& mut self) -> PeW < Pcr19Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 16581 | pub fn pe (& mut self) -> PeW <'_,  Pcr19Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:16583:13
[INFO] [stdout]       |
[INFO] [stdout] 16583 | pub fn mux (& mut self) -> MuxW < Pcr19Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 16583 | pub fn mux (& mut self) -> MuxW <'_,  Pcr19Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:16585:14
[INFO] [stdout]       |
[INFO] [stdout] 16585 | pub fn irqc (& mut self) -> IrqcW < Pcr19Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 16585 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr19Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:16587:13
[INFO] [stdout]       |
[INFO] [stdout] 16587 | pub fn isf (& mut self) -> IsfW < Pcr19Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 16587 | pub fn isf (& mut self) -> IsfW <'_,  Pcr19Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr19::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr19::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:16811:12
[INFO] [stdout]       |
[INFO] [stdout] 16811 | pub fn pe (& mut self) -> PeW < Pcr20Spec > { PeW :: new (self , 1) } # [doc = "Bit 4 - Passive Filter Enable"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 16811 | pub fn pe (& mut self) -> PeW <'_,  Pcr20Spec > { PeW :: new (self , 1) } # [doc = "Bit 4 - Passive Filter Enable"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:16813:13
[INFO] [stdout]       |
[INFO] [stdout] 16813 | pub fn pfe (& mut self) -> PfeW < Pcr20Spec > { PfeW :: new (self , 4) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 16813 | pub fn pfe (& mut self) -> PfeW <'_,  Pcr20Spec > { PfeW :: new (self , 4) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:16815:13
[INFO] [stdout]       |
[INFO] [stdout] 16815 | pub fn mux (& mut self) -> MuxW < Pcr20Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 16815 | pub fn mux (& mut self) -> MuxW <'_,  Pcr20Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:16817:14
[INFO] [stdout]       |
[INFO] [stdout] 16817 | pub fn irqc (& mut self) -> IrqcW < Pcr20Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 16817 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr20Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:16819:13
[INFO] [stdout]       |
[INFO] [stdout] 16819 | pub fn isf (& mut self) -> IsfW < Pcr20Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 16819 | pub fn isf (& mut self) -> IsfW <'_,  Pcr20Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr20::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr20::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:17033:13
[INFO] [stdout]       |
[INFO] [stdout] 17033 | pub fn mux (& mut self) -> MuxW < Pcr21Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 17033 | pub fn mux (& mut self) -> MuxW <'_,  Pcr21Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:17035:14
[INFO] [stdout]       |
[INFO] [stdout] 17035 | pub fn irqc (& mut self) -> IrqcW < Pcr21Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 17035 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr21Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:17037:13
[INFO] [stdout]       |
[INFO] [stdout] 17037 | pub fn isf (& mut self) -> IsfW < Pcr21Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 17037 | pub fn isf (& mut self) -> IsfW <'_,  Pcr21Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr21::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr21::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:17251:13
[INFO] [stdout]       |
[INFO] [stdout] 17251 | pub fn mux (& mut self) -> MuxW < Pcr22Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 17251 | pub fn mux (& mut self) -> MuxW <'_,  Pcr22Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:17253:14
[INFO] [stdout]       |
[INFO] [stdout] 17253 | pub fn irqc (& mut self) -> IrqcW < Pcr22Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 17253 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr22Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:17255:13
[INFO] [stdout]       |
[INFO] [stdout] 17255 | pub fn isf (& mut self) -> IsfW < Pcr22Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 17255 | pub fn isf (& mut self) -> IsfW <'_,  Pcr22Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr22::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr22::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:17469:13
[INFO] [stdout]       |
[INFO] [stdout] 17469 | pub fn mux (& mut self) -> MuxW < Pcr23Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 17469 | pub fn mux (& mut self) -> MuxW <'_,  Pcr23Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:17471:14
[INFO] [stdout]       |
[INFO] [stdout] 17471 | pub fn irqc (& mut self) -> IrqcW < Pcr23Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 17471 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr23Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:17473:13
[INFO] [stdout]       |
[INFO] [stdout] 17473 | pub fn isf (& mut self) -> IsfW < Pcr23Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 17473 | pub fn isf (& mut self) -> IsfW <'_,  Pcr23Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr23::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr23::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:17687:13
[INFO] [stdout]       |
[INFO] [stdout] 17687 | pub fn mux (& mut self) -> MuxW < Pcr24Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 17687 | pub fn mux (& mut self) -> MuxW <'_,  Pcr24Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:17689:14
[INFO] [stdout]       |
[INFO] [stdout] 17689 | pub fn irqc (& mut self) -> IrqcW < Pcr24Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 17689 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr24Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:17691:13
[INFO] [stdout]       |
[INFO] [stdout] 17691 | pub fn isf (& mut self) -> IsfW < Pcr24Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 17691 | pub fn isf (& mut self) -> IsfW <'_,  Pcr24Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr24::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr24::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:17905:13
[INFO] [stdout]       |
[INFO] [stdout] 17905 | pub fn mux (& mut self) -> MuxW < Pcr25Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 17905 | pub fn mux (& mut self) -> MuxW <'_,  Pcr25Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:17907:14
[INFO] [stdout]       |
[INFO] [stdout] 17907 | pub fn irqc (& mut self) -> IrqcW < Pcr25Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 17907 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr25Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:17909:13
[INFO] [stdout]       |
[INFO] [stdout] 17909 | pub fn isf (& mut self) -> IsfW < Pcr25Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 17909 | pub fn isf (& mut self) -> IsfW <'_,  Pcr25Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr25::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr25::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:18123:13
[INFO] [stdout]       |
[INFO] [stdout] 18123 | pub fn mux (& mut self) -> MuxW < Pcr26Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 18123 | pub fn mux (& mut self) -> MuxW <'_,  Pcr26Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:18125:14
[INFO] [stdout]       |
[INFO] [stdout] 18125 | pub fn irqc (& mut self) -> IrqcW < Pcr26Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 18125 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr26Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:18127:13
[INFO] [stdout]       |
[INFO] [stdout] 18127 | pub fn isf (& mut self) -> IsfW < Pcr26Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 18127 | pub fn isf (& mut self) -> IsfW <'_,  Pcr26Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr26::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr26::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:18341:13
[INFO] [stdout]       |
[INFO] [stdout] 18341 | pub fn mux (& mut self) -> MuxW < Pcr27Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 18341 | pub fn mux (& mut self) -> MuxW <'_,  Pcr27Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:18343:14
[INFO] [stdout]       |
[INFO] [stdout] 18343 | pub fn irqc (& mut self) -> IrqcW < Pcr27Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 18343 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr27Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:18345:13
[INFO] [stdout]       |
[INFO] [stdout] 18345 | pub fn isf (& mut self) -> IsfW < Pcr27Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 18345 | pub fn isf (& mut self) -> IsfW <'_,  Pcr27Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr27::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr27::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:18559:13
[INFO] [stdout]       |
[INFO] [stdout] 18559 | pub fn mux (& mut self) -> MuxW < Pcr28Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 18559 | pub fn mux (& mut self) -> MuxW <'_,  Pcr28Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:18561:14
[INFO] [stdout]       |
[INFO] [stdout] 18561 | pub fn irqc (& mut self) -> IrqcW < Pcr28Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 18561 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr28Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:18563:13
[INFO] [stdout]       |
[INFO] [stdout] 18563 | pub fn isf (& mut self) -> IsfW < Pcr28Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 18563 | pub fn isf (& mut self) -> IsfW <'_,  Pcr28Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr28::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr28::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:18777:13
[INFO] [stdout]       |
[INFO] [stdout] 18777 | pub fn mux (& mut self) -> MuxW < Pcr29Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 18777 | pub fn mux (& mut self) -> MuxW <'_,  Pcr29Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:18779:14
[INFO] [stdout]       |
[INFO] [stdout] 18779 | pub fn irqc (& mut self) -> IrqcW < Pcr29Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 18779 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr29Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:18781:13
[INFO] [stdout]       |
[INFO] [stdout] 18781 | pub fn isf (& mut self) -> IsfW < Pcr29Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 18781 | pub fn isf (& mut self) -> IsfW <'_,  Pcr29Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr29::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr29::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:18995:13
[INFO] [stdout]       |
[INFO] [stdout] 18995 | pub fn mux (& mut self) -> MuxW < Pcr30Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 18995 | pub fn mux (& mut self) -> MuxW <'_,  Pcr30Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:18997:14
[INFO] [stdout]       |
[INFO] [stdout] 18997 | pub fn irqc (& mut self) -> IrqcW < Pcr30Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 18997 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr30Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:18999:13
[INFO] [stdout]       |
[INFO] [stdout] 18999 | pub fn isf (& mut self) -> IsfW < Pcr30Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 18999 | pub fn isf (& mut self) -> IsfW <'_,  Pcr30Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr30::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr30::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:19213:13
[INFO] [stdout]       |
[INFO] [stdout] 19213 | pub fn mux (& mut self) -> MuxW < Pcr31Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 19213 | pub fn mux (& mut self) -> MuxW <'_,  Pcr31Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:19215:14
[INFO] [stdout]       |
[INFO] [stdout] 19215 | pub fn irqc (& mut self) -> IrqcW < Pcr31Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 19215 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr31Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:19217:13
[INFO] [stdout]       |
[INFO] [stdout] 19217 | pub fn isf (& mut self) -> IsfW < Pcr31Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 19217 | pub fn isf (& mut self) -> IsfW <'_,  Pcr31Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr31::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr31::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:19241:14
[INFO] [stdout]       |
[INFO] [stdout] 19241 | pub fn gpwd (& mut self) -> GpwdW < GpclrSpec > { GpwdW :: new (self , 0) } # [doc = "Bits 16:31 - Global Pin Write Enable"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 19241 | pub fn gpwd (& mut self) -> GpwdW <'_,  GpclrSpec > { GpwdW :: new (self , 0) } # [doc = "Bits 16:31 - Global Pin Write Enable"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:19243:14
[INFO] [stdout]       |
[INFO] [stdout] 19243 | pub fn gpwe (& mut self) -> GpweW < GpclrSpec > { GpweW :: new (self , 16) } } # [doc = "Global Pin Control Low Register\n\nYou c...
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 19243 | pub fn gpwe (& mut self) -> GpweW <'_,  GpclrSpec > { GpweW :: new (self , 16) } } # [doc = "Global Pin Control Low Register\n\nYou can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`gpclr::W`](W). See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:19266:14
[INFO] [stdout]       |
[INFO] [stdout] 19266 | pub fn gpwd (& mut self) -> GpwdW < GpchrSpec > { GpwdW :: new (self , 0) } # [doc = "Bits 16:31 - Global Pin Write Enable"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 19266 | pub fn gpwd (& mut self) -> GpwdW <'_,  GpchrSpec > { GpwdW :: new (self , 0) } # [doc = "Bits 16:31 - Global Pin Write Enable"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:19268:14
[INFO] [stdout]       |
[INFO] [stdout] 19268 | pub fn gpwe (& mut self) -> GpweW < GpchrSpec > { GpweW :: new (self , 16) } } # [doc = "Global Pin Control High Register\n\nYou ...
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 19268 | pub fn gpwe (& mut self) -> GpweW <'_,  GpchrSpec > { GpweW :: new (self , 16) } } # [doc = "Global Pin Control High Register\n\nYou can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`gpchr::W`](W). See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:19300:13
[INFO] [stdout]       |
[INFO] [stdout] 19300 | pub fn isf (& mut self) -> IsfW < IsfrSpec > { IsfW :: new (self , 0) } } # [doc = "Interrupt Status Flag Register\n\nYou can [`r...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 19300 | pub fn isf (& mut self) -> IsfW <'_,  IsfrSpec > { IsfW :: new (self , 0) } } # [doc = "Interrupt Status Flag Register\n\nYou can [`read`](crate::Reg::read) this register and get [`isfr::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`isfr::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:19617:12
[INFO] [stdout]       |
[INFO] [stdout] 19617 | pub fn pe (& mut self) -> PeW < Pcr0Spec > { PeW :: new (self , 1) } # [doc = "Bit 6 - Drive Strength Enable"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 19617 | pub fn pe (& mut self) -> PeW <'_,  Pcr0Spec > { PeW :: new (self , 1) } # [doc = "Bit 6 - Drive Strength Enable"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:19619:13
[INFO] [stdout]       |
[INFO] [stdout] 19619 | pub fn dse (& mut self) -> DseW < Pcr0Spec > { DseW :: new (self , 6) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 19619 | pub fn dse (& mut self) -> DseW <'_,  Pcr0Spec > { DseW :: new (self , 6) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:19621:13
[INFO] [stdout]       |
[INFO] [stdout] 19621 | pub fn mux (& mut self) -> MuxW < Pcr0Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 19621 | pub fn mux (& mut self) -> MuxW <'_,  Pcr0Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:19623:14
[INFO] [stdout]       |
[INFO] [stdout] 19623 | pub fn irqc (& mut self) -> IrqcW < Pcr0Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 19623 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr0Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:19625:13
[INFO] [stdout]       |
[INFO] [stdout] 19625 | pub fn isf (& mut self) -> IsfW < Pcr0Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](c...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 19625 | pub fn isf (& mut self) -> IsfW <'_,  Pcr0Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr0::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr0::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:19849:12
[INFO] [stdout]       |
[INFO] [stdout] 19849 | pub fn pe (& mut self) -> PeW < Pcr1Spec > { PeW :: new (self , 1) } # [doc = "Bit 6 - Drive Strength Enable"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 19849 | pub fn pe (& mut self) -> PeW <'_,  Pcr1Spec > { PeW :: new (self , 1) } # [doc = "Bit 6 - Drive Strength Enable"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:19851:13
[INFO] [stdout]       |
[INFO] [stdout] 19851 | pub fn dse (& mut self) -> DseW < Pcr1Spec > { DseW :: new (self , 6) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 19851 | pub fn dse (& mut self) -> DseW <'_,  Pcr1Spec > { DseW :: new (self , 6) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:19853:13
[INFO] [stdout]       |
[INFO] [stdout] 19853 | pub fn mux (& mut self) -> MuxW < Pcr1Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 19853 | pub fn mux (& mut self) -> MuxW <'_,  Pcr1Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:19855:14
[INFO] [stdout]       |
[INFO] [stdout] 19855 | pub fn irqc (& mut self) -> IrqcW < Pcr1Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 19855 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr1Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:19857:13
[INFO] [stdout]       |
[INFO] [stdout] 19857 | pub fn isf (& mut self) -> IsfW < Pcr1Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](c...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 19857 | pub fn isf (& mut self) -> IsfW <'_,  Pcr1Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr1::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr1::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:20076:12
[INFO] [stdout]       |
[INFO] [stdout] 20076 | pub fn pe (& mut self) -> PeW < Pcr2Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 20076 | pub fn pe (& mut self) -> PeW <'_,  Pcr2Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:20078:13
[INFO] [stdout]       |
[INFO] [stdout] 20078 | pub fn mux (& mut self) -> MuxW < Pcr2Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 20078 | pub fn mux (& mut self) -> MuxW <'_,  Pcr2Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:20080:14
[INFO] [stdout]       |
[INFO] [stdout] 20080 | pub fn irqc (& mut self) -> IrqcW < Pcr2Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 20080 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr2Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:20082:13
[INFO] [stdout]       |
[INFO] [stdout] 20082 | pub fn isf (& mut self) -> IsfW < Pcr2Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](c...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 20082 | pub fn isf (& mut self) -> IsfW <'_,  Pcr2Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr2::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr2::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:20301:12
[INFO] [stdout]       |
[INFO] [stdout] 20301 | pub fn pe (& mut self) -> PeW < Pcr3Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 20301 | pub fn pe (& mut self) -> PeW <'_,  Pcr3Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:20303:13
[INFO] [stdout]       |
[INFO] [stdout] 20303 | pub fn mux (& mut self) -> MuxW < Pcr3Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 20303 | pub fn mux (& mut self) -> MuxW <'_,  Pcr3Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:20305:14
[INFO] [stdout]       |
[INFO] [stdout] 20305 | pub fn irqc (& mut self) -> IrqcW < Pcr3Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 20305 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr3Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:20307:13
[INFO] [stdout]       |
[INFO] [stdout] 20307 | pub fn isf (& mut self) -> IsfW < Pcr3Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](c...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 20307 | pub fn isf (& mut self) -> IsfW <'_,  Pcr3Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr3::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr3::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:20521:13
[INFO] [stdout]       |
[INFO] [stdout] 20521 | pub fn mux (& mut self) -> MuxW < Pcr4Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 20521 | pub fn mux (& mut self) -> MuxW <'_,  Pcr4Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:20523:14
[INFO] [stdout]       |
[INFO] [stdout] 20523 | pub fn irqc (& mut self) -> IrqcW < Pcr4Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 20523 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr4Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:20525:13
[INFO] [stdout]       |
[INFO] [stdout] 20525 | pub fn isf (& mut self) -> IsfW < Pcr4Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](c...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 20525 | pub fn isf (& mut self) -> IsfW <'_,  Pcr4Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr4::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr4::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:20739:13
[INFO] [stdout]       |
[INFO] [stdout] 20739 | pub fn mux (& mut self) -> MuxW < Pcr5Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 20739 | pub fn mux (& mut self) -> MuxW <'_,  Pcr5Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:20741:14
[INFO] [stdout]       |
[INFO] [stdout] 20741 | pub fn irqc (& mut self) -> IrqcW < Pcr5Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 20741 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr5Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:20743:13
[INFO] [stdout]       |
[INFO] [stdout] 20743 | pub fn isf (& mut self) -> IsfW < Pcr5Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](c...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 20743 | pub fn isf (& mut self) -> IsfW <'_,  Pcr5Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr5::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr5::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:20957:13
[INFO] [stdout]       |
[INFO] [stdout] 20957 | pub fn mux (& mut self) -> MuxW < Pcr6Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 20957 | pub fn mux (& mut self) -> MuxW <'_,  Pcr6Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:20959:14
[INFO] [stdout]       |
[INFO] [stdout] 20959 | pub fn irqc (& mut self) -> IrqcW < Pcr6Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 20959 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr6Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:20961:13
[INFO] [stdout]       |
[INFO] [stdout] 20961 | pub fn isf (& mut self) -> IsfW < Pcr6Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](c...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 20961 | pub fn isf (& mut self) -> IsfW <'_,  Pcr6Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr6::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr6::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:21175:13
[INFO] [stdout]       |
[INFO] [stdout] 21175 | pub fn mux (& mut self) -> MuxW < Pcr7Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 21175 | pub fn mux (& mut self) -> MuxW <'_,  Pcr7Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:21177:14
[INFO] [stdout]       |
[INFO] [stdout] 21177 | pub fn irqc (& mut self) -> IrqcW < Pcr7Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 21177 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr7Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:21179:13
[INFO] [stdout]       |
[INFO] [stdout] 21179 | pub fn isf (& mut self) -> IsfW < Pcr7Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](c...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 21179 | pub fn isf (& mut self) -> IsfW <'_,  Pcr7Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr7::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr7::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:21398:12
[INFO] [stdout]       |
[INFO] [stdout] 21398 | pub fn pe (& mut self) -> PeW < Pcr8Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 21398 | pub fn pe (& mut self) -> PeW <'_,  Pcr8Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:21400:13
[INFO] [stdout]       |
[INFO] [stdout] 21400 | pub fn mux (& mut self) -> MuxW < Pcr8Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 21400 | pub fn mux (& mut self) -> MuxW <'_,  Pcr8Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:21402:14
[INFO] [stdout]       |
[INFO] [stdout] 21402 | pub fn irqc (& mut self) -> IrqcW < Pcr8Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 21402 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr8Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:21404:13
[INFO] [stdout]       |
[INFO] [stdout] 21404 | pub fn isf (& mut self) -> IsfW < Pcr8Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](c...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 21404 | pub fn isf (& mut self) -> IsfW <'_,  Pcr8Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr8::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr8::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:21623:12
[INFO] [stdout]       |
[INFO] [stdout] 21623 | pub fn pe (& mut self) -> PeW < Pcr9Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 21623 | pub fn pe (& mut self) -> PeW <'_,  Pcr9Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:21625:13
[INFO] [stdout]       |
[INFO] [stdout] 21625 | pub fn mux (& mut self) -> MuxW < Pcr9Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 21625 | pub fn mux (& mut self) -> MuxW <'_,  Pcr9Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:21627:14
[INFO] [stdout]       |
[INFO] [stdout] 21627 | pub fn irqc (& mut self) -> IrqcW < Pcr9Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 21627 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr9Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:21629:13
[INFO] [stdout]       |
[INFO] [stdout] 21629 | pub fn isf (& mut self) -> IsfW < Pcr9Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](c...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 21629 | pub fn isf (& mut self) -> IsfW <'_,  Pcr9Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr9::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr9::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:21848:12
[INFO] [stdout]       |
[INFO] [stdout] 21848 | pub fn pe (& mut self) -> PeW < Pcr10Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 21848 | pub fn pe (& mut self) -> PeW <'_,  Pcr10Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:21850:13
[INFO] [stdout]       |
[INFO] [stdout] 21850 | pub fn mux (& mut self) -> MuxW < Pcr10Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 21850 | pub fn mux (& mut self) -> MuxW <'_,  Pcr10Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:21852:14
[INFO] [stdout]       |
[INFO] [stdout] 21852 | pub fn irqc (& mut self) -> IrqcW < Pcr10Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 21852 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr10Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:21854:13
[INFO] [stdout]       |
[INFO] [stdout] 21854 | pub fn isf (& mut self) -> IsfW < Pcr10Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 21854 | pub fn isf (& mut self) -> IsfW <'_,  Pcr10Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr10::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr10::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:22073:12
[INFO] [stdout]       |
[INFO] [stdout] 22073 | pub fn pe (& mut self) -> PeW < Pcr11Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 22073 | pub fn pe (& mut self) -> PeW <'_,  Pcr11Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:22075:13
[INFO] [stdout]       |
[INFO] [stdout] 22075 | pub fn mux (& mut self) -> MuxW < Pcr11Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 22075 | pub fn mux (& mut self) -> MuxW <'_,  Pcr11Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:22077:14
[INFO] [stdout]       |
[INFO] [stdout] 22077 | pub fn irqc (& mut self) -> IrqcW < Pcr11Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 22077 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr11Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:22079:13
[INFO] [stdout]       |
[INFO] [stdout] 22079 | pub fn isf (& mut self) -> IsfW < Pcr11Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 22079 | pub fn isf (& mut self) -> IsfW <'_,  Pcr11Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr11::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr11::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:22293:13
[INFO] [stdout]       |
[INFO] [stdout] 22293 | pub fn mux (& mut self) -> MuxW < Pcr12Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 22293 | pub fn mux (& mut self) -> MuxW <'_,  Pcr12Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:22295:14
[INFO] [stdout]       |
[INFO] [stdout] 22295 | pub fn irqc (& mut self) -> IrqcW < Pcr12Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 22295 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr12Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:22297:13
[INFO] [stdout]       |
[INFO] [stdout] 22297 | pub fn isf (& mut self) -> IsfW < Pcr12Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 22297 | pub fn isf (& mut self) -> IsfW <'_,  Pcr12Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr12::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr12::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:22511:13
[INFO] [stdout]       |
[INFO] [stdout] 22511 | pub fn mux (& mut self) -> MuxW < Pcr13Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 22511 | pub fn mux (& mut self) -> MuxW <'_,  Pcr13Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:22513:14
[INFO] [stdout]       |
[INFO] [stdout] 22513 | pub fn irqc (& mut self) -> IrqcW < Pcr13Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 22513 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr13Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:22515:13
[INFO] [stdout]       |
[INFO] [stdout] 22515 | pub fn isf (& mut self) -> IsfW < Pcr13Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 22515 | pub fn isf (& mut self) -> IsfW <'_,  Pcr13Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr13::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr13::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:22729:13
[INFO] [stdout]       |
[INFO] [stdout] 22729 | pub fn mux (& mut self) -> MuxW < Pcr14Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 22729 | pub fn mux (& mut self) -> MuxW <'_,  Pcr14Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:22731:14
[INFO] [stdout]       |
[INFO] [stdout] 22731 | pub fn irqc (& mut self) -> IrqcW < Pcr14Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 22731 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr14Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:22733:13
[INFO] [stdout]       |
[INFO] [stdout] 22733 | pub fn isf (& mut self) -> IsfW < Pcr14Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 22733 | pub fn isf (& mut self) -> IsfW <'_,  Pcr14Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr14::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr14::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:22947:13
[INFO] [stdout]       |
[INFO] [stdout] 22947 | pub fn mux (& mut self) -> MuxW < Pcr15Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 22947 | pub fn mux (& mut self) -> MuxW <'_,  Pcr15Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:22949:14
[INFO] [stdout]       |
[INFO] [stdout] 22949 | pub fn irqc (& mut self) -> IrqcW < Pcr15Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 22949 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr15Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:22951:13
[INFO] [stdout]       |
[INFO] [stdout] 22951 | pub fn isf (& mut self) -> IsfW < Pcr15Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 22951 | pub fn isf (& mut self) -> IsfW <'_,  Pcr15Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr15::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr15::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:23170:12
[INFO] [stdout]       |
[INFO] [stdout] 23170 | pub fn pe (& mut self) -> PeW < Pcr16Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 23170 | pub fn pe (& mut self) -> PeW <'_,  Pcr16Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:23172:13
[INFO] [stdout]       |
[INFO] [stdout] 23172 | pub fn mux (& mut self) -> MuxW < Pcr16Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 23172 | pub fn mux (& mut self) -> MuxW <'_,  Pcr16Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:23174:14
[INFO] [stdout]       |
[INFO] [stdout] 23174 | pub fn irqc (& mut self) -> IrqcW < Pcr16Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 23174 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr16Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:23176:13
[INFO] [stdout]       |
[INFO] [stdout] 23176 | pub fn isf (& mut self) -> IsfW < Pcr16Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 23176 | pub fn isf (& mut self) -> IsfW <'_,  Pcr16Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr16::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr16::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:23395:12
[INFO] [stdout]       |
[INFO] [stdout] 23395 | pub fn pe (& mut self) -> PeW < Pcr17Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 23395 | pub fn pe (& mut self) -> PeW <'_,  Pcr17Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:23397:13
[INFO] [stdout]       |
[INFO] [stdout] 23397 | pub fn mux (& mut self) -> MuxW < Pcr17Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 23397 | pub fn mux (& mut self) -> MuxW <'_,  Pcr17Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:23399:14
[INFO] [stdout]       |
[INFO] [stdout] 23399 | pub fn irqc (& mut self) -> IrqcW < Pcr17Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 23399 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr17Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:23401:13
[INFO] [stdout]       |
[INFO] [stdout] 23401 | pub fn isf (& mut self) -> IsfW < Pcr17Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 23401 | pub fn isf (& mut self) -> IsfW <'_,  Pcr17Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr17::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr17::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:23620:12
[INFO] [stdout]       |
[INFO] [stdout] 23620 | pub fn pe (& mut self) -> PeW < Pcr18Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 23620 | pub fn pe (& mut self) -> PeW <'_,  Pcr18Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:23622:13
[INFO] [stdout]       |
[INFO] [stdout] 23622 | pub fn mux (& mut self) -> MuxW < Pcr18Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 23622 | pub fn mux (& mut self) -> MuxW <'_,  Pcr18Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:23624:14
[INFO] [stdout]       |
[INFO] [stdout] 23624 | pub fn irqc (& mut self) -> IrqcW < Pcr18Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 23624 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr18Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:23626:13
[INFO] [stdout]       |
[INFO] [stdout] 23626 | pub fn isf (& mut self) -> IsfW < Pcr18Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 23626 | pub fn isf (& mut self) -> IsfW <'_,  Pcr18Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr18::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr18::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:23845:12
[INFO] [stdout]       |
[INFO] [stdout] 23845 | pub fn pe (& mut self) -> PeW < Pcr19Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 23845 | pub fn pe (& mut self) -> PeW <'_,  Pcr19Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:23847:13
[INFO] [stdout]       |
[INFO] [stdout] 23847 | pub fn mux (& mut self) -> MuxW < Pcr19Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 23847 | pub fn mux (& mut self) -> MuxW <'_,  Pcr19Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:23849:14
[INFO] [stdout]       |
[INFO] [stdout] 23849 | pub fn irqc (& mut self) -> IrqcW < Pcr19Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 23849 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr19Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:23851:13
[INFO] [stdout]       |
[INFO] [stdout] 23851 | pub fn isf (& mut self) -> IsfW < Pcr19Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 23851 | pub fn isf (& mut self) -> IsfW <'_,  Pcr19Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr19::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr19::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:24065:13
[INFO] [stdout]       |
[INFO] [stdout] 24065 | pub fn mux (& mut self) -> MuxW < Pcr20Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 24065 | pub fn mux (& mut self) -> MuxW <'_,  Pcr20Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:24067:14
[INFO] [stdout]       |
[INFO] [stdout] 24067 | pub fn irqc (& mut self) -> IrqcW < Pcr20Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 24067 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr20Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:24069:13
[INFO] [stdout]       |
[INFO] [stdout] 24069 | pub fn isf (& mut self) -> IsfW < Pcr20Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 24069 | pub fn isf (& mut self) -> IsfW <'_,  Pcr20Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr20::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr20::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:24283:13
[INFO] [stdout]       |
[INFO] [stdout] 24283 | pub fn mux (& mut self) -> MuxW < Pcr21Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 24283 | pub fn mux (& mut self) -> MuxW <'_,  Pcr21Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:24285:14
[INFO] [stdout]       |
[INFO] [stdout] 24285 | pub fn irqc (& mut self) -> IrqcW < Pcr21Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 24285 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr21Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:24287:13
[INFO] [stdout]       |
[INFO] [stdout] 24287 | pub fn isf (& mut self) -> IsfW < Pcr21Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 24287 | pub fn isf (& mut self) -> IsfW <'_,  Pcr21Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr21::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr21::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:24501:13
[INFO] [stdout]       |
[INFO] [stdout] 24501 | pub fn mux (& mut self) -> MuxW < Pcr22Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 24501 | pub fn mux (& mut self) -> MuxW <'_,  Pcr22Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:24503:14
[INFO] [stdout]       |
[INFO] [stdout] 24503 | pub fn irqc (& mut self) -> IrqcW < Pcr22Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 24503 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr22Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:24505:13
[INFO] [stdout]       |
[INFO] [stdout] 24505 | pub fn isf (& mut self) -> IsfW < Pcr22Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 24505 | pub fn isf (& mut self) -> IsfW <'_,  Pcr22Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr22::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr22::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:24719:13
[INFO] [stdout]       |
[INFO] [stdout] 24719 | pub fn mux (& mut self) -> MuxW < Pcr23Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 24719 | pub fn mux (& mut self) -> MuxW <'_,  Pcr23Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:24721:14
[INFO] [stdout]       |
[INFO] [stdout] 24721 | pub fn irqc (& mut self) -> IrqcW < Pcr23Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 24721 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr23Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:24723:13
[INFO] [stdout]       |
[INFO] [stdout] 24723 | pub fn isf (& mut self) -> IsfW < Pcr23Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 24723 | pub fn isf (& mut self) -> IsfW <'_,  Pcr23Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr23::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr23::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:24937:13
[INFO] [stdout]       |
[INFO] [stdout] 24937 | pub fn mux (& mut self) -> MuxW < Pcr24Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 24937 | pub fn mux (& mut self) -> MuxW <'_,  Pcr24Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:24939:14
[INFO] [stdout]       |
[INFO] [stdout] 24939 | pub fn irqc (& mut self) -> IrqcW < Pcr24Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 24939 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr24Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:24941:13
[INFO] [stdout]       |
[INFO] [stdout] 24941 | pub fn isf (& mut self) -> IsfW < Pcr24Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 24941 | pub fn isf (& mut self) -> IsfW <'_,  Pcr24Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr24::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr24::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:25155:13
[INFO] [stdout]       |
[INFO] [stdout] 25155 | pub fn mux (& mut self) -> MuxW < Pcr25Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 25155 | pub fn mux (& mut self) -> MuxW <'_,  Pcr25Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:25157:14
[INFO] [stdout]       |
[INFO] [stdout] 25157 | pub fn irqc (& mut self) -> IrqcW < Pcr25Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 25157 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr25Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:25159:13
[INFO] [stdout]       |
[INFO] [stdout] 25159 | pub fn isf (& mut self) -> IsfW < Pcr25Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 25159 | pub fn isf (& mut self) -> IsfW <'_,  Pcr25Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr25::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr25::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:25373:13
[INFO] [stdout]       |
[INFO] [stdout] 25373 | pub fn mux (& mut self) -> MuxW < Pcr26Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 25373 | pub fn mux (& mut self) -> MuxW <'_,  Pcr26Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:25375:14
[INFO] [stdout]       |
[INFO] [stdout] 25375 | pub fn irqc (& mut self) -> IrqcW < Pcr26Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 25375 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr26Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:25377:13
[INFO] [stdout]       |
[INFO] [stdout] 25377 | pub fn isf (& mut self) -> IsfW < Pcr26Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 25377 | pub fn isf (& mut self) -> IsfW <'_,  Pcr26Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr26::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr26::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:25591:13
[INFO] [stdout]       |
[INFO] [stdout] 25591 | pub fn mux (& mut self) -> MuxW < Pcr27Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 25591 | pub fn mux (& mut self) -> MuxW <'_,  Pcr27Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:25593:14
[INFO] [stdout]       |
[INFO] [stdout] 25593 | pub fn irqc (& mut self) -> IrqcW < Pcr27Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 25593 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr27Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:25595:13
[INFO] [stdout]       |
[INFO] [stdout] 25595 | pub fn isf (& mut self) -> IsfW < Pcr27Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 25595 | pub fn isf (& mut self) -> IsfW <'_,  Pcr27Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr27::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr27::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:25809:13
[INFO] [stdout]       |
[INFO] [stdout] 25809 | pub fn mux (& mut self) -> MuxW < Pcr28Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 25809 | pub fn mux (& mut self) -> MuxW <'_,  Pcr28Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:25811:14
[INFO] [stdout]       |
[INFO] [stdout] 25811 | pub fn irqc (& mut self) -> IrqcW < Pcr28Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 25811 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr28Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:25813:13
[INFO] [stdout]       |
[INFO] [stdout] 25813 | pub fn isf (& mut self) -> IsfW < Pcr28Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 25813 | pub fn isf (& mut self) -> IsfW <'_,  Pcr28Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr28::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr28::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:26027:13
[INFO] [stdout]       |
[INFO] [stdout] 26027 | pub fn mux (& mut self) -> MuxW < Pcr29Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 26027 | pub fn mux (& mut self) -> MuxW <'_,  Pcr29Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:26029:14
[INFO] [stdout]       |
[INFO] [stdout] 26029 | pub fn irqc (& mut self) -> IrqcW < Pcr29Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 26029 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr29Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:26031:13
[INFO] [stdout]       |
[INFO] [stdout] 26031 | pub fn isf (& mut self) -> IsfW < Pcr29Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 26031 | pub fn isf (& mut self) -> IsfW <'_,  Pcr29Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr29::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr29::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:26245:13
[INFO] [stdout]       |
[INFO] [stdout] 26245 | pub fn mux (& mut self) -> MuxW < Pcr30Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 26245 | pub fn mux (& mut self) -> MuxW <'_,  Pcr30Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:26247:14
[INFO] [stdout]       |
[INFO] [stdout] 26247 | pub fn irqc (& mut self) -> IrqcW < Pcr30Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 26247 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr30Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:26249:13
[INFO] [stdout]       |
[INFO] [stdout] 26249 | pub fn isf (& mut self) -> IsfW < Pcr30Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 26249 | pub fn isf (& mut self) -> IsfW <'_,  Pcr30Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr30::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr30::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:26463:13
[INFO] [stdout]       |
[INFO] [stdout] 26463 | pub fn mux (& mut self) -> MuxW < Pcr31Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 26463 | pub fn mux (& mut self) -> MuxW <'_,  Pcr31Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:26465:14
[INFO] [stdout]       |
[INFO] [stdout] 26465 | pub fn irqc (& mut self) -> IrqcW < Pcr31Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 26465 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr31Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:26467:13
[INFO] [stdout]       |
[INFO] [stdout] 26467 | pub fn isf (& mut self) -> IsfW < Pcr31Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 26467 | pub fn isf (& mut self) -> IsfW <'_,  Pcr31Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr31::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr31::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:26491:14
[INFO] [stdout]       |
[INFO] [stdout] 26491 | pub fn gpwd (& mut self) -> GpwdW < GpclrSpec > { GpwdW :: new (self , 0) } # [doc = "Bits 16:31 - Global Pin Write Enable"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 26491 | pub fn gpwd (& mut self) -> GpwdW <'_,  GpclrSpec > { GpwdW :: new (self , 0) } # [doc = "Bits 16:31 - Global Pin Write Enable"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:26493:14
[INFO] [stdout]       |
[INFO] [stdout] 26493 | pub fn gpwe (& mut self) -> GpweW < GpclrSpec > { GpweW :: new (self , 16) } } # [doc = "Global Pin Control Low Register\n\nYou c...
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 26493 | pub fn gpwe (& mut self) -> GpweW <'_,  GpclrSpec > { GpweW :: new (self , 16) } } # [doc = "Global Pin Control Low Register\n\nYou can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`gpclr::W`](W). See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:26516:14
[INFO] [stdout]       |
[INFO] [stdout] 26516 | pub fn gpwd (& mut self) -> GpwdW < GpchrSpec > { GpwdW :: new (self , 0) } # [doc = "Bits 16:31 - Global Pin Write Enable"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 26516 | pub fn gpwd (& mut self) -> GpwdW <'_,  GpchrSpec > { GpwdW :: new (self , 0) } # [doc = "Bits 16:31 - Global Pin Write Enable"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:26518:14
[INFO] [stdout]       |
[INFO] [stdout] 26518 | pub fn gpwe (& mut self) -> GpweW < GpchrSpec > { GpweW :: new (self , 16) } } # [doc = "Global Pin Control High Register\n\nYou ...
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 26518 | pub fn gpwe (& mut self) -> GpweW <'_,  GpchrSpec > { GpweW :: new (self , 16) } } # [doc = "Global Pin Control High Register\n\nYou can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`gpchr::W`](W). See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:26550:13
[INFO] [stdout]       |
[INFO] [stdout] 26550 | pub fn isf (& mut self) -> IsfW < IsfrSpec > { IsfW :: new (self , 0) } } # [doc = "Interrupt Status Flag Register\n\nYou can [`r...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 26550 | pub fn isf (& mut self) -> IsfW <'_,  IsfrSpec > { IsfW :: new (self , 0) } } # [doc = "Interrupt Status Flag Register\n\nYou can [`read`](crate::Reg::read) this register and get [`isfr::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`isfr::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:26862:12
[INFO] [stdout]       |
[INFO] [stdout] 26862 | pub fn pe (& mut self) -> PeW < Pcr0Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 26862 | pub fn pe (& mut self) -> PeW <'_,  Pcr0Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:26864:13
[INFO] [stdout]       |
[INFO] [stdout] 26864 | pub fn mux (& mut self) -> MuxW < Pcr0Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 26864 | pub fn mux (& mut self) -> MuxW <'_,  Pcr0Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:26866:14
[INFO] [stdout]       |
[INFO] [stdout] 26866 | pub fn irqc (& mut self) -> IrqcW < Pcr0Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 26866 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr0Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:26868:13
[INFO] [stdout]       |
[INFO] [stdout] 26868 | pub fn isf (& mut self) -> IsfW < Pcr0Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](c...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 26868 | pub fn isf (& mut self) -> IsfW <'_,  Pcr0Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr0::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr0::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:27087:12
[INFO] [stdout]       |
[INFO] [stdout] 27087 | pub fn pe (& mut self) -> PeW < Pcr1Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 27087 | pub fn pe (& mut self) -> PeW <'_,  Pcr1Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:27089:13
[INFO] [stdout]       |
[INFO] [stdout] 27089 | pub fn mux (& mut self) -> MuxW < Pcr1Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 27089 | pub fn mux (& mut self) -> MuxW <'_,  Pcr1Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:27091:14
[INFO] [stdout]       |
[INFO] [stdout] 27091 | pub fn irqc (& mut self) -> IrqcW < Pcr1Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 27091 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr1Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:27093:13
[INFO] [stdout]       |
[INFO] [stdout] 27093 | pub fn isf (& mut self) -> IsfW < Pcr1Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](c...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 27093 | pub fn isf (& mut self) -> IsfW <'_,  Pcr1Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr1::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr1::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:27312:12
[INFO] [stdout]       |
[INFO] [stdout] 27312 | pub fn pe (& mut self) -> PeW < Pcr2Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 27312 | pub fn pe (& mut self) -> PeW <'_,  Pcr2Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:27314:13
[INFO] [stdout]       |
[INFO] [stdout] 27314 | pub fn mux (& mut self) -> MuxW < Pcr2Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 27314 | pub fn mux (& mut self) -> MuxW <'_,  Pcr2Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:27316:14
[INFO] [stdout]       |
[INFO] [stdout] 27316 | pub fn irqc (& mut self) -> IrqcW < Pcr2Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 27316 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr2Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:27318:13
[INFO] [stdout]       |
[INFO] [stdout] 27318 | pub fn isf (& mut self) -> IsfW < Pcr2Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](c...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 27318 | pub fn isf (& mut self) -> IsfW <'_,  Pcr2Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr2::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr2::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:27537:12
[INFO] [stdout]       |
[INFO] [stdout] 27537 | pub fn pe (& mut self) -> PeW < Pcr3Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 27537 | pub fn pe (& mut self) -> PeW <'_,  Pcr3Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:27539:13
[INFO] [stdout]       |
[INFO] [stdout] 27539 | pub fn mux (& mut self) -> MuxW < Pcr3Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 27539 | pub fn mux (& mut self) -> MuxW <'_,  Pcr3Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:27541:14
[INFO] [stdout]       |
[INFO] [stdout] 27541 | pub fn irqc (& mut self) -> IrqcW < Pcr3Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 27541 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr3Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:27543:13
[INFO] [stdout]       |
[INFO] [stdout] 27543 | pub fn isf (& mut self) -> IsfW < Pcr3Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](c...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 27543 | pub fn isf (& mut self) -> IsfW <'_,  Pcr3Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr3::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr3::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:27762:12
[INFO] [stdout]       |
[INFO] [stdout] 27762 | pub fn pe (& mut self) -> PeW < Pcr4Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 27762 | pub fn pe (& mut self) -> PeW <'_,  Pcr4Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:27764:13
[INFO] [stdout]       |
[INFO] [stdout] 27764 | pub fn mux (& mut self) -> MuxW < Pcr4Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 27764 | pub fn mux (& mut self) -> MuxW <'_,  Pcr4Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:27766:14
[INFO] [stdout]       |
[INFO] [stdout] 27766 | pub fn irqc (& mut self) -> IrqcW < Pcr4Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 27766 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr4Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:27768:13
[INFO] [stdout]       |
[INFO] [stdout] 27768 | pub fn isf (& mut self) -> IsfW < Pcr4Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](c...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 27768 | pub fn isf (& mut self) -> IsfW <'_,  Pcr4Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr4::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr4::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:27987:12
[INFO] [stdout]       |
[INFO] [stdout] 27987 | pub fn pe (& mut self) -> PeW < Pcr5Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 27987 | pub fn pe (& mut self) -> PeW <'_,  Pcr5Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:27989:13
[INFO] [stdout]       |
[INFO] [stdout] 27989 | pub fn mux (& mut self) -> MuxW < Pcr5Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 27989 | pub fn mux (& mut self) -> MuxW <'_,  Pcr5Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:27991:14
[INFO] [stdout]       |
[INFO] [stdout] 27991 | pub fn irqc (& mut self) -> IrqcW < Pcr5Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 27991 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr5Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:27993:13
[INFO] [stdout]       |
[INFO] [stdout] 27993 | pub fn isf (& mut self) -> IsfW < Pcr5Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](c...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 27993 | pub fn isf (& mut self) -> IsfW <'_,  Pcr5Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr5::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr5::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:28212:12
[INFO] [stdout]       |
[INFO] [stdout] 28212 | pub fn pe (& mut self) -> PeW < Pcr6Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 28212 | pub fn pe (& mut self) -> PeW <'_,  Pcr6Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:28214:13
[INFO] [stdout]       |
[INFO] [stdout] 28214 | pub fn mux (& mut self) -> MuxW < Pcr6Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 28214 | pub fn mux (& mut self) -> MuxW <'_,  Pcr6Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:28216:14
[INFO] [stdout]       |
[INFO] [stdout] 28216 | pub fn irqc (& mut self) -> IrqcW < Pcr6Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 28216 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr6Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:28218:13
[INFO] [stdout]       |
[INFO] [stdout] 28218 | pub fn isf (& mut self) -> IsfW < Pcr6Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](c...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 28218 | pub fn isf (& mut self) -> IsfW <'_,  Pcr6Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr6::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr6::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:28437:12
[INFO] [stdout]       |
[INFO] [stdout] 28437 | pub fn pe (& mut self) -> PeW < Pcr7Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 28437 | pub fn pe (& mut self) -> PeW <'_,  Pcr7Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:28439:13
[INFO] [stdout]       |
[INFO] [stdout] 28439 | pub fn mux (& mut self) -> MuxW < Pcr7Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 28439 | pub fn mux (& mut self) -> MuxW <'_,  Pcr7Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:28441:14
[INFO] [stdout]       |
[INFO] [stdout] 28441 | pub fn irqc (& mut self) -> IrqcW < Pcr7Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 28441 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr7Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:28443:13
[INFO] [stdout]       |
[INFO] [stdout] 28443 | pub fn isf (& mut self) -> IsfW < Pcr7Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](c...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 28443 | pub fn isf (& mut self) -> IsfW <'_,  Pcr7Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr7::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr7::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:28662:12
[INFO] [stdout]       |
[INFO] [stdout] 28662 | pub fn pe (& mut self) -> PeW < Pcr8Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 28662 | pub fn pe (& mut self) -> PeW <'_,  Pcr8Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:28664:13
[INFO] [stdout]       |
[INFO] [stdout] 28664 | pub fn mux (& mut self) -> MuxW < Pcr8Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 28664 | pub fn mux (& mut self) -> MuxW <'_,  Pcr8Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:28666:14
[INFO] [stdout]       |
[INFO] [stdout] 28666 | pub fn irqc (& mut self) -> IrqcW < Pcr8Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 28666 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr8Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:28668:13
[INFO] [stdout]       |
[INFO] [stdout] 28668 | pub fn isf (& mut self) -> IsfW < Pcr8Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](c...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 28668 | pub fn isf (& mut self) -> IsfW <'_,  Pcr8Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr8::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr8::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:28887:12
[INFO] [stdout]       |
[INFO] [stdout] 28887 | pub fn pe (& mut self) -> PeW < Pcr9Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 28887 | pub fn pe (& mut self) -> PeW <'_,  Pcr9Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:28889:13
[INFO] [stdout]       |
[INFO] [stdout] 28889 | pub fn mux (& mut self) -> MuxW < Pcr9Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 28889 | pub fn mux (& mut self) -> MuxW <'_,  Pcr9Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:28891:14
[INFO] [stdout]       |
[INFO] [stdout] 28891 | pub fn irqc (& mut self) -> IrqcW < Pcr9Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 28891 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr9Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:28893:13
[INFO] [stdout]       |
[INFO] [stdout] 28893 | pub fn isf (& mut self) -> IsfW < Pcr9Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](c...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 28893 | pub fn isf (& mut self) -> IsfW <'_,  Pcr9Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr9::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr9::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:29112:12
[INFO] [stdout]       |
[INFO] [stdout] 29112 | pub fn pe (& mut self) -> PeW < Pcr10Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 29112 | pub fn pe (& mut self) -> PeW <'_,  Pcr10Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:29114:13
[INFO] [stdout]       |
[INFO] [stdout] 29114 | pub fn mux (& mut self) -> MuxW < Pcr10Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 29114 | pub fn mux (& mut self) -> MuxW <'_,  Pcr10Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:29116:14
[INFO] [stdout]       |
[INFO] [stdout] 29116 | pub fn irqc (& mut self) -> IrqcW < Pcr10Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 29116 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr10Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:29118:13
[INFO] [stdout]       |
[INFO] [stdout] 29118 | pub fn isf (& mut self) -> IsfW < Pcr10Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 29118 | pub fn isf (& mut self) -> IsfW <'_,  Pcr10Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr10::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr10::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:29337:12
[INFO] [stdout]       |
[INFO] [stdout] 29337 | pub fn pe (& mut self) -> PeW < Pcr11Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 29337 | pub fn pe (& mut self) -> PeW <'_,  Pcr11Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:29339:13
[INFO] [stdout]       |
[INFO] [stdout] 29339 | pub fn mux (& mut self) -> MuxW < Pcr11Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 29339 | pub fn mux (& mut self) -> MuxW <'_,  Pcr11Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:29341:14
[INFO] [stdout]       |
[INFO] [stdout] 29341 | pub fn irqc (& mut self) -> IrqcW < Pcr11Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 29341 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr11Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:29343:13
[INFO] [stdout]       |
[INFO] [stdout] 29343 | pub fn isf (& mut self) -> IsfW < Pcr11Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 29343 | pub fn isf (& mut self) -> IsfW <'_,  Pcr11Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr11::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr11::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:29562:12
[INFO] [stdout]       |
[INFO] [stdout] 29562 | pub fn pe (& mut self) -> PeW < Pcr12Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 29562 | pub fn pe (& mut self) -> PeW <'_,  Pcr12Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:29564:13
[INFO] [stdout]       |
[INFO] [stdout] 29564 | pub fn mux (& mut self) -> MuxW < Pcr12Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 29564 | pub fn mux (& mut self) -> MuxW <'_,  Pcr12Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:29566:14
[INFO] [stdout]       |
[INFO] [stdout] 29566 | pub fn irqc (& mut self) -> IrqcW < Pcr12Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 29566 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr12Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:29568:13
[INFO] [stdout]       |
[INFO] [stdout] 29568 | pub fn isf (& mut self) -> IsfW < Pcr12Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 29568 | pub fn isf (& mut self) -> IsfW <'_,  Pcr12Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr12::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr12::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:29787:12
[INFO] [stdout]       |
[INFO] [stdout] 29787 | pub fn pe (& mut self) -> PeW < Pcr13Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 29787 | pub fn pe (& mut self) -> PeW <'_,  Pcr13Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:29789:13
[INFO] [stdout]       |
[INFO] [stdout] 29789 | pub fn mux (& mut self) -> MuxW < Pcr13Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 29789 | pub fn mux (& mut self) -> MuxW <'_,  Pcr13Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:29791:14
[INFO] [stdout]       |
[INFO] [stdout] 29791 | pub fn irqc (& mut self) -> IrqcW < Pcr13Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 29791 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr13Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:29793:13
[INFO] [stdout]       |
[INFO] [stdout] 29793 | pub fn isf (& mut self) -> IsfW < Pcr13Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 29793 | pub fn isf (& mut self) -> IsfW <'_,  Pcr13Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr13::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr13::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:30007:13
[INFO] [stdout]       |
[INFO] [stdout] 30007 | pub fn mux (& mut self) -> MuxW < Pcr14Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 30007 | pub fn mux (& mut self) -> MuxW <'_,  Pcr14Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:30009:14
[INFO] [stdout]       |
[INFO] [stdout] 30009 | pub fn irqc (& mut self) -> IrqcW < Pcr14Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 30009 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr14Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:30011:13
[INFO] [stdout]       |
[INFO] [stdout] 30011 | pub fn isf (& mut self) -> IsfW < Pcr14Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 30011 | pub fn isf (& mut self) -> IsfW <'_,  Pcr14Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr14::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr14::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:30225:13
[INFO] [stdout]       |
[INFO] [stdout] 30225 | pub fn mux (& mut self) -> MuxW < Pcr15Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 30225 | pub fn mux (& mut self) -> MuxW <'_,  Pcr15Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:30227:14
[INFO] [stdout]       |
[INFO] [stdout] 30227 | pub fn irqc (& mut self) -> IrqcW < Pcr15Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[INFO] [stdout]       |              the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 30227 | pub fn irqc (& mut self) -> IrqcW <'_,  Pcr15Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:30229:13
[INFO] [stdout]       |
[INFO] [stdout] 30229 | pub fn isf (& mut self) -> IsfW < Pcr15Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](...
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 30229 | pub fn isf (& mut self) -> IsfW <'_,  Pcr15Spec > { IsfW :: new (self , 24) } } # [doc = "Pin Control Register n\n\nYou can [`read`](crate::Reg::read) this register and get [`pcr15::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`pcr15::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:30448:12
[INFO] [stdout]       |
[INFO] [stdout] 30448 | pub fn pe (& mut self) -> PeW < Pcr16Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |            ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |            |
[INFO] [stdout]       |            the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 30448 | pub fn pe (& mut self) -> PeW <'_,  Pcr16Spec > { PeW :: new (self , 1) } # [doc = "Bits 8:10 - Pin Mux Control"]
[INFO] [stdout]       |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:30450:13
[INFO] [stdout]       |
[INFO] [stdout] 30450 | pub fn mux (& mut self) -> MuxW < Pcr16Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |             ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |             |
[INFO] [stdout]       |             the lifetime is elided here
[INFO] [stdout]       |
[INFO] [stdout]       = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]       |
[INFO] [stdout] 30450 | pub fn mux (& mut self) -> MuxW <'_,  Pcr16Spec > { MuxW :: new (self , 8) } # [doc = "Bits 16:19 - Interrupt Configuration"]
[INFO] [stdout]       |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> mkl25z4-pac/src/lib.rs:30452:14
[INFO] [stdout]       |
[INFO] [stdout] 30452 | pub fn irqc (& mut self) -> IrqcW < Pcr16Spec > { IrqcW :: new (self , 16) } # [doc = "Bit 24 - Interrupt Status Flag"]
[INFO] [stdout]       |              ^^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]       |              |
[WARN] too many lines in the log, truncating it
