rtic/stable/api/rp2040_pac/generic/trait.Readable.html
github-merge-queue[bot] 5b32b958a3 deploy: f17915842f
2024-11-27 19:34:22 +00:00

492 lines
No EOL
354 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Trait implemented by readable registers to enable the `read` method."><title>Readable in rp2040_pac::generic - Rust</title><script>if(window.location.protocol!=="file:")document.head.insertAdjacentHTML("beforeend","SourceSerif4-Regular-46f98efaafac5295.ttf.woff2,FiraSans-Regular-018c141bf0843ffd.woff2,FiraSans-Medium-8f9a781e4970d388.woff2,SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2,SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2".split(",").map(f=>`<link rel="preload" as="font" type="font/woff2" crossorigin href="../../static.files/${f}">`).join(""))</script><link rel="stylesheet" href="../../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../../static.files/rustdoc-492a78a4a87dcc01.css"><meta name="rustdoc-vars" data-root-path="../../" data-static-root-path="../../static.files/" data-current-crate="rp2040_pac" data-themes="" data-resource-suffix="" data-rustdoc-version="1.82.0 (f6e511eec 2024-10-15)" data-channel="1.82.0" data-search-js="search-a99f1315e7cc5121.js" data-settings-js="settings-4313503d2e1961c2.js" ><script src="../../static.files/storage-118b08c4c78b968e.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../static.files/main-921df33f47b8780c.js"></script><noscript><link rel="stylesheet" href="../../static.files/noscript-3b12f09e550e0385.css"></noscript><link rel="alternate icon" type="image/png" href="../../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc trait"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle" title="show sidebar"></button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../rp2040_pac/index.html">rp2040_<wbr>pac</a><span class="version">0.6.0</span></h2></div><h2 class="location"><a href="#">Readable</a></h2><div class="sidebar-elems"><section><h3><a href="#implementors">Implementors</a></h3></section><h2><a href="index.html">In rp2040_<wbr>pac::<wbr>generic</a></h2></div></nav><div class="sidebar-resizer"></div><main><div class="width-limiter"><rustdoc-search></rustdoc-search><section id="main-content" class="content"><div class="main-heading"><h1>Trait <a href="../index.html">rp2040_pac</a>::<wbr><a href="index.html">generic</a>::<wbr><a class="trait" href="#">Readable</a><button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><span class="out-of-band"><a class="src" href="../../src/rp2040_pac/generic.rs.html#56">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><pre class="rust item-decl"><code>pub trait Readable: <a class="trait" href="trait.RegisterSpec.html" title="trait rp2040_pac::generic::RegisterSpec">RegisterSpec</a> { }</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Trait implemented by readable registers to enable the <code>read</code> method.</p>
<p>Registers marked with <code>Writable</code> can be also be <code>modify</code>ed.</p>
</div></details><h2 id="implementors" class="section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-Readable-for-CS_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/adc/cs.rs.html#164">source</a><a href="#impl-Readable-for-CS_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::adc::cs::<a class="struct" href="../adc/cs/struct.CS_SPEC.html" title="struct rp2040_pac::adc::cs::CS_SPEC">CS_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../adc/cs/type.R.html" title="type rp2040_pac::adc::cs::R"><code>cs::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-DIV_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/adc/div.rs.html#60">source</a><a href="#impl-Readable-for-DIV_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::adc::div::<a class="struct" href="../adc/div/struct.DIV_SPEC.html" title="struct rp2040_pac::adc::div::DIV_SPEC">DIV_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../adc/div/type.R.html" title="type rp2040_pac::adc::div::R"><code>div::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-FCS_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/adc/fcs.rs.html#153">source</a><a href="#impl-Readable-for-FCS_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../adc/fcs/struct.FCS_SPEC.html" title="struct rp2040_pac::adc::fcs::FCS_SPEC">FCS_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../adc/fcs/type.R.html" title="type rp2040_pac::adc::fcs::R"><code>fcs::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-FIFO_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/adc/fifo.rs.html#27">source</a><a href="#impl-Readable-for-FIFO_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../adc/fifo/struct.FIFO_SPEC.html" title="struct rp2040_pac::adc::fifo::FIFO_SPEC">FIFO_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../adc/fifo/type.R.html" title="type rp2040_pac::adc::fifo::R"><code>fifo::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTE_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/adc/inte.rs.html#46">source</a><a href="#impl-Readable-for-INTE_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::adc::inte::<a class="struct" href="../adc/inte/struct.INTE_SPEC.html" title="struct rp2040_pac::adc::inte::INTE_SPEC">INTE_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../adc/inte/type.R.html" title="type rp2040_pac::adc::inte::R"><code>inte::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTF_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/adc/intf.rs.html#46">source</a><a href="#impl-Readable-for-INTF_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::adc::intf::<a class="struct" href="../adc/intf/struct.INTF_SPEC.html" title="struct rp2040_pac::adc::intf::INTF_SPEC">INTF_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../adc/intf/type.R.html" title="type rp2040_pac::adc::intf::R"><code>intf::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/adc/intr.rs.html#22">source</a><a href="#impl-Readable-for-INTR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::adc::intr::<a class="struct" href="../adc/intr/struct.INTR_SPEC.html" title="struct rp2040_pac::adc::intr::INTR_SPEC">INTR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../adc/intr/type.R.html" title="type rp2040_pac::adc::intr::R"><code>intr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTS_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/adc/ints.rs.html#22">source</a><a href="#impl-Readable-for-INTS_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::adc::ints::<a class="struct" href="../adc/ints/struct.INTS_SPEC.html" title="struct rp2040_pac::adc::ints::INTS_SPEC">INTS_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../adc/ints/type.R.html" title="type rp2040_pac::adc::ints::R"><code>ints::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-RESULT_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/adc/result.rs.html#20">source</a><a href="#impl-Readable-for-RESULT_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../adc/result/struct.RESULT_SPEC.html" title="struct rp2040_pac::adc::result::RESULT_SPEC">RESULT_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../adc/result/type.R.html" title="type rp2040_pac::adc::result::R"><code>result::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-BUS_PRIORITY_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/busctrl/bus_priority.rs.html#87">source</a><a href="#impl-Readable-for-BUS_PRIORITY_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../busctrl/bus_priority/struct.BUS_PRIORITY_SPEC.html" title="struct rp2040_pac::busctrl::bus_priority::BUS_PRIORITY_SPEC">BUS_PRIORITY_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../busctrl/bus_priority/type.R.html" title="type rp2040_pac::busctrl::bus_priority::R"><code>bus_priority::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-BUS_PRIORITY_ACK_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/busctrl/bus_priority_ack.rs.html#24">source</a><a href="#impl-Readable-for-BUS_PRIORITY_ACK_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../busctrl/bus_priority_ack/struct.BUS_PRIORITY_ACK_SPEC.html" title="struct rp2040_pac::busctrl::bus_priority_ack::BUS_PRIORITY_ACK_SPEC">BUS_PRIORITY_ACK_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../busctrl/bus_priority_ack/type.R.html" title="type rp2040_pac::busctrl::bus_priority_ack::R"><code>bus_priority_ack::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-PERFCTR0_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/busctrl/perfctr0.rs.html#50">source</a><a href="#impl-Readable-for-PERFCTR0_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../busctrl/perfctr0/struct.PERFCTR0_SPEC.html" title="struct rp2040_pac::busctrl::perfctr0::PERFCTR0_SPEC">PERFCTR0_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../busctrl/perfctr0/type.R.html" title="type rp2040_pac::busctrl::perfctr0::R"><code>perfctr0::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-PERFCTR1_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/busctrl/perfctr1.rs.html#50">source</a><a href="#impl-Readable-for-PERFCTR1_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../busctrl/perfctr1/struct.PERFCTR1_SPEC.html" title="struct rp2040_pac::busctrl::perfctr1::PERFCTR1_SPEC">PERFCTR1_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../busctrl/perfctr1/type.R.html" title="type rp2040_pac::busctrl::perfctr1::R"><code>perfctr1::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-PERFCTR2_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/busctrl/perfctr2.rs.html#50">source</a><a href="#impl-Readable-for-PERFCTR2_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../busctrl/perfctr2/struct.PERFCTR2_SPEC.html" title="struct rp2040_pac::busctrl::perfctr2::PERFCTR2_SPEC">PERFCTR2_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../busctrl/perfctr2/type.R.html" title="type rp2040_pac::busctrl::perfctr2::R"><code>perfctr2::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-PERFCTR3_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/busctrl/perfctr3.rs.html#50">source</a><a href="#impl-Readable-for-PERFCTR3_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../busctrl/perfctr3/struct.PERFCTR3_SPEC.html" title="struct rp2040_pac::busctrl::perfctr3::PERFCTR3_SPEC">PERFCTR3_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../busctrl/perfctr3/type.R.html" title="type rp2040_pac::busctrl::perfctr3::R"><code>perfctr3::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-PERFSEL0_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/busctrl/perfsel0.rs.html#333">source</a><a href="#impl-Readable-for-PERFSEL0_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../busctrl/perfsel0/struct.PERFSEL0_SPEC.html" title="struct rp2040_pac::busctrl::perfsel0::PERFSEL0_SPEC">PERFSEL0_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../busctrl/perfsel0/type.R.html" title="type rp2040_pac::busctrl::perfsel0::R"><code>perfsel0::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-PERFSEL1_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/busctrl/perfsel1.rs.html#333">source</a><a href="#impl-Readable-for-PERFSEL1_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../busctrl/perfsel1/struct.PERFSEL1_SPEC.html" title="struct rp2040_pac::busctrl::perfsel1::PERFSEL1_SPEC">PERFSEL1_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../busctrl/perfsel1/type.R.html" title="type rp2040_pac::busctrl::perfsel1::R"><code>perfsel1::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-PERFSEL2_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/busctrl/perfsel2.rs.html#333">source</a><a href="#impl-Readable-for-PERFSEL2_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../busctrl/perfsel2/struct.PERFSEL2_SPEC.html" title="struct rp2040_pac::busctrl::perfsel2::PERFSEL2_SPEC">PERFSEL2_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../busctrl/perfsel2/type.R.html" title="type rp2040_pac::busctrl::perfsel2::R"><code>perfsel2::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-PERFSEL3_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/busctrl/perfsel3.rs.html#333">source</a><a href="#impl-Readable-for-PERFSEL3_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../busctrl/perfsel3/struct.PERFSEL3_SPEC.html" title="struct rp2040_pac::busctrl::perfsel3::PERFSEL3_SPEC">PERFSEL3_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../busctrl/perfsel3/type.R.html" title="type rp2040_pac::busctrl::perfsel3::R"><code>perfsel3::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CLK_ADC_CTRL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/clk_adc_ctrl.rs.html#219">source</a><a href="#impl-Readable-for-CLK_ADC_CTRL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/clk_adc_ctrl/struct.CLK_ADC_CTRL_SPEC.html" title="struct rp2040_pac::clocks::clk_adc_ctrl::CLK_ADC_CTRL_SPEC">CLK_ADC_CTRL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/clk_adc_ctrl/type.R.html" title="type rp2040_pac::clocks::clk_adc_ctrl::R"><code>clk_adc_ctrl::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CLK_ADC_DIV_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/clk_adc_div.rs.html#42">source</a><a href="#impl-Readable-for-CLK_ADC_DIV_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/clk_adc_div/struct.CLK_ADC_DIV_SPEC.html" title="struct rp2040_pac::clocks::clk_adc_div::CLK_ADC_DIV_SPEC">CLK_ADC_DIV_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/clk_adc_div/type.R.html" title="type rp2040_pac::clocks::clk_adc_div::R"><code>clk_adc_div::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CLK_ADC_SELECTED_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/clk_adc_selected.rs.html#22">source</a><a href="#impl-Readable-for-CLK_ADC_SELECTED_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/clk_adc_selected/struct.CLK_ADC_SELECTED_SPEC.html" title="struct rp2040_pac::clocks::clk_adc_selected::CLK_ADC_SELECTED_SPEC">CLK_ADC_SELECTED_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/clk_adc_selected/type.R.html" title="type rp2040_pac::clocks::clk_adc_selected::R"><code>clk_adc_selected::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CLK_GPOUT0_CTRL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/clk_gpout0_ctrl.rs.html#299">source</a><a href="#impl-Readable-for-CLK_GPOUT0_CTRL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/clk_gpout0_ctrl/struct.CLK_GPOUT0_CTRL_SPEC.html" title="struct rp2040_pac::clocks::clk_gpout0_ctrl::CLK_GPOUT0_CTRL_SPEC">CLK_GPOUT0_CTRL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/clk_gpout0_ctrl/type.R.html" title="type rp2040_pac::clocks::clk_gpout0_ctrl::R"><code>clk_gpout0_ctrl::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CLK_GPOUT0_DIV_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/clk_gpout0_div.rs.html#57">source</a><a href="#impl-Readable-for-CLK_GPOUT0_DIV_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/clk_gpout0_div/struct.CLK_GPOUT0_DIV_SPEC.html" title="struct rp2040_pac::clocks::clk_gpout0_div::CLK_GPOUT0_DIV_SPEC">CLK_GPOUT0_DIV_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/clk_gpout0_div/type.R.html" title="type rp2040_pac::clocks::clk_gpout0_div::R"><code>clk_gpout0_div::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CLK_GPOUT0_SELECTED_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/clk_gpout0_selected.rs.html#22">source</a><a href="#impl-Readable-for-CLK_GPOUT0_SELECTED_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/clk_gpout0_selected/struct.CLK_GPOUT0_SELECTED_SPEC.html" title="struct rp2040_pac::clocks::clk_gpout0_selected::CLK_GPOUT0_SELECTED_SPEC">CLK_GPOUT0_SELECTED_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/clk_gpout0_selected/type.R.html" title="type rp2040_pac::clocks::clk_gpout0_selected::R"><code>clk_gpout0_selected::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CLK_GPOUT1_CTRL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/clk_gpout1_ctrl.rs.html#299">source</a><a href="#impl-Readable-for-CLK_GPOUT1_CTRL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/clk_gpout1_ctrl/struct.CLK_GPOUT1_CTRL_SPEC.html" title="struct rp2040_pac::clocks::clk_gpout1_ctrl::CLK_GPOUT1_CTRL_SPEC">CLK_GPOUT1_CTRL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/clk_gpout1_ctrl/type.R.html" title="type rp2040_pac::clocks::clk_gpout1_ctrl::R"><code>clk_gpout1_ctrl::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CLK_GPOUT1_DIV_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/clk_gpout1_div.rs.html#57">source</a><a href="#impl-Readable-for-CLK_GPOUT1_DIV_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/clk_gpout1_div/struct.CLK_GPOUT1_DIV_SPEC.html" title="struct rp2040_pac::clocks::clk_gpout1_div::CLK_GPOUT1_DIV_SPEC">CLK_GPOUT1_DIV_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/clk_gpout1_div/type.R.html" title="type rp2040_pac::clocks::clk_gpout1_div::R"><code>clk_gpout1_div::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CLK_GPOUT1_SELECTED_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/clk_gpout1_selected.rs.html#22">source</a><a href="#impl-Readable-for-CLK_GPOUT1_SELECTED_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/clk_gpout1_selected/struct.CLK_GPOUT1_SELECTED_SPEC.html" title="struct rp2040_pac::clocks::clk_gpout1_selected::CLK_GPOUT1_SELECTED_SPEC">CLK_GPOUT1_SELECTED_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/clk_gpout1_selected/type.R.html" title="type rp2040_pac::clocks::clk_gpout1_selected::R"><code>clk_gpout1_selected::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CLK_GPOUT2_CTRL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/clk_gpout2_ctrl.rs.html#299">source</a><a href="#impl-Readable-for-CLK_GPOUT2_CTRL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/clk_gpout2_ctrl/struct.CLK_GPOUT2_CTRL_SPEC.html" title="struct rp2040_pac::clocks::clk_gpout2_ctrl::CLK_GPOUT2_CTRL_SPEC">CLK_GPOUT2_CTRL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/clk_gpout2_ctrl/type.R.html" title="type rp2040_pac::clocks::clk_gpout2_ctrl::R"><code>clk_gpout2_ctrl::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CLK_GPOUT2_DIV_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/clk_gpout2_div.rs.html#57">source</a><a href="#impl-Readable-for-CLK_GPOUT2_DIV_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/clk_gpout2_div/struct.CLK_GPOUT2_DIV_SPEC.html" title="struct rp2040_pac::clocks::clk_gpout2_div::CLK_GPOUT2_DIV_SPEC">CLK_GPOUT2_DIV_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/clk_gpout2_div/type.R.html" title="type rp2040_pac::clocks::clk_gpout2_div::R"><code>clk_gpout2_div::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CLK_GPOUT2_SELECTED_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/clk_gpout2_selected.rs.html#22">source</a><a href="#impl-Readable-for-CLK_GPOUT2_SELECTED_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/clk_gpout2_selected/struct.CLK_GPOUT2_SELECTED_SPEC.html" title="struct rp2040_pac::clocks::clk_gpout2_selected::CLK_GPOUT2_SELECTED_SPEC">CLK_GPOUT2_SELECTED_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/clk_gpout2_selected/type.R.html" title="type rp2040_pac::clocks::clk_gpout2_selected::R"><code>clk_gpout2_selected::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CLK_GPOUT3_CTRL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/clk_gpout3_ctrl.rs.html#299">source</a><a href="#impl-Readable-for-CLK_GPOUT3_CTRL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/clk_gpout3_ctrl/struct.CLK_GPOUT3_CTRL_SPEC.html" title="struct rp2040_pac::clocks::clk_gpout3_ctrl::CLK_GPOUT3_CTRL_SPEC">CLK_GPOUT3_CTRL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/clk_gpout3_ctrl/type.R.html" title="type rp2040_pac::clocks::clk_gpout3_ctrl::R"><code>clk_gpout3_ctrl::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CLK_GPOUT3_DIV_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/clk_gpout3_div.rs.html#57">source</a><a href="#impl-Readable-for-CLK_GPOUT3_DIV_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/clk_gpout3_div/struct.CLK_GPOUT3_DIV_SPEC.html" title="struct rp2040_pac::clocks::clk_gpout3_div::CLK_GPOUT3_DIV_SPEC">CLK_GPOUT3_DIV_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/clk_gpout3_div/type.R.html" title="type rp2040_pac::clocks::clk_gpout3_div::R"><code>clk_gpout3_div::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CLK_GPOUT3_SELECTED_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/clk_gpout3_selected.rs.html#22">source</a><a href="#impl-Readable-for-CLK_GPOUT3_SELECTED_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/clk_gpout3_selected/struct.CLK_GPOUT3_SELECTED_SPEC.html" title="struct rp2040_pac::clocks::clk_gpout3_selected::CLK_GPOUT3_SELECTED_SPEC">CLK_GPOUT3_SELECTED_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/clk_gpout3_selected/type.R.html" title="type rp2040_pac::clocks::clk_gpout3_selected::R"><code>clk_gpout3_selected::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CLK_PERI_CTRL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/clk_peri_ctrl.rs.html#194">source</a><a href="#impl-Readable-for-CLK_PERI_CTRL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/clk_peri_ctrl/struct.CLK_PERI_CTRL_SPEC.html" title="struct rp2040_pac::clocks::clk_peri_ctrl::CLK_PERI_CTRL_SPEC">CLK_PERI_CTRL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/clk_peri_ctrl/type.R.html" title="type rp2040_pac::clocks::clk_peri_ctrl::R"><code>clk_peri_ctrl::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CLK_PERI_SELECTED_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/clk_peri_selected.rs.html#22">source</a><a href="#impl-Readable-for-CLK_PERI_SELECTED_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/clk_peri_selected/struct.CLK_PERI_SELECTED_SPEC.html" title="struct rp2040_pac::clocks::clk_peri_selected::CLK_PERI_SELECTED_SPEC">CLK_PERI_SELECTED_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/clk_peri_selected/type.R.html" title="type rp2040_pac::clocks::clk_peri_selected::R"><code>clk_peri_selected::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CLK_REF_CTRL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/clk_ref_ctrl.rs.html#197">source</a><a href="#impl-Readable-for-CLK_REF_CTRL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/clk_ref_ctrl/struct.CLK_REF_CTRL_SPEC.html" title="struct rp2040_pac::clocks::clk_ref_ctrl::CLK_REF_CTRL_SPEC">CLK_REF_CTRL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/clk_ref_ctrl/type.R.html" title="type rp2040_pac::clocks::clk_ref_ctrl::R"><code>clk_ref_ctrl::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CLK_REF_DIV_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/clk_ref_div.rs.html#42">source</a><a href="#impl-Readable-for-CLK_REF_DIV_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/clk_ref_div/struct.CLK_REF_DIV_SPEC.html" title="struct rp2040_pac::clocks::clk_ref_div::CLK_REF_DIV_SPEC">CLK_REF_DIV_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/clk_ref_div/type.R.html" title="type rp2040_pac::clocks::clk_ref_div::R"><code>clk_ref_div::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CLK_REF_SELECTED_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/clk_ref_selected.rs.html#22">source</a><a href="#impl-Readable-for-CLK_REF_SELECTED_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/clk_ref_selected/struct.CLK_REF_SELECTED_SPEC.html" title="struct rp2040_pac::clocks::clk_ref_selected::CLK_REF_SELECTED_SPEC">CLK_REF_SELECTED_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/clk_ref_selected/type.R.html" title="type rp2040_pac::clocks::clk_ref_selected::R"><code>clk_ref_selected::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CLK_RTC_CTRL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/clk_rtc_ctrl.rs.html#219">source</a><a href="#impl-Readable-for-CLK_RTC_CTRL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/clk_rtc_ctrl/struct.CLK_RTC_CTRL_SPEC.html" title="struct rp2040_pac::clocks::clk_rtc_ctrl::CLK_RTC_CTRL_SPEC">CLK_RTC_CTRL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/clk_rtc_ctrl/type.R.html" title="type rp2040_pac::clocks::clk_rtc_ctrl::R"><code>clk_rtc_ctrl::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CLK_RTC_DIV_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/clk_rtc_div.rs.html#57">source</a><a href="#impl-Readable-for-CLK_RTC_DIV_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/clk_rtc_div/struct.CLK_RTC_DIV_SPEC.html" title="struct rp2040_pac::clocks::clk_rtc_div::CLK_RTC_DIV_SPEC">CLK_RTC_DIV_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/clk_rtc_div/type.R.html" title="type rp2040_pac::clocks::clk_rtc_div::R"><code>clk_rtc_div::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CLK_RTC_SELECTED_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/clk_rtc_selected.rs.html#22">source</a><a href="#impl-Readable-for-CLK_RTC_SELECTED_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/clk_rtc_selected/struct.CLK_RTC_SELECTED_SPEC.html" title="struct rp2040_pac::clocks::clk_rtc_selected::CLK_RTC_SELECTED_SPEC">CLK_RTC_SELECTED_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/clk_rtc_selected/type.R.html" title="type rp2040_pac::clocks::clk_rtc_selected::R"><code>clk_rtc_selected::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CLK_SYS_CTRL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/clk_sys_ctrl.rs.html#217">source</a><a href="#impl-Readable-for-CLK_SYS_CTRL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/clk_sys_ctrl/struct.CLK_SYS_CTRL_SPEC.html" title="struct rp2040_pac::clocks::clk_sys_ctrl::CLK_SYS_CTRL_SPEC">CLK_SYS_CTRL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/clk_sys_ctrl/type.R.html" title="type rp2040_pac::clocks::clk_sys_ctrl::R"><code>clk_sys_ctrl::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CLK_SYS_DIV_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/clk_sys_div.rs.html#57">source</a><a href="#impl-Readable-for-CLK_SYS_DIV_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/clk_sys_div/struct.CLK_SYS_DIV_SPEC.html" title="struct rp2040_pac::clocks::clk_sys_div::CLK_SYS_DIV_SPEC">CLK_SYS_DIV_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/clk_sys_div/type.R.html" title="type rp2040_pac::clocks::clk_sys_div::R"><code>clk_sys_div::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CLK_SYS_RESUS_CTRL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/clk_sys_resus_ctrl.rs.html#91">source</a><a href="#impl-Readable-for-CLK_SYS_RESUS_CTRL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/clk_sys_resus_ctrl/struct.CLK_SYS_RESUS_CTRL_SPEC.html" title="struct rp2040_pac::clocks::clk_sys_resus_ctrl::CLK_SYS_RESUS_CTRL_SPEC">CLK_SYS_RESUS_CTRL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/clk_sys_resus_ctrl/type.R.html" title="type rp2040_pac::clocks::clk_sys_resus_ctrl::R"><code>clk_sys_resus_ctrl::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CLK_SYS_RESUS_STATUS_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/clk_sys_resus_status.rs.html#20">source</a><a href="#impl-Readable-for-CLK_SYS_RESUS_STATUS_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/clk_sys_resus_status/struct.CLK_SYS_RESUS_STATUS_SPEC.html" title="struct rp2040_pac::clocks::clk_sys_resus_status::CLK_SYS_RESUS_STATUS_SPEC">CLK_SYS_RESUS_STATUS_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/clk_sys_resus_status/type.R.html" title="type rp2040_pac::clocks::clk_sys_resus_status::R"><code>clk_sys_resus_status::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CLK_SYS_SELECTED_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/clk_sys_selected.rs.html#22">source</a><a href="#impl-Readable-for-CLK_SYS_SELECTED_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/clk_sys_selected/struct.CLK_SYS_SELECTED_SPEC.html" title="struct rp2040_pac::clocks::clk_sys_selected::CLK_SYS_SELECTED_SPEC">CLK_SYS_SELECTED_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/clk_sys_selected/type.R.html" title="type rp2040_pac::clocks::clk_sys_selected::R"><code>clk_sys_selected::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CLK_USB_CTRL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/clk_usb_ctrl.rs.html#219">source</a><a href="#impl-Readable-for-CLK_USB_CTRL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/clk_usb_ctrl/struct.CLK_USB_CTRL_SPEC.html" title="struct rp2040_pac::clocks::clk_usb_ctrl::CLK_USB_CTRL_SPEC">CLK_USB_CTRL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/clk_usb_ctrl/type.R.html" title="type rp2040_pac::clocks::clk_usb_ctrl::R"><code>clk_usb_ctrl::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CLK_USB_DIV_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/clk_usb_div.rs.html#42">source</a><a href="#impl-Readable-for-CLK_USB_DIV_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/clk_usb_div/struct.CLK_USB_DIV_SPEC.html" title="struct rp2040_pac::clocks::clk_usb_div::CLK_USB_DIV_SPEC">CLK_USB_DIV_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/clk_usb_div/type.R.html" title="type rp2040_pac::clocks::clk_usb_div::R"><code>clk_usb_div::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CLK_USB_SELECTED_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/clk_usb_selected.rs.html#22">source</a><a href="#impl-Readable-for-CLK_USB_SELECTED_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/clk_usb_selected/struct.CLK_USB_SELECTED_SPEC.html" title="struct rp2040_pac::clocks::clk_usb_selected::CLK_USB_SELECTED_SPEC">CLK_USB_SELECTED_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/clk_usb_selected/type.R.html" title="type rp2040_pac::clocks::clk_usb_selected::R"><code>clk_usb_selected::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-ENABLED0_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/enabled0.rs.html#237">source</a><a href="#impl-Readable-for-ENABLED0_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/enabled0/struct.ENABLED0_SPEC.html" title="struct rp2040_pac::clocks::enabled0::ENABLED0_SPEC">ENABLED0_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/enabled0/type.R.html" title="type rp2040_pac::clocks::enabled0::R"><code>enabled0::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-ENABLED1_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/enabled1.rs.html#118">source</a><a href="#impl-Readable-for-ENABLED1_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/enabled1/struct.ENABLED1_SPEC.html" title="struct rp2040_pac::clocks::enabled1::ENABLED1_SPEC">ENABLED1_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/enabled1/type.R.html" title="type rp2040_pac::clocks::enabled1::R"><code>enabled1::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-FC0_DELAY_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/fc0_delay.rs.html#43">source</a><a href="#impl-Readable-for-FC0_DELAY_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/fc0_delay/struct.FC0_DELAY_SPEC.html" title="struct rp2040_pac::clocks::fc0_delay::FC0_DELAY_SPEC">FC0_DELAY_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/fc0_delay/type.R.html" title="type rp2040_pac::clocks::fc0_delay::R"><code>fc0_delay::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-FC0_INTERVAL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/fc0_interval.rs.html#43">source</a><a href="#impl-Readable-for-FC0_INTERVAL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/fc0_interval/struct.FC0_INTERVAL_SPEC.html" title="struct rp2040_pac::clocks::fc0_interval::FC0_INTERVAL_SPEC">FC0_INTERVAL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/fc0_interval/type.R.html" title="type rp2040_pac::clocks::fc0_interval::R"><code>fc0_interval::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-FC0_MAX_KHZ_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/fc0_max_khz.rs.html#42">source</a><a href="#impl-Readable-for-FC0_MAX_KHZ_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/fc0_max_khz/struct.FC0_MAX_KHZ_SPEC.html" title="struct rp2040_pac::clocks::fc0_max_khz::FC0_MAX_KHZ_SPEC">FC0_MAX_KHZ_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/fc0_max_khz/type.R.html" title="type rp2040_pac::clocks::fc0_max_khz::R"><code>fc0_max_khz::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-FC0_MIN_KHZ_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/fc0_min_khz.rs.html#42">source</a><a href="#impl-Readable-for-FC0_MIN_KHZ_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/fc0_min_khz/struct.FC0_MIN_KHZ_SPEC.html" title="struct rp2040_pac::clocks::fc0_min_khz::FC0_MIN_KHZ_SPEC">FC0_MIN_KHZ_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/fc0_min_khz/type.R.html" title="type rp2040_pac::clocks::fc0_min_khz::R"><code>fc0_min_khz::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-FC0_REF_KHZ_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/fc0_ref_khz.rs.html#42">source</a><a href="#impl-Readable-for-FC0_REF_KHZ_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/fc0_ref_khz/struct.FC0_REF_KHZ_SPEC.html" title="struct rp2040_pac::clocks::fc0_ref_khz::FC0_REF_KHZ_SPEC">FC0_REF_KHZ_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/fc0_ref_khz/type.R.html" title="type rp2040_pac::clocks::fc0_ref_khz::R"><code>fc0_ref_khz::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-FC0_RESULT_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/fc0_result.rs.html#27">source</a><a href="#impl-Readable-for-FC0_RESULT_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/fc0_result/struct.FC0_RESULT_SPEC.html" title="struct rp2040_pac::clocks::fc0_result::FC0_RESULT_SPEC">FC0_RESULT_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/fc0_result/type.R.html" title="type rp2040_pac::clocks::fc0_result::R"><code>fc0_result::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-FC0_SRC_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/fc0_src.rs.html#256">source</a><a href="#impl-Readable-for-FC0_SRC_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/fc0_src/struct.FC0_SRC_SPEC.html" title="struct rp2040_pac::clocks::fc0_src::FC0_SRC_SPEC">FC0_SRC_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/fc0_src/type.R.html" title="type rp2040_pac::clocks::fc0_src::R"><code>fc0_src::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-FC0_STATUS_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/fc0_status.rs.html#69">source</a><a href="#impl-Readable-for-FC0_STATUS_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/fc0_status/struct.FC0_STATUS_SPEC.html" title="struct rp2040_pac::clocks::fc0_status::FC0_STATUS_SPEC">FC0_STATUS_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/fc0_status/type.R.html" title="type rp2040_pac::clocks::fc0_status::R"><code>fc0_status::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTE_SPEC-1" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/inte.rs.html#42">source</a><a href="#impl-Readable-for-INTE_SPEC-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::clocks::inte::<a class="struct" href="../clocks/inte/struct.INTE_SPEC.html" title="struct rp2040_pac::clocks::inte::INTE_SPEC">INTE_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/inte/type.R.html" title="type rp2040_pac::clocks::inte::R"><code>inte::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTF_SPEC-1" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/intf.rs.html#42">source</a><a href="#impl-Readable-for-INTF_SPEC-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::clocks::intf::<a class="struct" href="../clocks/intf/struct.INTF_SPEC.html" title="struct rp2040_pac::clocks::intf::INTF_SPEC">INTF_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/intf/type.R.html" title="type rp2040_pac::clocks::intf::R"><code>intf::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTR_SPEC-1" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/intr.rs.html#20">source</a><a href="#impl-Readable-for-INTR_SPEC-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::clocks::intr::<a class="struct" href="../clocks/intr/struct.INTR_SPEC.html" title="struct rp2040_pac::clocks::intr::INTR_SPEC">INTR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/intr/type.R.html" title="type rp2040_pac::clocks::intr::R"><code>intr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTS_SPEC-1" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/ints.rs.html#20">source</a><a href="#impl-Readable-for-INTS_SPEC-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::clocks::ints::<a class="struct" href="../clocks/ints/struct.INTS_SPEC.html" title="struct rp2040_pac::clocks::ints::INTS_SPEC">INTS_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/ints/type.R.html" title="type rp2040_pac::clocks::ints::R"><code>ints::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SLEEP_EN0_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/sleep_en0.rs.html#507">source</a><a href="#impl-Readable-for-SLEEP_EN0_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/sleep_en0/struct.SLEEP_EN0_SPEC.html" title="struct rp2040_pac::clocks::sleep_en0::SLEEP_EN0_SPEC">SLEEP_EN0_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/sleep_en0/type.R.html" title="type rp2040_pac::clocks::sleep_en0::R"><code>sleep_en0::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SLEEP_EN1_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/sleep_en1.rs.html#252">source</a><a href="#impl-Readable-for-SLEEP_EN1_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/sleep_en1/struct.SLEEP_EN1_SPEC.html" title="struct rp2040_pac::clocks::sleep_en1::SLEEP_EN1_SPEC">SLEEP_EN1_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/sleep_en1/type.R.html" title="type rp2040_pac::clocks::sleep_en1::R"><code>sleep_en1::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-WAKE_EN0_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/wake_en0.rs.html#507">source</a><a href="#impl-Readable-for-WAKE_EN0_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/wake_en0/struct.WAKE_EN0_SPEC.html" title="struct rp2040_pac::clocks::wake_en0::WAKE_EN0_SPEC">WAKE_EN0_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/wake_en0/type.R.html" title="type rp2040_pac::clocks::wake_en0::R"><code>wake_en0::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-WAKE_EN1_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/clocks/wake_en1.rs.html#252">source</a><a href="#impl-Readable-for-WAKE_EN1_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../clocks/wake_en1/struct.WAKE_EN1_SPEC.html" title="struct rp2040_pac::clocks::wake_en1::WAKE_EN1_SPEC">WAKE_EN1_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../clocks/wake_en1/type.R.html" title="type rp2040_pac::clocks::wake_en1::R"><code>wake_en1::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH0_DBG_CTDREQ_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch0_dbg_ctdreq.rs.html#42">source</a><a href="#impl-Readable-for-CH0_DBG_CTDREQ_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch0_dbg_ctdreq/struct.CH0_DBG_CTDREQ_SPEC.html" title="struct rp2040_pac::dma::ch0_dbg_ctdreq::CH0_DBG_CTDREQ_SPEC">CH0_DBG_CTDREQ_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch0_dbg_ctdreq/type.R.html" title="type rp2040_pac::dma::ch0_dbg_ctdreq::R"><code>ch0_dbg_ctdreq::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH0_DBG_TCR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch0_dbg_tcr.rs.html#21">source</a><a href="#impl-Readable-for-CH0_DBG_TCR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch0_dbg_tcr/struct.CH0_DBG_TCR_SPEC.html" title="struct rp2040_pac::dma::ch0_dbg_tcr::CH0_DBG_TCR_SPEC">CH0_DBG_TCR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch0_dbg_tcr/type.R.html" title="type rp2040_pac::dma::ch0_dbg_tcr::R"><code>ch0_dbg_tcr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH1_DBG_CTDREQ_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch1_dbg_ctdreq.rs.html#42">source</a><a href="#impl-Readable-for-CH1_DBG_CTDREQ_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch1_dbg_ctdreq/struct.CH1_DBG_CTDREQ_SPEC.html" title="struct rp2040_pac::dma::ch1_dbg_ctdreq::CH1_DBG_CTDREQ_SPEC">CH1_DBG_CTDREQ_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch1_dbg_ctdreq/type.R.html" title="type rp2040_pac::dma::ch1_dbg_ctdreq::R"><code>ch1_dbg_ctdreq::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH1_DBG_TCR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch1_dbg_tcr.rs.html#21">source</a><a href="#impl-Readable-for-CH1_DBG_TCR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch1_dbg_tcr/struct.CH1_DBG_TCR_SPEC.html" title="struct rp2040_pac::dma::ch1_dbg_tcr::CH1_DBG_TCR_SPEC">CH1_DBG_TCR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch1_dbg_tcr/type.R.html" title="type rp2040_pac::dma::ch1_dbg_tcr::R"><code>ch1_dbg_tcr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH2_DBG_CTDREQ_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch2_dbg_ctdreq.rs.html#42">source</a><a href="#impl-Readable-for-CH2_DBG_CTDREQ_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch2_dbg_ctdreq/struct.CH2_DBG_CTDREQ_SPEC.html" title="struct rp2040_pac::dma::ch2_dbg_ctdreq::CH2_DBG_CTDREQ_SPEC">CH2_DBG_CTDREQ_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch2_dbg_ctdreq/type.R.html" title="type rp2040_pac::dma::ch2_dbg_ctdreq::R"><code>ch2_dbg_ctdreq::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH2_DBG_TCR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch2_dbg_tcr.rs.html#21">source</a><a href="#impl-Readable-for-CH2_DBG_TCR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch2_dbg_tcr/struct.CH2_DBG_TCR_SPEC.html" title="struct rp2040_pac::dma::ch2_dbg_tcr::CH2_DBG_TCR_SPEC">CH2_DBG_TCR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch2_dbg_tcr/type.R.html" title="type rp2040_pac::dma::ch2_dbg_tcr::R"><code>ch2_dbg_tcr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH3_DBG_CTDREQ_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch3_dbg_ctdreq.rs.html#42">source</a><a href="#impl-Readable-for-CH3_DBG_CTDREQ_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch3_dbg_ctdreq/struct.CH3_DBG_CTDREQ_SPEC.html" title="struct rp2040_pac::dma::ch3_dbg_ctdreq::CH3_DBG_CTDREQ_SPEC">CH3_DBG_CTDREQ_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch3_dbg_ctdreq/type.R.html" title="type rp2040_pac::dma::ch3_dbg_ctdreq::R"><code>ch3_dbg_ctdreq::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH3_DBG_TCR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch3_dbg_tcr.rs.html#21">source</a><a href="#impl-Readable-for-CH3_DBG_TCR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch3_dbg_tcr/struct.CH3_DBG_TCR_SPEC.html" title="struct rp2040_pac::dma::ch3_dbg_tcr::CH3_DBG_TCR_SPEC">CH3_DBG_TCR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch3_dbg_tcr/type.R.html" title="type rp2040_pac::dma::ch3_dbg_tcr::R"><code>ch3_dbg_tcr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH4_DBG_CTDREQ_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch4_dbg_ctdreq.rs.html#42">source</a><a href="#impl-Readable-for-CH4_DBG_CTDREQ_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch4_dbg_ctdreq/struct.CH4_DBG_CTDREQ_SPEC.html" title="struct rp2040_pac::dma::ch4_dbg_ctdreq::CH4_DBG_CTDREQ_SPEC">CH4_DBG_CTDREQ_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch4_dbg_ctdreq/type.R.html" title="type rp2040_pac::dma::ch4_dbg_ctdreq::R"><code>ch4_dbg_ctdreq::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH4_DBG_TCR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch4_dbg_tcr.rs.html#21">source</a><a href="#impl-Readable-for-CH4_DBG_TCR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch4_dbg_tcr/struct.CH4_DBG_TCR_SPEC.html" title="struct rp2040_pac::dma::ch4_dbg_tcr::CH4_DBG_TCR_SPEC">CH4_DBG_TCR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch4_dbg_tcr/type.R.html" title="type rp2040_pac::dma::ch4_dbg_tcr::R"><code>ch4_dbg_tcr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH5_DBG_CTDREQ_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch5_dbg_ctdreq.rs.html#42">source</a><a href="#impl-Readable-for-CH5_DBG_CTDREQ_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch5_dbg_ctdreq/struct.CH5_DBG_CTDREQ_SPEC.html" title="struct rp2040_pac::dma::ch5_dbg_ctdreq::CH5_DBG_CTDREQ_SPEC">CH5_DBG_CTDREQ_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch5_dbg_ctdreq/type.R.html" title="type rp2040_pac::dma::ch5_dbg_ctdreq::R"><code>ch5_dbg_ctdreq::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH5_DBG_TCR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch5_dbg_tcr.rs.html#21">source</a><a href="#impl-Readable-for-CH5_DBG_TCR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch5_dbg_tcr/struct.CH5_DBG_TCR_SPEC.html" title="struct rp2040_pac::dma::ch5_dbg_tcr::CH5_DBG_TCR_SPEC">CH5_DBG_TCR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch5_dbg_tcr/type.R.html" title="type rp2040_pac::dma::ch5_dbg_tcr::R"><code>ch5_dbg_tcr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH6_DBG_CTDREQ_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch6_dbg_ctdreq.rs.html#42">source</a><a href="#impl-Readable-for-CH6_DBG_CTDREQ_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch6_dbg_ctdreq/struct.CH6_DBG_CTDREQ_SPEC.html" title="struct rp2040_pac::dma::ch6_dbg_ctdreq::CH6_DBG_CTDREQ_SPEC">CH6_DBG_CTDREQ_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch6_dbg_ctdreq/type.R.html" title="type rp2040_pac::dma::ch6_dbg_ctdreq::R"><code>ch6_dbg_ctdreq::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH6_DBG_TCR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch6_dbg_tcr.rs.html#21">source</a><a href="#impl-Readable-for-CH6_DBG_TCR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch6_dbg_tcr/struct.CH6_DBG_TCR_SPEC.html" title="struct rp2040_pac::dma::ch6_dbg_tcr::CH6_DBG_TCR_SPEC">CH6_DBG_TCR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch6_dbg_tcr/type.R.html" title="type rp2040_pac::dma::ch6_dbg_tcr::R"><code>ch6_dbg_tcr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH7_DBG_CTDREQ_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch7_dbg_ctdreq.rs.html#42">source</a><a href="#impl-Readable-for-CH7_DBG_CTDREQ_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch7_dbg_ctdreq/struct.CH7_DBG_CTDREQ_SPEC.html" title="struct rp2040_pac::dma::ch7_dbg_ctdreq::CH7_DBG_CTDREQ_SPEC">CH7_DBG_CTDREQ_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch7_dbg_ctdreq/type.R.html" title="type rp2040_pac::dma::ch7_dbg_ctdreq::R"><code>ch7_dbg_ctdreq::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH7_DBG_TCR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch7_dbg_tcr.rs.html#21">source</a><a href="#impl-Readable-for-CH7_DBG_TCR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch7_dbg_tcr/struct.CH7_DBG_TCR_SPEC.html" title="struct rp2040_pac::dma::ch7_dbg_tcr::CH7_DBG_TCR_SPEC">CH7_DBG_TCR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch7_dbg_tcr/type.R.html" title="type rp2040_pac::dma::ch7_dbg_tcr::R"><code>ch7_dbg_tcr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH8_DBG_CTDREQ_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch8_dbg_ctdreq.rs.html#42">source</a><a href="#impl-Readable-for-CH8_DBG_CTDREQ_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch8_dbg_ctdreq/struct.CH8_DBG_CTDREQ_SPEC.html" title="struct rp2040_pac::dma::ch8_dbg_ctdreq::CH8_DBG_CTDREQ_SPEC">CH8_DBG_CTDREQ_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch8_dbg_ctdreq/type.R.html" title="type rp2040_pac::dma::ch8_dbg_ctdreq::R"><code>ch8_dbg_ctdreq::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH8_DBG_TCR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch8_dbg_tcr.rs.html#21">source</a><a href="#impl-Readable-for-CH8_DBG_TCR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch8_dbg_tcr/struct.CH8_DBG_TCR_SPEC.html" title="struct rp2040_pac::dma::ch8_dbg_tcr::CH8_DBG_TCR_SPEC">CH8_DBG_TCR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch8_dbg_tcr/type.R.html" title="type rp2040_pac::dma::ch8_dbg_tcr::R"><code>ch8_dbg_tcr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH9_DBG_CTDREQ_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch9_dbg_ctdreq.rs.html#42">source</a><a href="#impl-Readable-for-CH9_DBG_CTDREQ_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch9_dbg_ctdreq/struct.CH9_DBG_CTDREQ_SPEC.html" title="struct rp2040_pac::dma::ch9_dbg_ctdreq::CH9_DBG_CTDREQ_SPEC">CH9_DBG_CTDREQ_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch9_dbg_ctdreq/type.R.html" title="type rp2040_pac::dma::ch9_dbg_ctdreq::R"><code>ch9_dbg_ctdreq::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH9_DBG_TCR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch9_dbg_tcr.rs.html#21">source</a><a href="#impl-Readable-for-CH9_DBG_TCR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch9_dbg_tcr/struct.CH9_DBG_TCR_SPEC.html" title="struct rp2040_pac::dma::ch9_dbg_tcr::CH9_DBG_TCR_SPEC">CH9_DBG_TCR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch9_dbg_tcr/type.R.html" title="type rp2040_pac::dma::ch9_dbg_tcr::R"><code>ch9_dbg_tcr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH10_DBG_CTDREQ_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch10_dbg_ctdreq.rs.html#42">source</a><a href="#impl-Readable-for-CH10_DBG_CTDREQ_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch10_dbg_ctdreq/struct.CH10_DBG_CTDREQ_SPEC.html" title="struct rp2040_pac::dma::ch10_dbg_ctdreq::CH10_DBG_CTDREQ_SPEC">CH10_DBG_CTDREQ_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch10_dbg_ctdreq/type.R.html" title="type rp2040_pac::dma::ch10_dbg_ctdreq::R"><code>ch10_dbg_ctdreq::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH10_DBG_TCR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch10_dbg_tcr.rs.html#21">source</a><a href="#impl-Readable-for-CH10_DBG_TCR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch10_dbg_tcr/struct.CH10_DBG_TCR_SPEC.html" title="struct rp2040_pac::dma::ch10_dbg_tcr::CH10_DBG_TCR_SPEC">CH10_DBG_TCR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch10_dbg_tcr/type.R.html" title="type rp2040_pac::dma::ch10_dbg_tcr::R"><code>ch10_dbg_tcr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH11_DBG_CTDREQ_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch11_dbg_ctdreq.rs.html#42">source</a><a href="#impl-Readable-for-CH11_DBG_CTDREQ_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch11_dbg_ctdreq/struct.CH11_DBG_CTDREQ_SPEC.html" title="struct rp2040_pac::dma::ch11_dbg_ctdreq::CH11_DBG_CTDREQ_SPEC">CH11_DBG_CTDREQ_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch11_dbg_ctdreq/type.R.html" title="type rp2040_pac::dma::ch11_dbg_ctdreq::R"><code>ch11_dbg_ctdreq::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH11_DBG_TCR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch11_dbg_tcr.rs.html#21">source</a><a href="#impl-Readable-for-CH11_DBG_TCR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch11_dbg_tcr/struct.CH11_DBG_TCR_SPEC.html" title="struct rp2040_pac::dma::ch11_dbg_tcr::CH11_DBG_TCR_SPEC">CH11_DBG_TCR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch11_dbg_tcr/type.R.html" title="type rp2040_pac::dma::ch11_dbg_tcr::R"><code>ch11_dbg_tcr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH_AL1_CTRL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch/ch_al1_ctrl.rs.html#1069">source</a><a href="#impl-Readable-for-CH_AL1_CTRL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch/ch_al1_ctrl/struct.CH_AL1_CTRL_SPEC.html" title="struct rp2040_pac::dma::ch::ch_al1_ctrl::CH_AL1_CTRL_SPEC">CH_AL1_CTRL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch/ch_al1_ctrl/type.R.html" title="type rp2040_pac::dma::ch::ch_al1_ctrl::R"><code>ch_al1_ctrl::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH_AL1_READ_ADDR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch/ch_al1_read_addr.rs.html#35">source</a><a href="#impl-Readable-for-CH_AL1_READ_ADDR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch/ch_al1_read_addr/struct.CH_AL1_READ_ADDR_SPEC.html" title="struct rp2040_pac::dma::ch::ch_al1_read_addr::CH_AL1_READ_ADDR_SPEC">CH_AL1_READ_ADDR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch/ch_al1_read_addr/type.R.html" title="type rp2040_pac::dma::ch::ch_al1_read_addr::R"><code>ch_al1_read_addr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH_AL1_TRANS_COUNT_TRIG_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch/ch_al1_trans_count_trig.rs.html#37">source</a><a href="#impl-Readable-for-CH_AL1_TRANS_COUNT_TRIG_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch/ch_al1_trans_count_trig/struct.CH_AL1_TRANS_COUNT_TRIG_SPEC.html" title="struct rp2040_pac::dma::ch::ch_al1_trans_count_trig::CH_AL1_TRANS_COUNT_TRIG_SPEC">CH_AL1_TRANS_COUNT_TRIG_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch/ch_al1_trans_count_trig/type.R.html" title="type rp2040_pac::dma::ch::ch_al1_trans_count_trig::R"><code>ch_al1_trans_count_trig::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH_AL1_WRITE_ADDR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch/ch_al1_write_addr.rs.html#35">source</a><a href="#impl-Readable-for-CH_AL1_WRITE_ADDR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch/ch_al1_write_addr/struct.CH_AL1_WRITE_ADDR_SPEC.html" title="struct rp2040_pac::dma::ch::ch_al1_write_addr::CH_AL1_WRITE_ADDR_SPEC">CH_AL1_WRITE_ADDR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch/ch_al1_write_addr/type.R.html" title="type rp2040_pac::dma::ch::ch_al1_write_addr::R"><code>ch_al1_write_addr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH_AL2_CTRL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch/ch_al2_ctrl.rs.html#1069">source</a><a href="#impl-Readable-for-CH_AL2_CTRL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch/ch_al2_ctrl/struct.CH_AL2_CTRL_SPEC.html" title="struct rp2040_pac::dma::ch::ch_al2_ctrl::CH_AL2_CTRL_SPEC">CH_AL2_CTRL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch/ch_al2_ctrl/type.R.html" title="type rp2040_pac::dma::ch::ch_al2_ctrl::R"><code>ch_al2_ctrl::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH_AL2_READ_ADDR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch/ch_al2_read_addr.rs.html#35">source</a><a href="#impl-Readable-for-CH_AL2_READ_ADDR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch/ch_al2_read_addr/struct.CH_AL2_READ_ADDR_SPEC.html" title="struct rp2040_pac::dma::ch::ch_al2_read_addr::CH_AL2_READ_ADDR_SPEC">CH_AL2_READ_ADDR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch/ch_al2_read_addr/type.R.html" title="type rp2040_pac::dma::ch::ch_al2_read_addr::R"><code>ch_al2_read_addr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH_AL2_TRANS_COUNT_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch/ch_al2_trans_count.rs.html#35">source</a><a href="#impl-Readable-for-CH_AL2_TRANS_COUNT_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch/ch_al2_trans_count/struct.CH_AL2_TRANS_COUNT_SPEC.html" title="struct rp2040_pac::dma::ch::ch_al2_trans_count::CH_AL2_TRANS_COUNT_SPEC">CH_AL2_TRANS_COUNT_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch/ch_al2_trans_count/type.R.html" title="type rp2040_pac::dma::ch::ch_al2_trans_count::R"><code>ch_al2_trans_count::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH_AL2_WRITE_ADDR_TRIG_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch/ch_al2_write_addr_trig.rs.html#37">source</a><a href="#impl-Readable-for-CH_AL2_WRITE_ADDR_TRIG_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch/ch_al2_write_addr_trig/struct.CH_AL2_WRITE_ADDR_TRIG_SPEC.html" title="struct rp2040_pac::dma::ch::ch_al2_write_addr_trig::CH_AL2_WRITE_ADDR_TRIG_SPEC">CH_AL2_WRITE_ADDR_TRIG_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch/ch_al2_write_addr_trig/type.R.html" title="type rp2040_pac::dma::ch::ch_al2_write_addr_trig::R"><code>ch_al2_write_addr_trig::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH_AL3_CTRL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch/ch_al3_ctrl.rs.html#1069">source</a><a href="#impl-Readable-for-CH_AL3_CTRL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch/ch_al3_ctrl/struct.CH_AL3_CTRL_SPEC.html" title="struct rp2040_pac::dma::ch::ch_al3_ctrl::CH_AL3_CTRL_SPEC">CH_AL3_CTRL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch/ch_al3_ctrl/type.R.html" title="type rp2040_pac::dma::ch::ch_al3_ctrl::R"><code>ch_al3_ctrl::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH_AL3_READ_ADDR_TRIG_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch/ch_al3_read_addr_trig.rs.html#37">source</a><a href="#impl-Readable-for-CH_AL3_READ_ADDR_TRIG_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch/ch_al3_read_addr_trig/struct.CH_AL3_READ_ADDR_TRIG_SPEC.html" title="struct rp2040_pac::dma::ch::ch_al3_read_addr_trig::CH_AL3_READ_ADDR_TRIG_SPEC">CH_AL3_READ_ADDR_TRIG_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch/ch_al3_read_addr_trig/type.R.html" title="type rp2040_pac::dma::ch::ch_al3_read_addr_trig::R"><code>ch_al3_read_addr_trig::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH_AL3_TRANS_COUNT_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch/ch_al3_trans_count.rs.html#35">source</a><a href="#impl-Readable-for-CH_AL3_TRANS_COUNT_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch/ch_al3_trans_count/struct.CH_AL3_TRANS_COUNT_SPEC.html" title="struct rp2040_pac::dma::ch::ch_al3_trans_count::CH_AL3_TRANS_COUNT_SPEC">CH_AL3_TRANS_COUNT_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch/ch_al3_trans_count/type.R.html" title="type rp2040_pac::dma::ch::ch_al3_trans_count::R"><code>ch_al3_trans_count::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH_AL3_WRITE_ADDR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch/ch_al3_write_addr.rs.html#35">source</a><a href="#impl-Readable-for-CH_AL3_WRITE_ADDR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch/ch_al3_write_addr/struct.CH_AL3_WRITE_ADDR_SPEC.html" title="struct rp2040_pac::dma::ch::ch_al3_write_addr::CH_AL3_WRITE_ADDR_SPEC">CH_AL3_WRITE_ADDR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch/ch_al3_write_addr/type.R.html" title="type rp2040_pac::dma::ch::ch_al3_write_addr::R"><code>ch_al3_write_addr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH_CTRL_TRIG_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch/ch_ctrl_trig.rs.html#1069">source</a><a href="#impl-Readable-for-CH_CTRL_TRIG_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch/ch_ctrl_trig/struct.CH_CTRL_TRIG_SPEC.html" title="struct rp2040_pac::dma::ch::ch_ctrl_trig::CH_CTRL_TRIG_SPEC">CH_CTRL_TRIG_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch/ch_ctrl_trig/type.R.html" title="type rp2040_pac::dma::ch::ch_ctrl_trig::R"><code>ch_ctrl_trig::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH_READ_ADDR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch/ch_read_addr.rs.html#36">source</a><a href="#impl-Readable-for-CH_READ_ADDR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch/ch_read_addr/struct.CH_READ_ADDR_SPEC.html" title="struct rp2040_pac::dma::ch::ch_read_addr::CH_READ_ADDR_SPEC">CH_READ_ADDR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch/ch_read_addr/type.R.html" title="type rp2040_pac::dma::ch::ch_read_addr::R"><code>ch_read_addr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH_TRANS_COUNT_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch/ch_trans_count.rs.html#42">source</a><a href="#impl-Readable-for-CH_TRANS_COUNT_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch/ch_trans_count/struct.CH_TRANS_COUNT_SPEC.html" title="struct rp2040_pac::dma::ch::ch_trans_count::CH_TRANS_COUNT_SPEC">CH_TRANS_COUNT_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch/ch_trans_count/type.R.html" title="type rp2040_pac::dma::ch::ch_trans_count::R"><code>ch_trans_count::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CH_WRITE_ADDR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ch/ch_write_addr.rs.html#36">source</a><a href="#impl-Readable-for-CH_WRITE_ADDR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ch/ch_write_addr/struct.CH_WRITE_ADDR_SPEC.html" title="struct rp2040_pac::dma::ch::ch_write_addr::CH_WRITE_ADDR_SPEC">CH_WRITE_ADDR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ch/ch_write_addr/type.R.html" title="type rp2040_pac::dma::ch::ch_write_addr::R"><code>ch_write_addr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CHAN_ABORT_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/chan_abort.rs.html#50">source</a><a href="#impl-Readable-for-CHAN_ABORT_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/chan_abort/struct.CHAN_ABORT_SPEC.html" title="struct rp2040_pac::dma::chan_abort::CHAN_ABORT_SPEC">CHAN_ABORT_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/chan_abort/type.R.html" title="type rp2040_pac::dma::chan_abort::R"><code>chan_abort::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-FIFO_LEVELS_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/fifo_levels.rs.html#34">source</a><a href="#impl-Readable-for-FIFO_LEVELS_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/fifo_levels/struct.FIFO_LEVELS_SPEC.html" title="struct rp2040_pac::dma::fifo_levels::FIFO_LEVELS_SPEC">FIFO_LEVELS_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/fifo_levels/type.R.html" title="type rp2040_pac::dma::fifo_levels::R"><code>fifo_levels::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTE0_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/inte0.rs.html#42">source</a><a href="#impl-Readable-for-INTE0_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/inte0/struct.INTE0_SPEC.html" title="struct rp2040_pac::dma::inte0::INTE0_SPEC">INTE0_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/inte0/type.R.html" title="type rp2040_pac::dma::inte0::R"><code>inte0::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTE1_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/inte1.rs.html#42">source</a><a href="#impl-Readable-for-INTE1_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/inte1/struct.INTE1_SPEC.html" title="struct rp2040_pac::dma::inte1::INTE1_SPEC">INTE1_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/inte1/type.R.html" title="type rp2040_pac::dma::inte1::R"><code>inte1::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTF0_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/intf0.rs.html#42">source</a><a href="#impl-Readable-for-INTF0_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/intf0/struct.INTF0_SPEC.html" title="struct rp2040_pac::dma::intf0::INTF0_SPEC">INTF0_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/intf0/type.R.html" title="type rp2040_pac::dma::intf0::R"><code>intf0::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTF1_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/intf1.rs.html#42">source</a><a href="#impl-Readable-for-INTF1_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/intf1/struct.INTF1_SPEC.html" title="struct rp2040_pac::dma::intf1::INTF1_SPEC">INTF1_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/intf1/type.R.html" title="type rp2040_pac::dma::intf1::R"><code>intf1::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTR_SPEC-2" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/intr.rs.html#66">source</a><a href="#impl-Readable-for-INTR_SPEC-2" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::dma::intr::<a class="struct" href="../dma/intr/struct.INTR_SPEC.html" title="struct rp2040_pac::dma::intr::INTR_SPEC">INTR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/intr/type.R.html" title="type rp2040_pac::dma::intr::R"><code>intr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTS0_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ints0.rs.html#46">source</a><a href="#impl-Readable-for-INTS0_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ints0/struct.INTS0_SPEC.html" title="struct rp2040_pac::dma::ints0::INTS0_SPEC">INTS0_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ints0/type.R.html" title="type rp2040_pac::dma::ints0::R"><code>ints0::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTS1_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/ints1.rs.html#46">source</a><a href="#impl-Readable-for-INTS1_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/ints1/struct.INTS1_SPEC.html" title="struct rp2040_pac::dma::ints1::INTS1_SPEC">INTS1_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/ints1/type.R.html" title="type rp2040_pac::dma::ints1::R"><code>ints1::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-MULTI_CHAN_TRIGGER_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/multi_chan_trigger.rs.html#42">source</a><a href="#impl-Readable-for-MULTI_CHAN_TRIGGER_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/multi_chan_trigger/struct.MULTI_CHAN_TRIGGER_SPEC.html" title="struct rp2040_pac::dma::multi_chan_trigger::MULTI_CHAN_TRIGGER_SPEC">MULTI_CHAN_TRIGGER_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/multi_chan_trigger/type.R.html" title="type rp2040_pac::dma::multi_chan_trigger::R"><code>multi_chan_trigger::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-N_CHANNELS_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/n_channels.rs.html#20">source</a><a href="#impl-Readable-for-N_CHANNELS_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/n_channels/struct.N_CHANNELS_SPEC.html" title="struct rp2040_pac::dma::n_channels::N_CHANNELS_SPEC">N_CHANNELS_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/n_channels/type.R.html" title="type rp2040_pac::dma::n_channels::R"><code>n_channels::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SNIFF_CTRL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/sniff_ctrl.rs.html#234">source</a><a href="#impl-Readable-for-SNIFF_CTRL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/sniff_ctrl/struct.SNIFF_CTRL_SPEC.html" title="struct rp2040_pac::dma::sniff_ctrl::SNIFF_CTRL_SPEC">SNIFF_CTRL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/sniff_ctrl/type.R.html" title="type rp2040_pac::dma::sniff_ctrl::R"><code>sniff_ctrl::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SNIFF_DATA_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/sniff_data.rs.html#36">source</a><a href="#impl-Readable-for-SNIFF_DATA_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/sniff_data/struct.SNIFF_DATA_SPEC.html" title="struct rp2040_pac::dma::sniff_data::SNIFF_DATA_SPEC">SNIFF_DATA_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/sniff_data/type.R.html" title="type rp2040_pac::dma::sniff_data::R"><code>sniff_data::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-TIMER0_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/timer0.rs.html#58">source</a><a href="#impl-Readable-for-TIMER0_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/timer0/struct.TIMER0_SPEC.html" title="struct rp2040_pac::dma::timer0::TIMER0_SPEC">TIMER0_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/timer0/type.R.html" title="type rp2040_pac::dma::timer0::R"><code>timer0::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-TIMER1_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/timer1.rs.html#58">source</a><a href="#impl-Readable-for-TIMER1_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/timer1/struct.TIMER1_SPEC.html" title="struct rp2040_pac::dma::timer1::TIMER1_SPEC">TIMER1_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/timer1/type.R.html" title="type rp2040_pac::dma::timer1::R"><code>timer1::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-TIMER2_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/timer2.rs.html#58">source</a><a href="#impl-Readable-for-TIMER2_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/timer2/struct.TIMER2_SPEC.html" title="struct rp2040_pac::dma::timer2::TIMER2_SPEC">TIMER2_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/timer2/type.R.html" title="type rp2040_pac::dma::timer2::R"><code>timer2::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-TIMER3_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/dma/timer3.rs.html#58">source</a><a href="#impl-Readable-for-TIMER3_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../dma/timer3/struct.TIMER3_SPEC.html" title="struct rp2040_pac::dma::timer3::TIMER3_SPEC">TIMER3_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../dma/timer3/type.R.html" title="type rp2040_pac::dma::timer3::R"><code>timer3::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_ACK_GENERAL_CALL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_ack_general_call.rs.html#97">source</a><a href="#impl-Readable-for-IC_ACK_GENERAL_CALL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_ack_general_call/struct.IC_ACK_GENERAL_CALL_SPEC.html" title="struct rp2040_pac::i2c0::ic_ack_general_call::IC_ACK_GENERAL_CALL_SPEC">IC_ACK_GENERAL_CALL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_ack_general_call/type.R.html" title="type rp2040_pac::i2c0::ic_ack_general_call::R"><code>ic_ack_general_call::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_CLR_ACTIVITY_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_clr_activity.rs.html#24">source</a><a href="#impl-Readable-for-IC_CLR_ACTIVITY_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_clr_activity/struct.IC_CLR_ACTIVITY_SPEC.html" title="struct rp2040_pac::i2c0::ic_clr_activity::IC_CLR_ACTIVITY_SPEC">IC_CLR_ACTIVITY_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_clr_activity/type.R.html" title="type rp2040_pac::i2c0::ic_clr_activity::R"><code>ic_clr_activity::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_CLR_GEN_CALL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_clr_gen_call.rs.html#24">source</a><a href="#impl-Readable-for-IC_CLR_GEN_CALL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_clr_gen_call/struct.IC_CLR_GEN_CALL_SPEC.html" title="struct rp2040_pac::i2c0::ic_clr_gen_call::IC_CLR_GEN_CALL_SPEC">IC_CLR_GEN_CALL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_clr_gen_call/type.R.html" title="type rp2040_pac::i2c0::ic_clr_gen_call::R"><code>ic_clr_gen_call::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_CLR_INTR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_clr_intr.rs.html#24">source</a><a href="#impl-Readable-for-IC_CLR_INTR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_clr_intr/struct.IC_CLR_INTR_SPEC.html" title="struct rp2040_pac::i2c0::ic_clr_intr::IC_CLR_INTR_SPEC">IC_CLR_INTR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_clr_intr/type.R.html" title="type rp2040_pac::i2c0::ic_clr_intr::R"><code>ic_clr_intr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_CLR_RD_REQ_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_clr_rd_req.rs.html#24">source</a><a href="#impl-Readable-for-IC_CLR_RD_REQ_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_clr_rd_req/struct.IC_CLR_RD_REQ_SPEC.html" title="struct rp2040_pac::i2c0::ic_clr_rd_req::IC_CLR_RD_REQ_SPEC">IC_CLR_RD_REQ_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_clr_rd_req/type.R.html" title="type rp2040_pac::i2c0::ic_clr_rd_req::R"><code>ic_clr_rd_req::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_CLR_RESTART_DET_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_clr_restart_det.rs.html#24">source</a><a href="#impl-Readable-for-IC_CLR_RESTART_DET_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_clr_restart_det/struct.IC_CLR_RESTART_DET_SPEC.html" title="struct rp2040_pac::i2c0::ic_clr_restart_det::IC_CLR_RESTART_DET_SPEC">IC_CLR_RESTART_DET_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_clr_restart_det/type.R.html" title="type rp2040_pac::i2c0::ic_clr_restart_det::R"><code>ic_clr_restart_det::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_CLR_RX_DONE_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_clr_rx_done.rs.html#24">source</a><a href="#impl-Readable-for-IC_CLR_RX_DONE_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_clr_rx_done/struct.IC_CLR_RX_DONE_SPEC.html" title="struct rp2040_pac::i2c0::ic_clr_rx_done::IC_CLR_RX_DONE_SPEC">IC_CLR_RX_DONE_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_clr_rx_done/type.R.html" title="type rp2040_pac::i2c0::ic_clr_rx_done::R"><code>ic_clr_rx_done::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_CLR_RX_OVER_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_clr_rx_over.rs.html#24">source</a><a href="#impl-Readable-for-IC_CLR_RX_OVER_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_clr_rx_over/struct.IC_CLR_RX_OVER_SPEC.html" title="struct rp2040_pac::i2c0::ic_clr_rx_over::IC_CLR_RX_OVER_SPEC">IC_CLR_RX_OVER_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_clr_rx_over/type.R.html" title="type rp2040_pac::i2c0::ic_clr_rx_over::R"><code>ic_clr_rx_over::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_CLR_RX_UNDER_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_clr_rx_under.rs.html#24">source</a><a href="#impl-Readable-for-IC_CLR_RX_UNDER_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_clr_rx_under/struct.IC_CLR_RX_UNDER_SPEC.html" title="struct rp2040_pac::i2c0::ic_clr_rx_under::IC_CLR_RX_UNDER_SPEC">IC_CLR_RX_UNDER_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_clr_rx_under/type.R.html" title="type rp2040_pac::i2c0::ic_clr_rx_under::R"><code>ic_clr_rx_under::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_CLR_START_DET_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_clr_start_det.rs.html#24">source</a><a href="#impl-Readable-for-IC_CLR_START_DET_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_clr_start_det/struct.IC_CLR_START_DET_SPEC.html" title="struct rp2040_pac::i2c0::ic_clr_start_det::IC_CLR_START_DET_SPEC">IC_CLR_START_DET_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_clr_start_det/type.R.html" title="type rp2040_pac::i2c0::ic_clr_start_det::R"><code>ic_clr_start_det::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_CLR_STOP_DET_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_clr_stop_det.rs.html#24">source</a><a href="#impl-Readable-for-IC_CLR_STOP_DET_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_clr_stop_det/struct.IC_CLR_STOP_DET_SPEC.html" title="struct rp2040_pac::i2c0::ic_clr_stop_det::IC_CLR_STOP_DET_SPEC">IC_CLR_STOP_DET_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_clr_stop_det/type.R.html" title="type rp2040_pac::i2c0::ic_clr_stop_det::R"><code>ic_clr_stop_det::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_CLR_TX_ABRT_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_clr_tx_abrt.rs.html#24">source</a><a href="#impl-Readable-for-IC_CLR_TX_ABRT_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_clr_tx_abrt/struct.IC_CLR_TX_ABRT_SPEC.html" title="struct rp2040_pac::i2c0::ic_clr_tx_abrt::IC_CLR_TX_ABRT_SPEC">IC_CLR_TX_ABRT_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_clr_tx_abrt/type.R.html" title="type rp2040_pac::i2c0::ic_clr_tx_abrt::R"><code>ic_clr_tx_abrt::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_CLR_TX_OVER_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_clr_tx_over.rs.html#24">source</a><a href="#impl-Readable-for-IC_CLR_TX_OVER_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_clr_tx_over/struct.IC_CLR_TX_OVER_SPEC.html" title="struct rp2040_pac::i2c0::ic_clr_tx_over::IC_CLR_TX_OVER_SPEC">IC_CLR_TX_OVER_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_clr_tx_over/type.R.html" title="type rp2040_pac::i2c0::ic_clr_tx_over::R"><code>ic_clr_tx_over::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_COMP_PARAM_1_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_comp_param_1.rs.html#71">source</a><a href="#impl-Readable-for-IC_COMP_PARAM_1_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_comp_param_1/struct.IC_COMP_PARAM_1_SPEC.html" title="struct rp2040_pac::i2c0::ic_comp_param_1::IC_COMP_PARAM_1_SPEC">IC_COMP_PARAM_1_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_comp_param_1/type.R.html" title="type rp2040_pac::i2c0::ic_comp_param_1::R"><code>ic_comp_param_1::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_COMP_TYPE_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_comp_type.rs.html#20">source</a><a href="#impl-Readable-for-IC_COMP_TYPE_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_comp_type/struct.IC_COMP_TYPE_SPEC.html" title="struct rp2040_pac::i2c0::ic_comp_type::IC_COMP_TYPE_SPEC">IC_COMP_TYPE_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_comp_type/type.R.html" title="type rp2040_pac::i2c0::ic_comp_type::R"><code>ic_comp_type::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_COMP_VERSION_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_comp_version.rs.html#20">source</a><a href="#impl-Readable-for-IC_COMP_VERSION_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_comp_version/struct.IC_COMP_VERSION_SPEC.html" title="struct rp2040_pac::i2c0::ic_comp_version::IC_COMP_VERSION_SPEC">IC_COMP_VERSION_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_comp_version/type.R.html" title="type rp2040_pac::i2c0::ic_comp_version::R"><code>ic_comp_version::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_CON_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_con.rs.html#770">source</a><a href="#impl-Readable-for-IC_CON_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_con/struct.IC_CON_SPEC.html" title="struct rp2040_pac::i2c0::ic_con::IC_CON_SPEC">IC_CON_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_con/type.R.html" title="type rp2040_pac::i2c0::ic_con::R"><code>ic_con::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_DATA_CMD_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_data_cmd.rs.html#404">source</a><a href="#impl-Readable-for-IC_DATA_CMD_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_data_cmd/struct.IC_DATA_CMD_SPEC.html" title="struct rp2040_pac::i2c0::ic_data_cmd::IC_DATA_CMD_SPEC">IC_DATA_CMD_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_data_cmd/type.R.html" title="type rp2040_pac::i2c0::ic_data_cmd::R"><code>ic_data_cmd::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_DMA_CR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_dma_cr.rs.html#161">source</a><a href="#impl-Readable-for-IC_DMA_CR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_dma_cr/struct.IC_DMA_CR_SPEC.html" title="struct rp2040_pac::i2c0::ic_dma_cr::IC_DMA_CR_SPEC">IC_DMA_CR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_dma_cr/type.R.html" title="type rp2040_pac::i2c0::ic_dma_cr::R"><code>ic_dma_cr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_DMA_RDLR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_dma_rdlr.rs.html#50">source</a><a href="#impl-Readable-for-IC_DMA_RDLR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_dma_rdlr/struct.IC_DMA_RDLR_SPEC.html" title="struct rp2040_pac::i2c0::ic_dma_rdlr::IC_DMA_RDLR_SPEC">IC_DMA_RDLR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_dma_rdlr/type.R.html" title="type rp2040_pac::i2c0::ic_dma_rdlr::R"><code>ic_dma_rdlr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_DMA_TDLR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_dma_tdlr.rs.html#50">source</a><a href="#impl-Readable-for-IC_DMA_TDLR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_dma_tdlr/struct.IC_DMA_TDLR_SPEC.html" title="struct rp2040_pac::i2c0::ic_dma_tdlr::IC_DMA_TDLR_SPEC">IC_DMA_TDLR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_dma_tdlr/type.R.html" title="type rp2040_pac::i2c0::ic_dma_tdlr::R"><code>ic_dma_tdlr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_ENABLE_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_enable.rs.html#280">source</a><a href="#impl-Readable-for-IC_ENABLE_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_enable/struct.IC_ENABLE_SPEC.html" title="struct rp2040_pac::i2c0::ic_enable::IC_ENABLE_SPEC">IC_ENABLE_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_enable/type.R.html" title="type rp2040_pac::i2c0::ic_enable::R"><code>ic_enable::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_ENABLE_STATUS_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_enable_status.rs.html#238">source</a><a href="#impl-Readable-for-IC_ENABLE_STATUS_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_enable_status/struct.IC_ENABLE_STATUS_SPEC.html" title="struct rp2040_pac::i2c0::ic_enable_status::IC_ENABLE_STATUS_SPEC">IC_ENABLE_STATUS_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_enable_status/type.R.html" title="type rp2040_pac::i2c0::ic_enable_status::R"><code>ic_enable_status::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_FS_SCL_HCNT_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_fs_scl_hcnt.rs.html#62">source</a><a href="#impl-Readable-for-IC_FS_SCL_HCNT_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_fs_scl_hcnt/struct.IC_FS_SCL_HCNT_SPEC.html" title="struct rp2040_pac::i2c0::ic_fs_scl_hcnt::IC_FS_SCL_HCNT_SPEC">IC_FS_SCL_HCNT_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_fs_scl_hcnt/type.R.html" title="type rp2040_pac::i2c0::ic_fs_scl_hcnt::R"><code>ic_fs_scl_hcnt::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_FS_SCL_LCNT_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_fs_scl_lcnt.rs.html#70">source</a><a href="#impl-Readable-for-IC_FS_SCL_LCNT_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_fs_scl_lcnt/struct.IC_FS_SCL_LCNT_SPEC.html" title="struct rp2040_pac::i2c0::ic_fs_scl_lcnt::IC_FS_SCL_LCNT_SPEC">IC_FS_SCL_LCNT_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_fs_scl_lcnt/type.R.html" title="type rp2040_pac::i2c0::ic_fs_scl_lcnt::R"><code>ic_fs_scl_lcnt::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_FS_SPKLEN_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_fs_spklen.rs.html#48">source</a><a href="#impl-Readable-for-IC_FS_SPKLEN_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_fs_spklen/struct.IC_FS_SPKLEN_SPEC.html" title="struct rp2040_pac::i2c0::ic_fs_spklen::IC_FS_SPKLEN_SPEC">IC_FS_SPKLEN_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_fs_spklen/type.R.html" title="type rp2040_pac::i2c0::ic_fs_spklen::R"><code>ic_fs_spklen::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_INTR_MASK_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_intr_mask.rs.html#1017">source</a><a href="#impl-Readable-for-IC_INTR_MASK_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_intr_mask/struct.IC_INTR_MASK_SPEC.html" title="struct rp2040_pac::i2c0::ic_intr_mask::IC_INTR_MASK_SPEC">IC_INTR_MASK_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_intr_mask/type.R.html" title="type rp2040_pac::i2c0::ic_intr_mask::R"><code>ic_intr_mask::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_INTR_STAT_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_intr_stat.rs.html#652">source</a><a href="#impl-Readable-for-IC_INTR_STAT_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_intr_stat/struct.IC_INTR_STAT_SPEC.html" title="struct rp2040_pac::i2c0::ic_intr_stat::IC_INTR_STAT_SPEC">IC_INTR_STAT_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_intr_stat/type.R.html" title="type rp2040_pac::i2c0::ic_intr_stat::R"><code>ic_intr_stat::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_RAW_INTR_STAT_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_raw_intr_stat.rs.html#673">source</a><a href="#impl-Readable-for-IC_RAW_INTR_STAT_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_raw_intr_stat/struct.IC_RAW_INTR_STAT_SPEC.html" title="struct rp2040_pac::i2c0::ic_raw_intr_stat::IC_RAW_INTR_STAT_SPEC">IC_RAW_INTR_STAT_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_raw_intr_stat/type.R.html" title="type rp2040_pac::i2c0::ic_raw_intr_stat::R"><code>ic_raw_intr_stat::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_RX_TL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_rx_tl.rs.html#50">source</a><a href="#impl-Readable-for-IC_RX_TL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_rx_tl/struct.IC_RX_TL_SPEC.html" title="struct rp2040_pac::i2c0::ic_rx_tl::IC_RX_TL_SPEC">IC_RX_TL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_rx_tl/type.R.html" title="type rp2040_pac::i2c0::ic_rx_tl::R"><code>ic_rx_tl::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_RXFLR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_rxflr.rs.html#24">source</a><a href="#impl-Readable-for-IC_RXFLR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_rxflr/struct.IC_RXFLR_SPEC.html" title="struct rp2040_pac::i2c0::ic_rxflr::IC_RXFLR_SPEC">IC_RXFLR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_rxflr/type.R.html" title="type rp2040_pac::i2c0::ic_rxflr::R"><code>ic_rxflr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_SAR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_sar.rs.html#66">source</a><a href="#impl-Readable-for-IC_SAR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_sar/struct.IC_SAR_SPEC.html" title="struct rp2040_pac::i2c0::ic_sar::IC_SAR_SPEC">IC_SAR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_sar/type.R.html" title="type rp2040_pac::i2c0::ic_sar::R"><code>ic_sar::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_SDA_HOLD_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_sda_hold.rs.html#85">source</a><a href="#impl-Readable-for-IC_SDA_HOLD_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_sda_hold/struct.IC_SDA_HOLD_SPEC.html" title="struct rp2040_pac::i2c0::ic_sda_hold::IC_SDA_HOLD_SPEC">IC_SDA_HOLD_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_sda_hold/type.R.html" title="type rp2040_pac::i2c0::ic_sda_hold::R"><code>ic_sda_hold::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_SDA_SETUP_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_sda_setup.rs.html#49">source</a><a href="#impl-Readable-for-IC_SDA_SETUP_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_sda_setup/struct.IC_SDA_SETUP_SPEC.html" title="struct rp2040_pac::i2c0::ic_sda_setup::IC_SDA_SETUP_SPEC">IC_SDA_SETUP_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_sda_setup/type.R.html" title="type rp2040_pac::i2c0::ic_sda_setup::R"><code>ic_sda_setup::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_SLV_DATA_NACK_ONLY_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_slv_data_nack_only.rs.html#110">source</a><a href="#impl-Readable-for-IC_SLV_DATA_NACK_ONLY_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_slv_data_nack_only/struct.IC_SLV_DATA_NACK_ONLY_SPEC.html" title="struct rp2040_pac::i2c0::ic_slv_data_nack_only::IC_SLV_DATA_NACK_ONLY_SPEC">IC_SLV_DATA_NACK_ONLY_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_slv_data_nack_only/type.R.html" title="type rp2040_pac::i2c0::ic_slv_data_nack_only::R"><code>ic_slv_data_nack_only::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_SS_SCL_HCNT_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_ss_scl_hcnt.rs.html#70">source</a><a href="#impl-Readable-for-IC_SS_SCL_HCNT_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_ss_scl_hcnt/struct.IC_SS_SCL_HCNT_SPEC.html" title="struct rp2040_pac::i2c0::ic_ss_scl_hcnt::IC_SS_SCL_HCNT_SPEC">IC_SS_SCL_HCNT_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_ss_scl_hcnt/type.R.html" title="type rp2040_pac::i2c0::ic_ss_scl_hcnt::R"><code>ic_ss_scl_hcnt::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_SS_SCL_LCNT_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_ss_scl_lcnt.rs.html#62">source</a><a href="#impl-Readable-for-IC_SS_SCL_LCNT_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_ss_scl_lcnt/struct.IC_SS_SCL_LCNT_SPEC.html" title="struct rp2040_pac::i2c0::ic_ss_scl_lcnt::IC_SS_SCL_LCNT_SPEC">IC_SS_SCL_LCNT_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_ss_scl_lcnt/type.R.html" title="type rp2040_pac::i2c0::ic_ss_scl_lcnt::R"><code>ic_ss_scl_lcnt::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_STATUS_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_status.rs.html#324">source</a><a href="#impl-Readable-for-IC_STATUS_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_status/struct.IC_STATUS_SPEC.html" title="struct rp2040_pac::i2c0::ic_status::IC_STATUS_SPEC">IC_STATUS_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_status/type.R.html" title="type rp2040_pac::i2c0::ic_status::R"><code>ic_status::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_TAR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_tar.rs.html#187">source</a><a href="#impl-Readable-for-IC_TAR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_tar/struct.IC_TAR_SPEC.html" title="struct rp2040_pac::i2c0::ic_tar::IC_TAR_SPEC">IC_TAR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_tar/type.R.html" title="type rp2040_pac::i2c0::ic_tar::R"><code>ic_tar::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_TX_ABRT_SOURCE_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_tx_abrt_source.rs.html#976">source</a><a href="#impl-Readable-for-IC_TX_ABRT_SOURCE_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_tx_abrt_source/struct.IC_TX_ABRT_SOURCE_SPEC.html" title="struct rp2040_pac::i2c0::ic_tx_abrt_source::IC_TX_ABRT_SOURCE_SPEC">IC_TX_ABRT_SOURCE_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_tx_abrt_source/type.R.html" title="type rp2040_pac::i2c0::ic_tx_abrt_source::R"><code>ic_tx_abrt_source::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_TX_TL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_tx_tl.rs.html#50">source</a><a href="#impl-Readable-for-IC_TX_TL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_tx_tl/struct.IC_TX_TL_SPEC.html" title="struct rp2040_pac::i2c0::ic_tx_tl::IC_TX_TL_SPEC">IC_TX_TL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_tx_tl/type.R.html" title="type rp2040_pac::i2c0::ic_tx_tl::R"><code>ic_tx_tl::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IC_TXFLR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/i2c0/ic_txflr.rs.html#24">source</a><a href="#impl-Readable-for-IC_TXFLR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../i2c0/ic_txflr/struct.IC_TXFLR_SPEC.html" title="struct rp2040_pac::i2c0::ic_txflr::IC_TXFLR_SPEC">IC_TXFLR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../i2c0/ic_txflr/type.R.html" title="type rp2040_pac::i2c0::ic_txflr::R"><code>ic_txflr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-DORMANT_WAKE_INTE_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/io_bank0/dormant_wake_inte.rs.html#507">source</a><a href="#impl-Readable-for-DORMANT_WAKE_INTE_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::io_bank0::dormant_wake_inte::<a class="struct" href="../io_bank0/dormant_wake_inte/struct.DORMANT_WAKE_INTE_SPEC.html" title="struct rp2040_pac::io_bank0::dormant_wake_inte::DORMANT_WAKE_INTE_SPEC">DORMANT_WAKE_INTE_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../io_bank0/dormant_wake_inte/type.R.html" title="type rp2040_pac::io_bank0::dormant_wake_inte::R"><code>dormant_wake_inte::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-DORMANT_WAKE_INTF_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/io_bank0/dormant_wake_intf.rs.html#507">source</a><a href="#impl-Readable-for-DORMANT_WAKE_INTF_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::io_bank0::dormant_wake_intf::<a class="struct" href="../io_bank0/dormant_wake_intf/struct.DORMANT_WAKE_INTF_SPEC.html" title="struct rp2040_pac::io_bank0::dormant_wake_intf::DORMANT_WAKE_INTF_SPEC">DORMANT_WAKE_INTF_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../io_bank0/dormant_wake_intf/type.R.html" title="type rp2040_pac::io_bank0::dormant_wake_intf::R"><code>dormant_wake_intf::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-DORMANT_WAKE_INTS_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/io_bank0/dormant_wake_ints.rs.html#237">source</a><a href="#impl-Readable-for-DORMANT_WAKE_INTS_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::io_bank0::dormant_wake_ints::<a class="struct" href="../io_bank0/dormant_wake_ints/struct.DORMANT_WAKE_INTS_SPEC.html" title="struct rp2040_pac::io_bank0::dormant_wake_ints::DORMANT_WAKE_INTS_SPEC">DORMANT_WAKE_INTS_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../io_bank0/dormant_wake_ints/type.R.html" title="type rp2040_pac::io_bank0::dormant_wake_ints::R"><code>dormant_wake_ints::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-GPIO_CTRL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/io_bank0/gpio/gpio_ctrl.rs.html#608">source</a><a href="#impl-Readable-for-GPIO_CTRL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::io_bank0::gpio::gpio_ctrl::<a class="struct" href="../io_bank0/gpio/gpio_ctrl/struct.GPIO_CTRL_SPEC.html" title="struct rp2040_pac::io_bank0::gpio::gpio_ctrl::GPIO_CTRL_SPEC">GPIO_CTRL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../io_bank0/gpio/gpio_ctrl/type.R.html" title="type rp2040_pac::io_bank0::gpio::gpio_ctrl::R"><code>gpio_ctrl::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-GPIO_STATUS_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/io_bank0/gpio/gpio_status.rs.html#69">source</a><a href="#impl-Readable-for-GPIO_STATUS_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::io_bank0::gpio::gpio_status::<a class="struct" href="../io_bank0/gpio/gpio_status/struct.GPIO_STATUS_SPEC.html" title="struct rp2040_pac::io_bank0::gpio::gpio_status::GPIO_STATUS_SPEC">GPIO_STATUS_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../io_bank0/gpio/gpio_status/type.R.html" title="type rp2040_pac::io_bank0::gpio::gpio_status::R"><code>gpio_status::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTR_SPEC-3" class="impl"><a class="src rightside" href="../../src/rp2040_pac/io_bank0/intr.rs.html#379">source</a><a href="#impl-Readable-for-INTR_SPEC-3" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::io_bank0::intr::<a class="struct" href="../io_bank0/intr/struct.INTR_SPEC.html" title="struct rp2040_pac::io_bank0::intr::INTR_SPEC">INTR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../io_bank0/intr/type.R.html" title="type rp2040_pac::io_bank0::intr::R"><code>intr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-PROC0_INTE_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/io_bank0/proc0_inte.rs.html#507">source</a><a href="#impl-Readable-for-PROC0_INTE_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::io_bank0::proc0_inte::<a class="struct" href="../io_bank0/proc0_inte/struct.PROC0_INTE_SPEC.html" title="struct rp2040_pac::io_bank0::proc0_inte::PROC0_INTE_SPEC">PROC0_INTE_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../io_bank0/proc0_inte/type.R.html" title="type rp2040_pac::io_bank0::proc0_inte::R"><code>proc0_inte::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-PROC0_INTF_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/io_bank0/proc0_intf.rs.html#507">source</a><a href="#impl-Readable-for-PROC0_INTF_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::io_bank0::proc0_intf::<a class="struct" href="../io_bank0/proc0_intf/struct.PROC0_INTF_SPEC.html" title="struct rp2040_pac::io_bank0::proc0_intf::PROC0_INTF_SPEC">PROC0_INTF_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../io_bank0/proc0_intf/type.R.html" title="type rp2040_pac::io_bank0::proc0_intf::R"><code>proc0_intf::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-PROC0_INTS_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/io_bank0/proc0_ints.rs.html#237">source</a><a href="#impl-Readable-for-PROC0_INTS_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::io_bank0::proc0_ints::<a class="struct" href="../io_bank0/proc0_ints/struct.PROC0_INTS_SPEC.html" title="struct rp2040_pac::io_bank0::proc0_ints::PROC0_INTS_SPEC">PROC0_INTS_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../io_bank0/proc0_ints/type.R.html" title="type rp2040_pac::io_bank0::proc0_ints::R"><code>proc0_ints::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-PROC1_INTE_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/io_bank0/proc1_inte.rs.html#507">source</a><a href="#impl-Readable-for-PROC1_INTE_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::io_bank0::proc1_inte::<a class="struct" href="../io_bank0/proc1_inte/struct.PROC1_INTE_SPEC.html" title="struct rp2040_pac::io_bank0::proc1_inte::PROC1_INTE_SPEC">PROC1_INTE_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../io_bank0/proc1_inte/type.R.html" title="type rp2040_pac::io_bank0::proc1_inte::R"><code>proc1_inte::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-PROC1_INTF_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/io_bank0/proc1_intf.rs.html#507">source</a><a href="#impl-Readable-for-PROC1_INTF_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::io_bank0::proc1_intf::<a class="struct" href="../io_bank0/proc1_intf/struct.PROC1_INTF_SPEC.html" title="struct rp2040_pac::io_bank0::proc1_intf::PROC1_INTF_SPEC">PROC1_INTF_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../io_bank0/proc1_intf/type.R.html" title="type rp2040_pac::io_bank0::proc1_intf::R"><code>proc1_intf::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-PROC1_INTS_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/io_bank0/proc1_ints.rs.html#237">source</a><a href="#impl-Readable-for-PROC1_INTS_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::io_bank0::proc1_ints::<a class="struct" href="../io_bank0/proc1_ints/struct.PROC1_INTS_SPEC.html" title="struct rp2040_pac::io_bank0::proc1_ints::PROC1_INTS_SPEC">PROC1_INTS_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../io_bank0/proc1_ints/type.R.html" title="type rp2040_pac::io_bank0::proc1_ints::R"><code>proc1_ints::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-DORMANT_WAKE_INTE_SPEC-1" class="impl"><a class="src rightside" href="../../src/rp2040_pac/io_qspi/dormant_wake_inte.rs.html#401">source</a><a href="#impl-Readable-for-DORMANT_WAKE_INTE_SPEC-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::io_qspi::dormant_wake_inte::<a class="struct" href="../io_qspi/dormant_wake_inte/struct.DORMANT_WAKE_INTE_SPEC.html" title="struct rp2040_pac::io_qspi::dormant_wake_inte::DORMANT_WAKE_INTE_SPEC">DORMANT_WAKE_INTE_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../io_qspi/dormant_wake_inte/type.R.html" title="type rp2040_pac::io_qspi::dormant_wake_inte::R"><code>dormant_wake_inte::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-DORMANT_WAKE_INTF_SPEC-1" class="impl"><a class="src rightside" href="../../src/rp2040_pac/io_qspi/dormant_wake_intf.rs.html#401">source</a><a href="#impl-Readable-for-DORMANT_WAKE_INTF_SPEC-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::io_qspi::dormant_wake_intf::<a class="struct" href="../io_qspi/dormant_wake_intf/struct.DORMANT_WAKE_INTF_SPEC.html" title="struct rp2040_pac::io_qspi::dormant_wake_intf::DORMANT_WAKE_INTF_SPEC">DORMANT_WAKE_INTF_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../io_qspi/dormant_wake_intf/type.R.html" title="type rp2040_pac::io_qspi::dormant_wake_intf::R"><code>dormant_wake_intf::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-DORMANT_WAKE_INTS_SPEC-1" class="impl"><a class="src rightside" href="../../src/rp2040_pac/io_qspi/dormant_wake_ints.rs.html#181">source</a><a href="#impl-Readable-for-DORMANT_WAKE_INTS_SPEC-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::io_qspi::dormant_wake_ints::<a class="struct" href="../io_qspi/dormant_wake_ints/struct.DORMANT_WAKE_INTS_SPEC.html" title="struct rp2040_pac::io_qspi::dormant_wake_ints::DORMANT_WAKE_INTS_SPEC">DORMANT_WAKE_INTS_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../io_qspi/dormant_wake_ints/type.R.html" title="type rp2040_pac::io_qspi::dormant_wake_ints::R"><code>dormant_wake_ints::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-GPIO_CTRL_SPEC-1" class="impl"><a class="src rightside" href="../../src/rp2040_pac/io_qspi/gpio_qspi/gpio_ctrl.rs.html#509">source</a><a href="#impl-Readable-for-GPIO_CTRL_SPEC-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::io_qspi::gpio_qspi::gpio_ctrl::<a class="struct" href="../io_qspi/gpio_qspi/gpio_ctrl/struct.GPIO_CTRL_SPEC.html" title="struct rp2040_pac::io_qspi::gpio_qspi::gpio_ctrl::GPIO_CTRL_SPEC">GPIO_CTRL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../io_qspi/gpio_qspi/gpio_ctrl/type.R.html" title="type rp2040_pac::io_qspi::gpio_qspi::gpio_ctrl::R"><code>gpio_ctrl::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-GPIO_STATUS_SPEC-1" class="impl"><a class="src rightside" href="../../src/rp2040_pac/io_qspi/gpio_qspi/gpio_status.rs.html#69">source</a><a href="#impl-Readable-for-GPIO_STATUS_SPEC-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::io_qspi::gpio_qspi::gpio_status::<a class="struct" href="../io_qspi/gpio_qspi/gpio_status/struct.GPIO_STATUS_SPEC.html" title="struct rp2040_pac::io_qspi::gpio_qspi::gpio_status::GPIO_STATUS_SPEC">GPIO_STATUS_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../io_qspi/gpio_qspi/gpio_status/type.R.html" title="type rp2040_pac::io_qspi::gpio_qspi::gpio_status::R"><code>gpio_status::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTR_SPEC-4" class="impl"><a class="src rightside" href="../../src/rp2040_pac/io_qspi/intr.rs.html#291">source</a><a href="#impl-Readable-for-INTR_SPEC-4" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::io_qspi::intr::<a class="struct" href="../io_qspi/intr/struct.INTR_SPEC.html" title="struct rp2040_pac::io_qspi::intr::INTR_SPEC">INTR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../io_qspi/intr/type.R.html" title="type rp2040_pac::io_qspi::intr::R"><code>intr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-PROC0_INTE_SPEC-1" class="impl"><a class="src rightside" href="../../src/rp2040_pac/io_qspi/proc0_inte.rs.html#387">source</a><a href="#impl-Readable-for-PROC0_INTE_SPEC-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::io_qspi::proc0_inte::<a class="struct" href="../io_qspi/proc0_inte/struct.PROC0_INTE_SPEC.html" title="struct rp2040_pac::io_qspi::proc0_inte::PROC0_INTE_SPEC">PROC0_INTE_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../io_qspi/proc0_inte/type.R.html" title="type rp2040_pac::io_qspi::proc0_inte::R"><code>proc0_inte::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-PROC0_INTF_SPEC-1" class="impl"><a class="src rightside" href="../../src/rp2040_pac/io_qspi/proc0_intf.rs.html#387">source</a><a href="#impl-Readable-for-PROC0_INTF_SPEC-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::io_qspi::proc0_intf::<a class="struct" href="../io_qspi/proc0_intf/struct.PROC0_INTF_SPEC.html" title="struct rp2040_pac::io_qspi::proc0_intf::PROC0_INTF_SPEC">PROC0_INTF_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../io_qspi/proc0_intf/type.R.html" title="type rp2040_pac::io_qspi::proc0_intf::R"><code>proc0_intf::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-PROC0_INTS_SPEC-1" class="impl"><a class="src rightside" href="../../src/rp2040_pac/io_qspi/proc0_ints.rs.html#181">source</a><a href="#impl-Readable-for-PROC0_INTS_SPEC-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::io_qspi::proc0_ints::<a class="struct" href="../io_qspi/proc0_ints/struct.PROC0_INTS_SPEC.html" title="struct rp2040_pac::io_qspi::proc0_ints::PROC0_INTS_SPEC">PROC0_INTS_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../io_qspi/proc0_ints/type.R.html" title="type rp2040_pac::io_qspi::proc0_ints::R"><code>proc0_ints::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-PROC1_INTE_SPEC-1" class="impl"><a class="src rightside" href="../../src/rp2040_pac/io_qspi/proc1_inte.rs.html#387">source</a><a href="#impl-Readable-for-PROC1_INTE_SPEC-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::io_qspi::proc1_inte::<a class="struct" href="../io_qspi/proc1_inte/struct.PROC1_INTE_SPEC.html" title="struct rp2040_pac::io_qspi::proc1_inte::PROC1_INTE_SPEC">PROC1_INTE_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../io_qspi/proc1_inte/type.R.html" title="type rp2040_pac::io_qspi::proc1_inte::R"><code>proc1_inte::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-PROC1_INTF_SPEC-1" class="impl"><a class="src rightside" href="../../src/rp2040_pac/io_qspi/proc1_intf.rs.html#387">source</a><a href="#impl-Readable-for-PROC1_INTF_SPEC-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::io_qspi::proc1_intf::<a class="struct" href="../io_qspi/proc1_intf/struct.PROC1_INTF_SPEC.html" title="struct rp2040_pac::io_qspi::proc1_intf::PROC1_INTF_SPEC">PROC1_INTF_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../io_qspi/proc1_intf/type.R.html" title="type rp2040_pac::io_qspi::proc1_intf::R"><code>proc1_intf::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-PROC1_INTS_SPEC-1" class="impl"><a class="src rightside" href="../../src/rp2040_pac/io_qspi/proc1_ints.rs.html#181">source</a><a href="#impl-Readable-for-PROC1_INTS_SPEC-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::io_qspi::proc1_ints::<a class="struct" href="../io_qspi/proc1_ints/struct.PROC1_INTS_SPEC.html" title="struct rp2040_pac::io_qspi::proc1_ints::PROC1_INTS_SPEC">PROC1_INTS_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../io_qspi/proc1_ints/type.R.html" title="type rp2040_pac::io_qspi::proc1_ints::R"><code>proc1_ints::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-GPIO_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pads_bank0/gpio.rs.html#215">source</a><a href="#impl-Readable-for-GPIO_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../pads_bank0/gpio/struct.GPIO_SPEC.html" title="struct rp2040_pac::pads_bank0::gpio::GPIO_SPEC">GPIO_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pads_bank0/gpio/type.R.html" title="type rp2040_pac::pads_bank0::gpio::R"><code>gpio::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SWCLK_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pads_bank0/swclk.rs.html#215">source</a><a href="#impl-Readable-for-SWCLK_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../pads_bank0/swclk/struct.SWCLK_SPEC.html" title="struct rp2040_pac::pads_bank0::swclk::SWCLK_SPEC">SWCLK_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pads_bank0/swclk/type.R.html" title="type rp2040_pac::pads_bank0::swclk::R"><code>swclk::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SWD_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pads_bank0/swd.rs.html#215">source</a><a href="#impl-Readable-for-SWD_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../pads_bank0/swd/struct.SWD_SPEC.html" title="struct rp2040_pac::pads_bank0::swd::SWD_SPEC">SWD_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pads_bank0/swd/type.R.html" title="type rp2040_pac::pads_bank0::swd::R"><code>swd::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-VOLTAGE_SELECT_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pads_bank0/voltage_select.rs.html#93">source</a><a href="#impl-Readable-for-VOLTAGE_SELECT_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::pads_bank0::voltage_select::<a class="struct" href="../pads_bank0/voltage_select/struct.VOLTAGE_SELECT_SPEC.html" title="struct rp2040_pac::pads_bank0::voltage_select::VOLTAGE_SELECT_SPEC">VOLTAGE_SELECT_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pads_bank0/voltage_select/type.R.html" title="type rp2040_pac::pads_bank0::voltage_select::R"><code>voltage_select::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-GPIO_QSPI_SCLK_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pads_qspi/gpio_qspi_sclk.rs.html#215">source</a><a href="#impl-Readable-for-GPIO_QSPI_SCLK_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../pads_qspi/gpio_qspi_sclk/struct.GPIO_QSPI_SCLK_SPEC.html" title="struct rp2040_pac::pads_qspi::gpio_qspi_sclk::GPIO_QSPI_SCLK_SPEC">GPIO_QSPI_SCLK_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pads_qspi/gpio_qspi_sclk/type.R.html" title="type rp2040_pac::pads_qspi::gpio_qspi_sclk::R"><code>gpio_qspi_sclk::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-GPIO_QSPI_SD0_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pads_qspi/gpio_qspi_sd0.rs.html#215">source</a><a href="#impl-Readable-for-GPIO_QSPI_SD0_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../pads_qspi/gpio_qspi_sd0/struct.GPIO_QSPI_SD0_SPEC.html" title="struct rp2040_pac::pads_qspi::gpio_qspi_sd0::GPIO_QSPI_SD0_SPEC">GPIO_QSPI_SD0_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pads_qspi/gpio_qspi_sd0/type.R.html" title="type rp2040_pac::pads_qspi::gpio_qspi_sd0::R"><code>gpio_qspi_sd0::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-GPIO_QSPI_SD1_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pads_qspi/gpio_qspi_sd1.rs.html#215">source</a><a href="#impl-Readable-for-GPIO_QSPI_SD1_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../pads_qspi/gpio_qspi_sd1/struct.GPIO_QSPI_SD1_SPEC.html" title="struct rp2040_pac::pads_qspi::gpio_qspi_sd1::GPIO_QSPI_SD1_SPEC">GPIO_QSPI_SD1_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pads_qspi/gpio_qspi_sd1/type.R.html" title="type rp2040_pac::pads_qspi::gpio_qspi_sd1::R"><code>gpio_qspi_sd1::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-GPIO_QSPI_SD2_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pads_qspi/gpio_qspi_sd2.rs.html#215">source</a><a href="#impl-Readable-for-GPIO_QSPI_SD2_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../pads_qspi/gpio_qspi_sd2/struct.GPIO_QSPI_SD2_SPEC.html" title="struct rp2040_pac::pads_qspi::gpio_qspi_sd2::GPIO_QSPI_SD2_SPEC">GPIO_QSPI_SD2_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pads_qspi/gpio_qspi_sd2/type.R.html" title="type rp2040_pac::pads_qspi::gpio_qspi_sd2::R"><code>gpio_qspi_sd2::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-GPIO_QSPI_SD3_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pads_qspi/gpio_qspi_sd3.rs.html#215">source</a><a href="#impl-Readable-for-GPIO_QSPI_SD3_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../pads_qspi/gpio_qspi_sd3/struct.GPIO_QSPI_SD3_SPEC.html" title="struct rp2040_pac::pads_qspi::gpio_qspi_sd3::GPIO_QSPI_SD3_SPEC">GPIO_QSPI_SD3_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pads_qspi/gpio_qspi_sd3/type.R.html" title="type rp2040_pac::pads_qspi::gpio_qspi_sd3::R"><code>gpio_qspi_sd3::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-GPIO_QSPI_SS_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pads_qspi/gpio_qspi_ss.rs.html#215">source</a><a href="#impl-Readable-for-GPIO_QSPI_SS_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../pads_qspi/gpio_qspi_ss/struct.GPIO_QSPI_SS_SPEC.html" title="struct rp2040_pac::pads_qspi::gpio_qspi_ss::GPIO_QSPI_SS_SPEC">GPIO_QSPI_SS_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pads_qspi/gpio_qspi_ss/type.R.html" title="type rp2040_pac::pads_qspi::gpio_qspi_ss::R"><code>gpio_qspi_ss::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-VOLTAGE_SELECT_SPEC-1" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pads_qspi/voltage_select.rs.html#93">source</a><a href="#impl-Readable-for-VOLTAGE_SELECT_SPEC-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::pads_qspi::voltage_select::<a class="struct" href="../pads_qspi/voltage_select/struct.VOLTAGE_SELECT_SPEC.html" title="struct rp2040_pac::pads_qspi::voltage_select::VOLTAGE_SELECT_SPEC">VOLTAGE_SELECT_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pads_qspi/voltage_select/type.R.html" title="type rp2040_pac::pads_qspi::voltage_select::R"><code>voltage_select::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CTRL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pio0/ctrl.rs.html#104">source</a><a href="#impl-Readable-for-CTRL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::pio0::ctrl::<a class="struct" href="../pio0/ctrl/struct.CTRL_SPEC.html" title="struct rp2040_pac::pio0::ctrl::CTRL_SPEC">CTRL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pio0/ctrl/type.R.html" title="type rp2040_pac::pio0::ctrl::R"><code>ctrl::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-DBG_CFGINFO_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pio0/dbg_cfginfo.rs.html#39">source</a><a href="#impl-Readable-for-DBG_CFGINFO_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../pio0/dbg_cfginfo/struct.DBG_CFGINFO_SPEC.html" title="struct rp2040_pac::pio0::dbg_cfginfo::DBG_CFGINFO_SPEC">DBG_CFGINFO_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pio0/dbg_cfginfo/type.R.html" title="type rp2040_pac::pio0::dbg_cfginfo::R"><code>dbg_cfginfo::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-DBG_PADOE_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pio0/dbg_padoe.rs.html#21">source</a><a href="#impl-Readable-for-DBG_PADOE_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../pio0/dbg_padoe/struct.DBG_PADOE_SPEC.html" title="struct rp2040_pac::pio0::dbg_padoe::DBG_PADOE_SPEC">DBG_PADOE_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pio0/dbg_padoe/type.R.html" title="type rp2040_pac::pio0::dbg_padoe::R"><code>dbg_padoe::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-DBG_PADOUT_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pio0/dbg_padout.rs.html#21">source</a><a href="#impl-Readable-for-DBG_PADOUT_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../pio0/dbg_padout/struct.DBG_PADOUT_SPEC.html" title="struct rp2040_pac::pio0::dbg_padout::DBG_PADOUT_SPEC">DBG_PADOUT_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pio0/dbg_padout/type.R.html" title="type rp2040_pac::pio0::dbg_padout::R"><code>dbg_padout::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-FDEBUG_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pio0/fdebug.rs.html#87">source</a><a href="#impl-Readable-for-FDEBUG_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../pio0/fdebug/struct.FDEBUG_SPEC.html" title="struct rp2040_pac::pio0::fdebug::FDEBUG_SPEC">FDEBUG_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pio0/fdebug/type.R.html" title="type rp2040_pac::pio0::fdebug::R"><code>fdebug::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-FLEVEL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pio0/flevel.rs.html#69">source</a><a href="#impl-Readable-for-FLEVEL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../pio0/flevel/struct.FLEVEL_SPEC.html" title="struct rp2040_pac::pio0::flevel::FLEVEL_SPEC">FLEVEL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pio0/flevel/type.R.html" title="type rp2040_pac::pio0::flevel::R"><code>flevel::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-FSTAT_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pio0/fstat.rs.html#41">source</a><a href="#impl-Readable-for-FSTAT_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../pio0/fstat/struct.FSTAT_SPEC.html" title="struct rp2040_pac::pio0::fstat::FSTAT_SPEC">FSTAT_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pio0/fstat/type.R.html" title="type rp2040_pac::pio0::fstat::R"><code>fstat::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INPUT_SYNC_BYPASS_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pio0/input_sync_bypass.rs.html#38">source</a><a href="#impl-Readable-for-INPUT_SYNC_BYPASS_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../pio0/input_sync_bypass/struct.INPUT_SYNC_BYPASS_SPEC.html" title="struct rp2040_pac::pio0::input_sync_bypass::INPUT_SYNC_BYPASS_SPEC">INPUT_SYNC_BYPASS_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pio0/input_sync_bypass/type.R.html" title="type rp2040_pac::pio0::input_sync_bypass::R"><code>input_sync_bypass::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTR_SPEC-5" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pio0/intr.rs.html#97">source</a><a href="#impl-Readable-for-INTR_SPEC-5" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::pio0::intr::<a class="struct" href="../pio0/intr/struct.INTR_SPEC.html" title="struct rp2040_pac::pio0::intr::INTR_SPEC">INTR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pio0/intr/type.R.html" title="type rp2040_pac::pio0::intr::R"><code>intr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IRQ_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pio0/irq.rs.html#44">source</a><a href="#impl-Readable-for-IRQ_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../pio0/irq/struct.IRQ_SPEC.html" title="struct rp2040_pac::pio0::irq::IRQ_SPEC">IRQ_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pio0/irq/type.R.html" title="type rp2040_pac::pio0::irq::R"><code>irq::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-RXF_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pio0/rxf.rs.html#21">source</a><a href="#impl-Readable-for-RXF_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../pio0/rxf/struct.RXF_SPEC.html" title="struct rp2040_pac::pio0::rxf::RXF_SPEC">RXF_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pio0/rxf/type.R.html" title="type rp2040_pac::pio0::rxf::R"><code>rxf::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SM_ADDR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pio0/sm/sm_addr.rs.html#20">source</a><a href="#impl-Readable-for-SM_ADDR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../pio0/sm/sm_addr/struct.SM_ADDR_SPEC.html" title="struct rp2040_pac::pio0::sm::sm_addr::SM_ADDR_SPEC">SM_ADDR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pio0/sm/sm_addr/type.R.html" title="type rp2040_pac::pio0::sm::sm_addr::R"><code>sm_addr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SM_CLKDIV_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pio0/sm/sm_clkdiv.rs.html#62">source</a><a href="#impl-Readable-for-SM_CLKDIV_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../pio0/sm/sm_clkdiv/struct.SM_CLKDIV_SPEC.html" title="struct rp2040_pac::pio0::sm::sm_clkdiv::SM_CLKDIV_SPEC">SM_CLKDIV_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pio0/sm/sm_clkdiv/type.R.html" title="type rp2040_pac::pio0::sm::sm_clkdiv::R"><code>sm_clkdiv::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SM_EXECCTRL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pio0/sm/sm_execctrl.rs.html#251">source</a><a href="#impl-Readable-for-SM_EXECCTRL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../pio0/sm/sm_execctrl/struct.SM_EXECCTRL_SPEC.html" title="struct rp2040_pac::pio0::sm::sm_execctrl::SM_EXECCTRL_SPEC">SM_EXECCTRL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pio0/sm/sm_execctrl/type.R.html" title="type rp2040_pac::pio0::sm::sm_execctrl::R"><code>sm_execctrl::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SM_INSTR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pio0/sm/sm_instr.rs.html#43">source</a><a href="#impl-Readable-for-SM_INSTR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../pio0/sm/sm_instr/struct.SM_INSTR_SPEC.html" title="struct rp2040_pac::pio0::sm::sm_instr::SM_INSTR_SPEC">SM_INSTR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pio0/sm/sm_instr/type.R.html" title="type rp2040_pac::pio0::sm::sm_instr::R"><code>sm_instr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SM_PINCTRL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pio0/sm/sm_pinctrl.rs.html#132">source</a><a href="#impl-Readable-for-SM_PINCTRL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../pio0/sm/sm_pinctrl/struct.SM_PINCTRL_SPEC.html" title="struct rp2040_pac::pio0::sm::sm_pinctrl::SM_PINCTRL_SPEC">SM_PINCTRL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pio0/sm/sm_pinctrl/type.R.html" title="type rp2040_pac::pio0::sm::sm_pinctrl::R"><code>sm_pinctrl::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SM_SHIFTCTRL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pio0/sm/sm_shiftctrl.rs.html#171">source</a><a href="#impl-Readable-for-SM_SHIFTCTRL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../pio0/sm/sm_shiftctrl/struct.SM_SHIFTCTRL_SPEC.html" title="struct rp2040_pac::pio0::sm::sm_shiftctrl::SM_SHIFTCTRL_SPEC">SM_SHIFTCTRL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pio0/sm/sm_shiftctrl/type.R.html" title="type rp2040_pac::pio0::sm::sm_shiftctrl::R"><code>sm_shiftctrl::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IRQ_INTE_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pio0/sm_irq/irq_inte.rs.html#207">source</a><a href="#impl-Readable-for-IRQ_INTE_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../pio0/sm_irq/irq_inte/struct.IRQ_INTE_SPEC.html" title="struct rp2040_pac::pio0::sm_irq::irq_inte::IRQ_INTE_SPEC">IRQ_INTE_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pio0/sm_irq/irq_inte/type.R.html" title="type rp2040_pac::pio0::sm_irq::irq_inte::R"><code>irq_inte::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IRQ_INTF_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pio0/sm_irq/irq_intf.rs.html#207">source</a><a href="#impl-Readable-for-IRQ_INTF_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../pio0/sm_irq/irq_intf/struct.IRQ_INTF_SPEC.html" title="struct rp2040_pac::pio0::sm_irq::irq_intf::IRQ_INTF_SPEC">IRQ_INTF_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pio0/sm_irq/irq_intf/type.R.html" title="type rp2040_pac::pio0::sm_irq::irq_intf::R"><code>irq_intf::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IRQ_INTS_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pio0/sm_irq/irq_ints.rs.html#97">source</a><a href="#impl-Readable-for-IRQ_INTS_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../pio0/sm_irq/irq_ints/struct.IRQ_INTS_SPEC.html" title="struct rp2040_pac::pio0::sm_irq::irq_ints::IRQ_INTS_SPEC">IRQ_INTS_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pio0/sm_irq/irq_ints/type.R.html" title="type rp2040_pac::pio0::sm_irq::irq_ints::R"><code>irq_ints::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CS_SPEC-1" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pll_sys/cs.rs.html#76">source</a><a href="#impl-Readable-for-CS_SPEC-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::pll_sys::cs::<a class="struct" href="../pll_sys/cs/struct.CS_SPEC.html" title="struct rp2040_pac::pll_sys::cs::CS_SPEC">CS_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pll_sys/cs/type.R.html" title="type rp2040_pac::pll_sys::cs::R"><code>cs::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-FBDIV_INT_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pll_sys/fbdiv_int.rs.html#43">source</a><a href="#impl-Readable-for-FBDIV_INT_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../pll_sys/fbdiv_int/struct.FBDIV_INT_SPEC.html" title="struct rp2040_pac::pll_sys::fbdiv_int::FBDIV_INT_SPEC">FBDIV_INT_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pll_sys/fbdiv_int/type.R.html" title="type rp2040_pac::pll_sys::fbdiv_int::R"><code>fbdiv_int::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-PRIM_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pll_sys/prim.rs.html#59">source</a><a href="#impl-Readable-for-PRIM_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../pll_sys/prim/struct.PRIM_SPEC.html" title="struct rp2040_pac::pll_sys::prim::PRIM_SPEC">PRIM_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pll_sys/prim/type.R.html" title="type rp2040_pac::pll_sys::prim::R"><code>prim::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-PWR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pll_sys/pwr.rs.html#103">source</a><a href="#impl-Readable-for-PWR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../pll_sys/pwr/struct.PWR_SPEC.html" title="struct rp2040_pac::pll_sys::pwr::PWR_SPEC">PWR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pll_sys/pwr/type.R.html" title="type rp2040_pac::pll_sys::pwr::R"><code>pwr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-AIRCR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/ppb/aircr.rs.html#89">source</a><a href="#impl-Readable-for-AIRCR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../ppb/aircr/struct.AIRCR_SPEC.html" title="struct rp2040_pac::ppb::aircr::AIRCR_SPEC">AIRCR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../ppb/aircr/type.R.html" title="type rp2040_pac::ppb::aircr::R"><code>aircr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CCR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/ppb/ccr.rs.html#29">source</a><a href="#impl-Readable-for-CCR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../ppb/ccr/struct.CCR_SPEC.html" title="struct rp2040_pac::ppb::ccr::CCR_SPEC">CCR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../ppb/ccr/type.R.html" title="type rp2040_pac::ppb::ccr::R"><code>ccr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CPUID_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/ppb/cpuid.rs.html#54">source</a><a href="#impl-Readable-for-CPUID_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::ppb::cpuid::<a class="struct" href="../ppb/cpuid/struct.CPUID_SPEC.html" title="struct rp2040_pac::ppb::cpuid::CPUID_SPEC">CPUID_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../ppb/cpuid/type.R.html" title="type rp2040_pac::ppb::cpuid::R"><code>cpuid::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-ICSR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/ppb/icsr.rs.html#254">source</a><a href="#impl-Readable-for-ICSR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../ppb/icsr/struct.ICSR_SPEC.html" title="struct rp2040_pac::ppb::icsr::ICSR_SPEC">ICSR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../ppb/icsr/type.R.html" title="type rp2040_pac::ppb::icsr::R"><code>icsr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-MPU_CTRL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/ppb/mpu_ctrl.rs.html#108">source</a><a href="#impl-Readable-for-MPU_CTRL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../ppb/mpu_ctrl/struct.MPU_CTRL_SPEC.html" title="struct rp2040_pac::ppb::mpu_ctrl::MPU_CTRL_SPEC">MPU_CTRL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../ppb/mpu_ctrl/type.R.html" title="type rp2040_pac::ppb::mpu_ctrl::R"><code>mpu_ctrl::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-MPU_RASR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/ppb/mpu_rasr.rs.html#115">source</a><a href="#impl-Readable-for-MPU_RASR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../ppb/mpu_rasr/struct.MPU_RASR_SPEC.html" title="struct rp2040_pac::ppb::mpu_rasr::MPU_RASR_SPEC">MPU_RASR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../ppb/mpu_rasr/type.R.html" title="type rp2040_pac::ppb::mpu_rasr::R"><code>mpu_rasr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-MPU_RBAR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/ppb/mpu_rbar.rs.html#108">source</a><a href="#impl-Readable-for-MPU_RBAR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../ppb/mpu_rbar/struct.MPU_RBAR_SPEC.html" title="struct rp2040_pac::ppb::mpu_rbar::MPU_RBAR_SPEC">MPU_RBAR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../ppb/mpu_rbar/type.R.html" title="type rp2040_pac::ppb::mpu_rbar::R"><code>mpu_rbar::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-MPU_RNR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/ppb/mpu_rnr.rs.html#46">source</a><a href="#impl-Readable-for-MPU_RNR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../ppb/mpu_rnr/struct.MPU_RNR_SPEC.html" title="struct rp2040_pac::ppb::mpu_rnr::MPU_RNR_SPEC">MPU_RNR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../ppb/mpu_rnr/type.R.html" title="type rp2040_pac::ppb::mpu_rnr::R"><code>mpu_rnr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-MPU_TYPE_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/ppb/mpu_type.rs.html#34">source</a><a href="#impl-Readable-for-MPU_TYPE_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../ppb/mpu_type/struct.MPU_TYPE_SPEC.html" title="struct rp2040_pac::ppb::mpu_type::MPU_TYPE_SPEC">MPU_TYPE_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../ppb/mpu_type/type.R.html" title="type rp2040_pac::ppb::mpu_type::R"><code>mpu_type::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-NVIC_ICER_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/ppb/nvic_icer.rs.html#66">source</a><a href="#impl-Readable-for-NVIC_ICER_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../ppb/nvic_icer/struct.NVIC_ICER_SPEC.html" title="struct rp2040_pac::ppb::nvic_icer::NVIC_ICER_SPEC">NVIC_ICER_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../ppb/nvic_icer/type.R.html" title="type rp2040_pac::ppb::nvic_icer::R"><code>nvic_icer::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-NVIC_ICPR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/ppb/nvic_icpr.rs.html#66">source</a><a href="#impl-Readable-for-NVIC_ICPR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../ppb/nvic_icpr/struct.NVIC_ICPR_SPEC.html" title="struct rp2040_pac::ppb::nvic_icpr::NVIC_ICPR_SPEC">NVIC_ICPR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../ppb/nvic_icpr/type.R.html" title="type rp2040_pac::ppb::nvic_icpr::R"><code>nvic_icpr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-NVIC_IPR0_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/ppb/nvic_ipr0.rs.html#89">source</a><a href="#impl-Readable-for-NVIC_IPR0_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../ppb/nvic_ipr0/struct.NVIC_IPR0_SPEC.html" title="struct rp2040_pac::ppb::nvic_ipr0::NVIC_IPR0_SPEC">NVIC_IPR0_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../ppb/nvic_ipr0/type.R.html" title="type rp2040_pac::ppb::nvic_ipr0::R"><code>nvic_ipr0::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-NVIC_IPR1_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/ppb/nvic_ipr1.rs.html#87">source</a><a href="#impl-Readable-for-NVIC_IPR1_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../ppb/nvic_ipr1/struct.NVIC_IPR1_SPEC.html" title="struct rp2040_pac::ppb::nvic_ipr1::NVIC_IPR1_SPEC">NVIC_IPR1_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../ppb/nvic_ipr1/type.R.html" title="type rp2040_pac::ppb::nvic_ipr1::R"><code>nvic_ipr1::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-NVIC_IPR2_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/ppb/nvic_ipr2.rs.html#87">source</a><a href="#impl-Readable-for-NVIC_IPR2_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../ppb/nvic_ipr2/struct.NVIC_IPR2_SPEC.html" title="struct rp2040_pac::ppb::nvic_ipr2::NVIC_IPR2_SPEC">NVIC_IPR2_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../ppb/nvic_ipr2/type.R.html" title="type rp2040_pac::ppb::nvic_ipr2::R"><code>nvic_ipr2::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-NVIC_IPR3_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/ppb/nvic_ipr3.rs.html#87">source</a><a href="#impl-Readable-for-NVIC_IPR3_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../ppb/nvic_ipr3/struct.NVIC_IPR3_SPEC.html" title="struct rp2040_pac::ppb::nvic_ipr3::NVIC_IPR3_SPEC">NVIC_IPR3_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../ppb/nvic_ipr3/type.R.html" title="type rp2040_pac::ppb::nvic_ipr3::R"><code>nvic_ipr3::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-NVIC_IPR4_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/ppb/nvic_ipr4.rs.html#87">source</a><a href="#impl-Readable-for-NVIC_IPR4_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../ppb/nvic_ipr4/struct.NVIC_IPR4_SPEC.html" title="struct rp2040_pac::ppb::nvic_ipr4::NVIC_IPR4_SPEC">NVIC_IPR4_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../ppb/nvic_ipr4/type.R.html" title="type rp2040_pac::ppb::nvic_ipr4::R"><code>nvic_ipr4::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-NVIC_IPR5_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/ppb/nvic_ipr5.rs.html#87">source</a><a href="#impl-Readable-for-NVIC_IPR5_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../ppb/nvic_ipr5/struct.NVIC_IPR5_SPEC.html" title="struct rp2040_pac::ppb::nvic_ipr5::NVIC_IPR5_SPEC">NVIC_IPR5_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../ppb/nvic_ipr5/type.R.html" title="type rp2040_pac::ppb::nvic_ipr5::R"><code>nvic_ipr5::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-NVIC_IPR6_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/ppb/nvic_ipr6.rs.html#87">source</a><a href="#impl-Readable-for-NVIC_IPR6_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../ppb/nvic_ipr6/struct.NVIC_IPR6_SPEC.html" title="struct rp2040_pac::ppb::nvic_ipr6::NVIC_IPR6_SPEC">NVIC_IPR6_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../ppb/nvic_ipr6/type.R.html" title="type rp2040_pac::ppb::nvic_ipr6::R"><code>nvic_ipr6::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-NVIC_IPR7_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/ppb/nvic_ipr7.rs.html#87">source</a><a href="#impl-Readable-for-NVIC_IPR7_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../ppb/nvic_ipr7/struct.NVIC_IPR7_SPEC.html" title="struct rp2040_pac::ppb::nvic_ipr7::NVIC_IPR7_SPEC">NVIC_IPR7_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../ppb/nvic_ipr7/type.R.html" title="type rp2040_pac::ppb::nvic_ipr7::R"><code>nvic_ipr7::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-NVIC_ISER_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/ppb/nvic_iser.rs.html#67">source</a><a href="#impl-Readable-for-NVIC_ISER_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../ppb/nvic_iser/struct.NVIC_ISER_SPEC.html" title="struct rp2040_pac::ppb::nvic_iser::NVIC_ISER_SPEC">NVIC_ISER_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../ppb/nvic_iser/type.R.html" title="type rp2040_pac::ppb::nvic_iser::R"><code>nvic_iser::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-NVIC_ISPR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/ppb/nvic_ispr.rs.html#78">source</a><a href="#impl-Readable-for-NVIC_ISPR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../ppb/nvic_ispr/struct.NVIC_ISPR_SPEC.html" title="struct rp2040_pac::ppb::nvic_ispr::NVIC_ISPR_SPEC">NVIC_ISPR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../ppb/nvic_ispr/type.R.html" title="type rp2040_pac::ppb::nvic_ispr::R"><code>nvic_ispr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SCR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/ppb/scr.rs.html#112">source</a><a href="#impl-Readable-for-SCR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../ppb/scr/struct.SCR_SPEC.html" title="struct rp2040_pac::ppb::scr::SCR_SPEC">SCR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../ppb/scr/type.R.html" title="type rp2040_pac::ppb::scr::R"><code>scr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SHCSR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/ppb/shcsr.rs.html#42">source</a><a href="#impl-Readable-for-SHCSR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../ppb/shcsr/struct.SHCSR_SPEC.html" title="struct rp2040_pac::ppb::shcsr::SHCSR_SPEC">SHCSR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../ppb/shcsr/type.R.html" title="type rp2040_pac::ppb::shcsr::R"><code>shcsr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SHPR2_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/ppb/shpr2.rs.html#42">source</a><a href="#impl-Readable-for-SHPR2_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../ppb/shpr2/struct.SHPR2_SPEC.html" title="struct rp2040_pac::ppb::shpr2::SHPR2_SPEC">SHPR2_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../ppb/shpr2/type.R.html" title="type rp2040_pac::ppb::shpr2::R"><code>shpr2::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SHPR3_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/ppb/shpr3.rs.html#57">source</a><a href="#impl-Readable-for-SHPR3_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../ppb/shpr3/struct.SHPR3_SPEC.html" title="struct rp2040_pac::ppb::shpr3::SHPR3_SPEC">SHPR3_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../ppb/shpr3/type.R.html" title="type rp2040_pac::ppb::shpr3::R"><code>shpr3::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SYST_CALIB_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/ppb/syst_calib.rs.html#34">source</a><a href="#impl-Readable-for-SYST_CALIB_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../ppb/syst_calib/struct.SYST_CALIB_SPEC.html" title="struct rp2040_pac::ppb::syst_calib::SYST_CALIB_SPEC">SYST_CALIB_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../ppb/syst_calib/type.R.html" title="type rp2040_pac::ppb::syst_calib::R"><code>syst_calib::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SYST_CSR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/ppb/syst_csr.rs.html#107">source</a><a href="#impl-Readable-for-SYST_CSR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../ppb/syst_csr/struct.SYST_CSR_SPEC.html" title="struct rp2040_pac::ppb::syst_csr::SYST_CSR_SPEC">SYST_CSR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../ppb/syst_csr/type.R.html" title="type rp2040_pac::ppb::syst_csr::R"><code>syst_csr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SYST_CVR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/ppb/syst_cvr.rs.html#42">source</a><a href="#impl-Readable-for-SYST_CVR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../ppb/syst_cvr/struct.SYST_CVR_SPEC.html" title="struct rp2040_pac::ppb::syst_cvr::SYST_CVR_SPEC">SYST_CVR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../ppb/syst_cvr/type.R.html" title="type rp2040_pac::ppb::syst_cvr::R"><code>syst_cvr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SYST_RVR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/ppb/syst_rvr.rs.html#43">source</a><a href="#impl-Readable-for-SYST_RVR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../ppb/syst_rvr/struct.SYST_RVR_SPEC.html" title="struct rp2040_pac::ppb::syst_rvr::SYST_RVR_SPEC">SYST_RVR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../ppb/syst_rvr/type.R.html" title="type rp2040_pac::ppb::syst_rvr::R"><code>syst_rvr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-VTOR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/ppb/vtor.rs.html#46">source</a><a href="#impl-Readable-for-VTOR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../ppb/vtor/struct.VTOR_SPEC.html" title="struct rp2040_pac::ppb::vtor::VTOR_SPEC">VTOR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../ppb/vtor/type.R.html" title="type rp2040_pac::ppb::vtor::R"><code>vtor::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-DONE_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/psm/done.rs.html#132">source</a><a href="#impl-Readable-for-DONE_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../psm/done/struct.DONE_SPEC.html" title="struct rp2040_pac::psm::done::DONE_SPEC">DONE_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../psm/done/type.R.html" title="type rp2040_pac::psm::done::R"><code>done::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-FRCE_OFF_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/psm/frce_off.rs.html#282">source</a><a href="#impl-Readable-for-FRCE_OFF_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../psm/frce_off/struct.FRCE_OFF_SPEC.html" title="struct rp2040_pac::psm::frce_off::FRCE_OFF_SPEC">FRCE_OFF_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../psm/frce_off/type.R.html" title="type rp2040_pac::psm::frce_off::R"><code>frce_off::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-FRCE_ON_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/psm/frce_on.rs.html#282">source</a><a href="#impl-Readable-for-FRCE_ON_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../psm/frce_on/struct.FRCE_ON_SPEC.html" title="struct rp2040_pac::psm::frce_on::FRCE_ON_SPEC">FRCE_ON_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../psm/frce_on/type.R.html" title="type rp2040_pac::psm::frce_on::R"><code>frce_on::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-WDSEL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/psm/wdsel.rs.html#282">source</a><a href="#impl-Readable-for-WDSEL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::psm::wdsel::<a class="struct" href="../psm/wdsel/struct.WDSEL_SPEC.html" title="struct rp2040_pac::psm::wdsel::WDSEL_SPEC">WDSEL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../psm/wdsel/type.R.html" title="type rp2040_pac::psm::wdsel::R"><code>wdsel::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CC_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pwm/ch/cc.rs.html#57">source</a><a href="#impl-Readable-for-CC_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../pwm/ch/cc/struct.CC_SPEC.html" title="struct rp2040_pac::pwm::ch::cc::CC_SPEC">CC_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pwm/ch/cc/type.R.html" title="type rp2040_pac::pwm::ch::cc::R"><code>cc::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CSR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pwm/ch/csr.rs.html#227">source</a><a href="#impl-Readable-for-CSR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../pwm/ch/csr/struct.CSR_SPEC.html" title="struct rp2040_pac::pwm::ch::csr::CSR_SPEC">CSR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pwm/ch/csr/type.R.html" title="type rp2040_pac::pwm::ch::csr::R"><code>csr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CTR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pwm/ch/ctr.rs.html#42">source</a><a href="#impl-Readable-for-CTR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../pwm/ch/ctr/struct.CTR_SPEC.html" title="struct rp2040_pac::pwm::ch::ctr::CTR_SPEC">CTR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pwm/ch/ctr/type.R.html" title="type rp2040_pac::pwm::ch::ctr::R"><code>ctr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-DIV_SPEC-1" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pwm/ch/div.rs.html#59">source</a><a href="#impl-Readable-for-DIV_SPEC-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::pwm::ch::div::<a class="struct" href="../pwm/ch/div/struct.DIV_SPEC.html" title="struct rp2040_pac::pwm::ch::div::DIV_SPEC">DIV_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pwm/ch/div/type.R.html" title="type rp2040_pac::pwm::ch::div::R"><code>div::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-TOP_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pwm/ch/top.rs.html#42">source</a><a href="#impl-Readable-for-TOP_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../pwm/ch/top/struct.TOP_SPEC.html" title="struct rp2040_pac::pwm::ch::top::TOP_SPEC">TOP_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pwm/ch/top/type.R.html" title="type rp2040_pac::pwm::ch::top::R"><code>top::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-EN_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pwm/en.rs.html#151">source</a><a href="#impl-Readable-for-EN_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../pwm/en/struct.EN_SPEC.html" title="struct rp2040_pac::pwm::en::EN_SPEC">EN_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pwm/en/type.R.html" title="type rp2040_pac::pwm::en::R"><code>en::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTE_SPEC-2" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pwm/inte.rs.html#147">source</a><a href="#impl-Readable-for-INTE_SPEC-2" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::pwm::inte::<a class="struct" href="../pwm/inte/struct.INTE_SPEC.html" title="struct rp2040_pac::pwm::inte::INTE_SPEC">INTE_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pwm/inte/type.R.html" title="type rp2040_pac::pwm::inte::R"><code>inte::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTF_SPEC-2" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pwm/intf.rs.html#147">source</a><a href="#impl-Readable-for-INTF_SPEC-2" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::pwm::intf::<a class="struct" href="../pwm/intf/struct.INTF_SPEC.html" title="struct rp2040_pac::pwm::intf::INTF_SPEC">INTF_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pwm/intf/type.R.html" title="type rp2040_pac::pwm::intf::R"><code>intf::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTR_SPEC-6" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pwm/intr.rs.html#147">source</a><a href="#impl-Readable-for-INTR_SPEC-6" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::pwm::intr::<a class="struct" href="../pwm/intr/struct.INTR_SPEC.html" title="struct rp2040_pac::pwm::intr::INTR_SPEC">INTR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pwm/intr/type.R.html" title="type rp2040_pac::pwm::intr::R"><code>intr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTS_SPEC-2" class="impl"><a class="src rightside" href="../../src/rp2040_pac/pwm/ints.rs.html#69">source</a><a href="#impl-Readable-for-INTS_SPEC-2" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::pwm::ints::<a class="struct" href="../pwm/ints/struct.INTS_SPEC.html" title="struct rp2040_pac::pwm::ints::INTS_SPEC">INTS_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../pwm/ints/type.R.html" title="type rp2040_pac::pwm::ints::R"><code>ints::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-RESET_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/resets/reset.rs.html#402">source</a><a href="#impl-Readable-for-RESET_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../resets/reset/struct.RESET_SPEC.html" title="struct rp2040_pac::resets::reset::RESET_SPEC">RESET_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../resets/reset/type.R.html" title="type rp2040_pac::resets::reset::R"><code>reset::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-RESET_DONE_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/resets/reset_done.rs.html#188">source</a><a href="#impl-Readable-for-RESET_DONE_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../resets/reset_done/struct.RESET_DONE_SPEC.html" title="struct rp2040_pac::resets::reset_done::RESET_DONE_SPEC">RESET_DONE_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../resets/reset_done/type.R.html" title="type rp2040_pac::resets::reset_done::R"><code>reset_done::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-WDSEL_SPEC-1" class="impl"><a class="src rightside" href="../../src/rp2040_pac/resets/wdsel.rs.html#402">source</a><a href="#impl-Readable-for-WDSEL_SPEC-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::resets::wdsel::<a class="struct" href="../resets/wdsel/struct.WDSEL_SPEC.html" title="struct rp2040_pac::resets::wdsel::WDSEL_SPEC">WDSEL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../resets/wdsel/type.R.html" title="type rp2040_pac::resets::wdsel::R"><code>wdsel::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CTRL_SPEC-1" class="impl"><a class="src rightside" href="../../src/rp2040_pac/rosc/ctrl.rs.html#242">source</a><a href="#impl-Readable-for-CTRL_SPEC-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::rosc::ctrl::<a class="struct" href="../rosc/ctrl/struct.CTRL_SPEC.html" title="struct rp2040_pac::rosc::ctrl::CTRL_SPEC">CTRL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../rosc/ctrl/type.R.html" title="type rp2040_pac::rosc::ctrl::R"><code>ctrl::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-DIV_SPEC-2" class="impl"><a class="src rightside" href="../../src/rp2040_pac/rosc/div.rs.html#106">source</a><a href="#impl-Readable-for-DIV_SPEC-2" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::rosc::div::<a class="struct" href="../rosc/div/struct.DIV_SPEC.html" title="struct rp2040_pac::rosc::div::DIV_SPEC">DIV_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../rosc/div/type.R.html" title="type rp2040_pac::rosc::div::R"><code>div::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-DORMANT_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/rosc/dormant.rs.html#39">source</a><a href="#impl-Readable-for-DORMANT_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::rosc::dormant::<a class="struct" href="../rosc/dormant/struct.DORMANT_SPEC.html" title="struct rp2040_pac::rosc::dormant::DORMANT_SPEC">DORMANT_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../rosc/dormant/type.R.html" title="type rp2040_pac::rosc::dormant::R"><code>dormant::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-FREQA_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/rosc/freqa.rs.html#157">source</a><a href="#impl-Readable-for-FREQA_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../rosc/freqa/struct.FREQA_SPEC.html" title="struct rp2040_pac::rosc::freqa::FREQA_SPEC">FREQA_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../rosc/freqa/type.R.html" title="type rp2040_pac::rosc::freqa::R"><code>freqa::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-FREQB_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/rosc/freqb.rs.html#151">source</a><a href="#impl-Readable-for-FREQB_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../rosc/freqb/struct.FREQB_SPEC.html" title="struct rp2040_pac::rosc::freqb::FREQB_SPEC">FREQB_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../rosc/freqb/type.R.html" title="type rp2040_pac::rosc::freqb::R"><code>freqb::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-PHASE_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/rosc/phase.rs.html#107">source</a><a href="#impl-Readable-for-PHASE_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../rosc/phase/struct.PHASE_SPEC.html" title="struct rp2040_pac::rosc::phase::PHASE_SPEC">PHASE_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../rosc/phase/type.R.html" title="type rp2040_pac::rosc::phase::R"><code>phase::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-RANDOMBIT_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/rosc/randombit.rs.html#20">source</a><a href="#impl-Readable-for-RANDOMBIT_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../rosc/randombit/struct.RANDOMBIT_SPEC.html" title="struct rp2040_pac::rosc::randombit::RANDOMBIT_SPEC">RANDOMBIT_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../rosc/randombit/type.R.html" title="type rp2040_pac::rosc::randombit::R"><code>randombit::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-STATUS_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/rosc/status.rs.html#34">source</a><a href="#impl-Readable-for-STATUS_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::rosc::status::<a class="struct" href="../rosc/status/struct.STATUS_SPEC.html" title="struct rp2040_pac::rosc::status::STATUS_SPEC">STATUS_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../rosc/status/type.R.html" title="type rp2040_pac::rosc::status::R"><code>status::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CLKDIV_M1_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/rtc/clkdiv_m1.rs.html#42">source</a><a href="#impl-Readable-for-CLKDIV_M1_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../rtc/clkdiv_m1/struct.CLKDIV_M1_SPEC.html" title="struct rp2040_pac::rtc::clkdiv_m1::CLKDIV_M1_SPEC">CLKDIV_M1_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../rtc/clkdiv_m1/type.R.html" title="type rp2040_pac::rtc::clkdiv_m1::R"><code>clkdiv_m1::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CTRL_SPEC-2" class="impl"><a class="src rightside" href="../../src/rp2040_pac/rtc/ctrl.rs.html#83">source</a><a href="#impl-Readable-for-CTRL_SPEC-2" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::rtc::ctrl::<a class="struct" href="../rtc/ctrl/struct.CTRL_SPEC.html" title="struct rp2040_pac::rtc::ctrl::CTRL_SPEC">CTRL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../rtc/ctrl/type.R.html" title="type rp2040_pac::rtc::ctrl::R"><code>ctrl::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTE_SPEC-3" class="impl"><a class="src rightside" href="../../src/rp2040_pac/rtc/inte.rs.html#42">source</a><a href="#impl-Readable-for-INTE_SPEC-3" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::rtc::inte::<a class="struct" href="../rtc/inte/struct.INTE_SPEC.html" title="struct rp2040_pac::rtc::inte::INTE_SPEC">INTE_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../rtc/inte/type.R.html" title="type rp2040_pac::rtc::inte::R"><code>inte::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTF_SPEC-3" class="impl"><a class="src rightside" href="../../src/rp2040_pac/rtc/intf.rs.html#42">source</a><a href="#impl-Readable-for-INTF_SPEC-3" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::rtc::intf::<a class="struct" href="../rtc/intf/struct.INTF_SPEC.html" title="struct rp2040_pac::rtc::intf::INTF_SPEC">INTF_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../rtc/intf/type.R.html" title="type rp2040_pac::rtc::intf::R"><code>intf::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTR_SPEC-7" class="impl"><a class="src rightside" href="../../src/rp2040_pac/rtc/intr.rs.html#20">source</a><a href="#impl-Readable-for-INTR_SPEC-7" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::rtc::intr::<a class="struct" href="../rtc/intr/struct.INTR_SPEC.html" title="struct rp2040_pac::rtc::intr::INTR_SPEC">INTR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../rtc/intr/type.R.html" title="type rp2040_pac::rtc::intr::R"><code>intr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTS_SPEC-3" class="impl"><a class="src rightside" href="../../src/rp2040_pac/rtc/ints.rs.html#20">source</a><a href="#impl-Readable-for-INTS_SPEC-3" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::rtc::ints::<a class="struct" href="../rtc/ints/struct.INTS_SPEC.html" title="struct rp2040_pac::rtc::ints::INTS_SPEC">INTS_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../rtc/ints/type.R.html" title="type rp2040_pac::rtc::ints::R"><code>ints::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IRQ_SETUP_0_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/rtc/irq_setup_0.rs.html#139">source</a><a href="#impl-Readable-for-IRQ_SETUP_0_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../rtc/irq_setup_0/struct.IRQ_SETUP_0_SPEC.html" title="struct rp2040_pac::rtc::irq_setup_0::IRQ_SETUP_0_SPEC">IRQ_SETUP_0_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../rtc/irq_setup_0/type.R.html" title="type rp2040_pac::rtc::irq_setup_0::R"><code>irq_setup_0::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IRQ_SETUP_1_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/rtc/irq_setup_1.rs.html#147">source</a><a href="#impl-Readable-for-IRQ_SETUP_1_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../rtc/irq_setup_1/struct.IRQ_SETUP_1_SPEC.html" title="struct rp2040_pac::rtc::irq_setup_1::IRQ_SETUP_1_SPEC">IRQ_SETUP_1_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../rtc/irq_setup_1/type.R.html" title="type rp2040_pac::rtc::irq_setup_1::R"><code>irq_setup_1::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-RTC_0_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/rtc/rtc_0.rs.html#42">source</a><a href="#impl-Readable-for-RTC_0_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../rtc/rtc_0/struct.RTC_0_SPEC.html" title="struct rp2040_pac::rtc::rtc_0::RTC_0_SPEC">RTC_0_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../rtc/rtc_0/type.R.html" title="type rp2040_pac::rtc::rtc_0::R"><code>rtc_0::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-RTC_1_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/rtc/rtc_1.rs.html#34">source</a><a href="#impl-Readable-for-RTC_1_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../rtc/rtc_1/struct.RTC_1_SPEC.html" title="struct rp2040_pac::rtc::rtc_1::RTC_1_SPEC">RTC_1_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../rtc/rtc_1/type.R.html" title="type rp2040_pac::rtc::rtc_1::R"><code>rtc_1::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SETUP_0_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/rtc/setup_0.rs.html#72">source</a><a href="#impl-Readable-for-SETUP_0_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../rtc/setup_0/struct.SETUP_0_SPEC.html" title="struct rp2040_pac::rtc::setup_0::SETUP_0_SPEC">SETUP_0_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../rtc/setup_0/type.R.html" title="type rp2040_pac::rtc::setup_0::R"><code>setup_0::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SETUP_1_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/rtc/setup_1.rs.html#87">source</a><a href="#impl-Readable-for-SETUP_1_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../rtc/setup_1/struct.SETUP_1_SPEC.html" title="struct rp2040_pac::rtc::setup_1::SETUP_1_SPEC">SETUP_1_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../rtc/setup_1/type.R.html" title="type rp2040_pac::rtc::setup_1::R"><code>setup_1::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CPUID_SPEC-1" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/cpuid.rs.html#22">source</a><a href="#impl-Readable-for-CPUID_SPEC-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::sio::cpuid::<a class="struct" href="../sio/cpuid/struct.CPUID_SPEC.html" title="struct rp2040_pac::sio::cpuid::CPUID_SPEC">CPUID_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/cpuid/type.R.html" title="type rp2040_pac::sio::cpuid::R"><code>cpuid::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-DIV_CSR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/div_csr.rs.html#41">source</a><a href="#impl-Readable-for-DIV_CSR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/div_csr/struct.DIV_CSR_SPEC.html" title="struct rp2040_pac::sio::div_csr::DIV_CSR_SPEC">DIV_CSR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/div_csr/type.R.html" title="type rp2040_pac::sio::div_csr::R"><code>div_csr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-DIV_QUOTIENT_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/div_quotient.rs.html#41">source</a><a href="#impl-Readable-for-DIV_QUOTIENT_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/div_quotient/struct.DIV_QUOTIENT_SPEC.html" title="struct rp2040_pac::sio::div_quotient::DIV_QUOTIENT_SPEC">DIV_QUOTIENT_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/div_quotient/type.R.html" title="type rp2040_pac::sio::div_quotient::R"><code>div_quotient::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-DIV_REMAINDER_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/div_remainder.rs.html#39">source</a><a href="#impl-Readable-for-DIV_REMAINDER_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/div_remainder/struct.DIV_REMAINDER_SPEC.html" title="struct rp2040_pac::sio::div_remainder::DIV_REMAINDER_SPEC">DIV_REMAINDER_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/div_remainder/type.R.html" title="type rp2040_pac::sio::div_remainder::R"><code>div_remainder::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-DIV_SDIVIDEND_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/div_sdividend.rs.html#36">source</a><a href="#impl-Readable-for-DIV_SDIVIDEND_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/div_sdividend/struct.DIV_SDIVIDEND_SPEC.html" title="struct rp2040_pac::sio::div_sdividend::DIV_SDIVIDEND_SPEC">DIV_SDIVIDEND_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/div_sdividend/type.R.html" title="type rp2040_pac::sio::div_sdividend::R"><code>div_sdividend::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-DIV_SDIVISOR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/div_sdivisor.rs.html#36">source</a><a href="#impl-Readable-for-DIV_SDIVISOR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/div_sdivisor/struct.DIV_SDIVISOR_SPEC.html" title="struct rp2040_pac::sio::div_sdivisor::DIV_SDIVISOR_SPEC">DIV_SDIVISOR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/div_sdivisor/type.R.html" title="type rp2040_pac::sio::div_sdivisor::R"><code>div_sdivisor::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-DIV_UDIVIDEND_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/div_udividend.rs.html#39">source</a><a href="#impl-Readable-for-DIV_UDIVIDEND_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/div_udividend/struct.DIV_UDIVIDEND_SPEC.html" title="struct rp2040_pac::sio::div_udividend::DIV_UDIVIDEND_SPEC">DIV_UDIVIDEND_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/div_udividend/type.R.html" title="type rp2040_pac::sio::div_udividend::R"><code>div_udividend::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-DIV_UDIVISOR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/div_udivisor.rs.html#39">source</a><a href="#impl-Readable-for-DIV_UDIVISOR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/div_udivisor/struct.DIV_UDIVISOR_SPEC.html" title="struct rp2040_pac::sio::div_udivisor::DIV_UDIVISOR_SPEC">DIV_UDIVISOR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/div_udivisor/type.R.html" title="type rp2040_pac::sio::div_udivisor::R"><code>div_udivisor::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-FIFO_RD_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/fifo_rd.rs.html#21">source</a><a href="#impl-Readable-for-FIFO_RD_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/fifo_rd/struct.FIFO_RD_SPEC.html" title="struct rp2040_pac::sio::fifo_rd::FIFO_RD_SPEC">FIFO_RD_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/fifo_rd/type.R.html" title="type rp2040_pac::sio::fifo_rd::R"><code>fifo_rd::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-FIFO_ST_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/fifo_st.rs.html#75">source</a><a href="#impl-Readable-for-FIFO_ST_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/fifo_st/struct.FIFO_ST_SPEC.html" title="struct rp2040_pac::sio::fifo_st::FIFO_ST_SPEC">FIFO_ST_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/fifo_st/type.R.html" title="type rp2040_pac::sio::fifo_st::R"><code>fifo_st::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-GPIO_HI_IN_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/gpio_hi_in.rs.html#20">source</a><a href="#impl-Readable-for-GPIO_HI_IN_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/gpio_hi_in/struct.GPIO_HI_IN_SPEC.html" title="struct rp2040_pac::sio::gpio_hi_in::GPIO_HI_IN_SPEC">GPIO_HI_IN_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/gpio_hi_in/type.R.html" title="type rp2040_pac::sio::gpio_hi_in::R"><code>gpio_hi_in::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-GPIO_HI_OE_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/gpio_hi_oe.rs.html#58">source</a><a href="#impl-Readable-for-GPIO_HI_OE_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/gpio_hi_oe/struct.GPIO_HI_OE_SPEC.html" title="struct rp2040_pac::sio::gpio_hi_oe::GPIO_HI_OE_SPEC">GPIO_HI_OE_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/gpio_hi_oe/type.R.html" title="type rp2040_pac::sio::gpio_hi_oe::R"><code>gpio_hi_oe::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-GPIO_HI_OUT_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/gpio_hi_out.rs.html#58">source</a><a href="#impl-Readable-for-GPIO_HI_OUT_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/gpio_hi_out/struct.GPIO_HI_OUT_SPEC.html" title="struct rp2040_pac::sio::gpio_hi_out::GPIO_HI_OUT_SPEC">GPIO_HI_OUT_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/gpio_hi_out/type.R.html" title="type rp2040_pac::sio::gpio_hi_out::R"><code>gpio_hi_out::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-GPIO_IN_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/gpio_in.rs.html#20">source</a><a href="#impl-Readable-for-GPIO_IN_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/gpio_in/struct.GPIO_IN_SPEC.html" title="struct rp2040_pac::sio::gpio_in::GPIO_IN_SPEC">GPIO_IN_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/gpio_in/type.R.html" title="type rp2040_pac::sio::gpio_in::R"><code>gpio_in::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-GPIO_OE_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/gpio_oe.rs.html#58">source</a><a href="#impl-Readable-for-GPIO_OE_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/gpio_oe/struct.GPIO_OE_SPEC.html" title="struct rp2040_pac::sio::gpio_oe::GPIO_OE_SPEC">GPIO_OE_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/gpio_oe/type.R.html" title="type rp2040_pac::sio::gpio_oe::R"><code>gpio_oe::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-GPIO_OUT_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/gpio_out.rs.html#58">source</a><a href="#impl-Readable-for-GPIO_OUT_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/gpio_out/struct.GPIO_OUT_SPEC.html" title="struct rp2040_pac::sio::gpio_out::GPIO_OUT_SPEC">GPIO_OUT_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/gpio_out/type.R.html" title="type rp2040_pac::sio::gpio_out::R"><code>gpio_out::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTERP0_ACCUM0_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/interp0_accum0.rs.html#35">source</a><a href="#impl-Readable-for-INTERP0_ACCUM0_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/interp0_accum0/struct.INTERP0_ACCUM0_SPEC.html" title="struct rp2040_pac::sio::interp0_accum0::INTERP0_ACCUM0_SPEC">INTERP0_ACCUM0_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/interp0_accum0/type.R.html" title="type rp2040_pac::sio::interp0_accum0::R"><code>interp0_accum0::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTERP0_ACCUM0_ADD_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/interp0_accum0_add.rs.html#43">source</a><a href="#impl-Readable-for-INTERP0_ACCUM0_ADD_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/interp0_accum0_add/struct.INTERP0_ACCUM0_ADD_SPEC.html" title="struct rp2040_pac::sio::interp0_accum0_add::INTERP0_ACCUM0_ADD_SPEC">INTERP0_ACCUM0_ADD_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/interp0_accum0_add/type.R.html" title="type rp2040_pac::sio::interp0_accum0_add::R"><code>interp0_accum0_add::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTERP0_ACCUM1_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/interp0_accum1.rs.html#35">source</a><a href="#impl-Readable-for-INTERP0_ACCUM1_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/interp0_accum1/struct.INTERP0_ACCUM1_SPEC.html" title="struct rp2040_pac::sio::interp0_accum1::INTERP0_ACCUM1_SPEC">INTERP0_ACCUM1_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/interp0_accum1/type.R.html" title="type rp2040_pac::sio::interp0_accum1::R"><code>interp0_accum1::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTERP0_ACCUM1_ADD_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/interp0_accum1_add.rs.html#43">source</a><a href="#impl-Readable-for-INTERP0_ACCUM1_ADD_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/interp0_accum1_add/struct.INTERP0_ACCUM1_ADD_SPEC.html" title="struct rp2040_pac::sio::interp0_accum1_add::INTERP0_ACCUM1_ADD_SPEC">INTERP0_ACCUM1_ADD_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/interp0_accum1_add/type.R.html" title="type rp2040_pac::sio::interp0_accum1_add::R"><code>interp0_accum1_add::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTERP0_BASE0_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/interp0_base0.rs.html#35">source</a><a href="#impl-Readable-for-INTERP0_BASE0_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/interp0_base0/struct.INTERP0_BASE0_SPEC.html" title="struct rp2040_pac::sio::interp0_base0::INTERP0_BASE0_SPEC">INTERP0_BASE0_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/interp0_base0/type.R.html" title="type rp2040_pac::sio::interp0_base0::R"><code>interp0_base0::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTERP0_BASE1_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/interp0_base1.rs.html#35">source</a><a href="#impl-Readable-for-INTERP0_BASE1_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/interp0_base1/struct.INTERP0_BASE1_SPEC.html" title="struct rp2040_pac::sio::interp0_base1::INTERP0_BASE1_SPEC">INTERP0_BASE1_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/interp0_base1/type.R.html" title="type rp2040_pac::sio::interp0_base1::R"><code>interp0_base1::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTERP0_BASE2_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/interp0_base2.rs.html#35">source</a><a href="#impl-Readable-for-INTERP0_BASE2_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/interp0_base2/struct.INTERP0_BASE2_SPEC.html" title="struct rp2040_pac::sio::interp0_base2::INTERP0_BASE2_SPEC">INTERP0_BASE2_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/interp0_base2/type.R.html" title="type rp2040_pac::sio::interp0_base2::R"><code>interp0_base2::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTERP0_CTRL_LANE0_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/interp0_ctrl_lane0.rs.html#227">source</a><a href="#impl-Readable-for-INTERP0_CTRL_LANE0_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/interp0_ctrl_lane0/struct.INTERP0_CTRL_LANE0_SPEC.html" title="struct rp2040_pac::sio::interp0_ctrl_lane0::INTERP0_CTRL_LANE0_SPEC">INTERP0_CTRL_LANE0_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/interp0_ctrl_lane0/type.R.html" title="type rp2040_pac::sio::interp0_ctrl_lane0::R"><code>interp0_ctrl_lane0::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTERP0_CTRL_LANE1_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/interp0_ctrl_lane1.rs.html#167">source</a><a href="#impl-Readable-for-INTERP0_CTRL_LANE1_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/interp0_ctrl_lane1/struct.INTERP0_CTRL_LANE1_SPEC.html" title="struct rp2040_pac::sio::interp0_ctrl_lane1::INTERP0_CTRL_LANE1_SPEC">INTERP0_CTRL_LANE1_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/interp0_ctrl_lane1/type.R.html" title="type rp2040_pac::sio::interp0_ctrl_lane1::R"><code>interp0_ctrl_lane1::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTERP0_PEEK_FULL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/interp0_peek_full.rs.html#21">source</a><a href="#impl-Readable-for-INTERP0_PEEK_FULL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/interp0_peek_full/struct.INTERP0_PEEK_FULL_SPEC.html" title="struct rp2040_pac::sio::interp0_peek_full::INTERP0_PEEK_FULL_SPEC">INTERP0_PEEK_FULL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/interp0_peek_full/type.R.html" title="type rp2040_pac::sio::interp0_peek_full::R"><code>interp0_peek_full::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTERP0_PEEK_LANE0_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/interp0_peek_lane0.rs.html#21">source</a><a href="#impl-Readable-for-INTERP0_PEEK_LANE0_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/interp0_peek_lane0/struct.INTERP0_PEEK_LANE0_SPEC.html" title="struct rp2040_pac::sio::interp0_peek_lane0::INTERP0_PEEK_LANE0_SPEC">INTERP0_PEEK_LANE0_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/interp0_peek_lane0/type.R.html" title="type rp2040_pac::sio::interp0_peek_lane0::R"><code>interp0_peek_lane0::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTERP0_PEEK_LANE1_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/interp0_peek_lane1.rs.html#21">source</a><a href="#impl-Readable-for-INTERP0_PEEK_LANE1_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/interp0_peek_lane1/struct.INTERP0_PEEK_LANE1_SPEC.html" title="struct rp2040_pac::sio::interp0_peek_lane1::INTERP0_PEEK_LANE1_SPEC">INTERP0_PEEK_LANE1_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/interp0_peek_lane1/type.R.html" title="type rp2040_pac::sio::interp0_peek_lane1::R"><code>interp0_peek_lane1::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTERP0_POP_FULL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/interp0_pop_full.rs.html#21">source</a><a href="#impl-Readable-for-INTERP0_POP_FULL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/interp0_pop_full/struct.INTERP0_POP_FULL_SPEC.html" title="struct rp2040_pac::sio::interp0_pop_full::INTERP0_POP_FULL_SPEC">INTERP0_POP_FULL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/interp0_pop_full/type.R.html" title="type rp2040_pac::sio::interp0_pop_full::R"><code>interp0_pop_full::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTERP0_POP_LANE0_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/interp0_pop_lane0.rs.html#21">source</a><a href="#impl-Readable-for-INTERP0_POP_LANE0_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/interp0_pop_lane0/struct.INTERP0_POP_LANE0_SPEC.html" title="struct rp2040_pac::sio::interp0_pop_lane0::INTERP0_POP_LANE0_SPEC">INTERP0_POP_LANE0_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/interp0_pop_lane0/type.R.html" title="type rp2040_pac::sio::interp0_pop_lane0::R"><code>interp0_pop_lane0::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTERP0_POP_LANE1_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/interp0_pop_lane1.rs.html#21">source</a><a href="#impl-Readable-for-INTERP0_POP_LANE1_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/interp0_pop_lane1/struct.INTERP0_POP_LANE1_SPEC.html" title="struct rp2040_pac::sio::interp0_pop_lane1::INTERP0_POP_LANE1_SPEC">INTERP0_POP_LANE1_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/interp0_pop_lane1/type.R.html" title="type rp2040_pac::sio::interp0_pop_lane1::R"><code>interp0_pop_lane1::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTERP1_ACCUM0_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/interp1_accum0.rs.html#35">source</a><a href="#impl-Readable-for-INTERP1_ACCUM0_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/interp1_accum0/struct.INTERP1_ACCUM0_SPEC.html" title="struct rp2040_pac::sio::interp1_accum0::INTERP1_ACCUM0_SPEC">INTERP1_ACCUM0_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/interp1_accum0/type.R.html" title="type rp2040_pac::sio::interp1_accum0::R"><code>interp1_accum0::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTERP1_ACCUM0_ADD_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/interp1_accum0_add.rs.html#43">source</a><a href="#impl-Readable-for-INTERP1_ACCUM0_ADD_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/interp1_accum0_add/struct.INTERP1_ACCUM0_ADD_SPEC.html" title="struct rp2040_pac::sio::interp1_accum0_add::INTERP1_ACCUM0_ADD_SPEC">INTERP1_ACCUM0_ADD_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/interp1_accum0_add/type.R.html" title="type rp2040_pac::sio::interp1_accum0_add::R"><code>interp1_accum0_add::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTERP1_ACCUM1_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/interp1_accum1.rs.html#35">source</a><a href="#impl-Readable-for-INTERP1_ACCUM1_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/interp1_accum1/struct.INTERP1_ACCUM1_SPEC.html" title="struct rp2040_pac::sio::interp1_accum1::INTERP1_ACCUM1_SPEC">INTERP1_ACCUM1_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/interp1_accum1/type.R.html" title="type rp2040_pac::sio::interp1_accum1::R"><code>interp1_accum1::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTERP1_ACCUM1_ADD_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/interp1_accum1_add.rs.html#43">source</a><a href="#impl-Readable-for-INTERP1_ACCUM1_ADD_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/interp1_accum1_add/struct.INTERP1_ACCUM1_ADD_SPEC.html" title="struct rp2040_pac::sio::interp1_accum1_add::INTERP1_ACCUM1_ADD_SPEC">INTERP1_ACCUM1_ADD_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/interp1_accum1_add/type.R.html" title="type rp2040_pac::sio::interp1_accum1_add::R"><code>interp1_accum1_add::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTERP1_BASE0_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/interp1_base0.rs.html#35">source</a><a href="#impl-Readable-for-INTERP1_BASE0_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/interp1_base0/struct.INTERP1_BASE0_SPEC.html" title="struct rp2040_pac::sio::interp1_base0::INTERP1_BASE0_SPEC">INTERP1_BASE0_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/interp1_base0/type.R.html" title="type rp2040_pac::sio::interp1_base0::R"><code>interp1_base0::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTERP1_BASE1_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/interp1_base1.rs.html#35">source</a><a href="#impl-Readable-for-INTERP1_BASE1_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/interp1_base1/struct.INTERP1_BASE1_SPEC.html" title="struct rp2040_pac::sio::interp1_base1::INTERP1_BASE1_SPEC">INTERP1_BASE1_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/interp1_base1/type.R.html" title="type rp2040_pac::sio::interp1_base1::R"><code>interp1_base1::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTERP1_BASE2_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/interp1_base2.rs.html#35">source</a><a href="#impl-Readable-for-INTERP1_BASE2_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/interp1_base2/struct.INTERP1_BASE2_SPEC.html" title="struct rp2040_pac::sio::interp1_base2::INTERP1_BASE2_SPEC">INTERP1_BASE2_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/interp1_base2/type.R.html" title="type rp2040_pac::sio::interp1_base2::R"><code>interp1_base2::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTERP1_CTRL_LANE0_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/interp1_ctrl_lane0.rs.html#215">source</a><a href="#impl-Readable-for-INTERP1_CTRL_LANE0_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/interp1_ctrl_lane0/struct.INTERP1_CTRL_LANE0_SPEC.html" title="struct rp2040_pac::sio::interp1_ctrl_lane0::INTERP1_CTRL_LANE0_SPEC">INTERP1_CTRL_LANE0_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/interp1_ctrl_lane0/type.R.html" title="type rp2040_pac::sio::interp1_ctrl_lane0::R"><code>interp1_ctrl_lane0::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTERP1_CTRL_LANE1_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/interp1_ctrl_lane1.rs.html#167">source</a><a href="#impl-Readable-for-INTERP1_CTRL_LANE1_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/interp1_ctrl_lane1/struct.INTERP1_CTRL_LANE1_SPEC.html" title="struct rp2040_pac::sio::interp1_ctrl_lane1::INTERP1_CTRL_LANE1_SPEC">INTERP1_CTRL_LANE1_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/interp1_ctrl_lane1/type.R.html" title="type rp2040_pac::sio::interp1_ctrl_lane1::R"><code>interp1_ctrl_lane1::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTERP1_PEEK_FULL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/interp1_peek_full.rs.html#21">source</a><a href="#impl-Readable-for-INTERP1_PEEK_FULL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/interp1_peek_full/struct.INTERP1_PEEK_FULL_SPEC.html" title="struct rp2040_pac::sio::interp1_peek_full::INTERP1_PEEK_FULL_SPEC">INTERP1_PEEK_FULL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/interp1_peek_full/type.R.html" title="type rp2040_pac::sio::interp1_peek_full::R"><code>interp1_peek_full::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTERP1_PEEK_LANE0_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/interp1_peek_lane0.rs.html#21">source</a><a href="#impl-Readable-for-INTERP1_PEEK_LANE0_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/interp1_peek_lane0/struct.INTERP1_PEEK_LANE0_SPEC.html" title="struct rp2040_pac::sio::interp1_peek_lane0::INTERP1_PEEK_LANE0_SPEC">INTERP1_PEEK_LANE0_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/interp1_peek_lane0/type.R.html" title="type rp2040_pac::sio::interp1_peek_lane0::R"><code>interp1_peek_lane0::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTERP1_PEEK_LANE1_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/interp1_peek_lane1.rs.html#21">source</a><a href="#impl-Readable-for-INTERP1_PEEK_LANE1_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/interp1_peek_lane1/struct.INTERP1_PEEK_LANE1_SPEC.html" title="struct rp2040_pac::sio::interp1_peek_lane1::INTERP1_PEEK_LANE1_SPEC">INTERP1_PEEK_LANE1_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/interp1_peek_lane1/type.R.html" title="type rp2040_pac::sio::interp1_peek_lane1::R"><code>interp1_peek_lane1::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTERP1_POP_FULL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/interp1_pop_full.rs.html#21">source</a><a href="#impl-Readable-for-INTERP1_POP_FULL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/interp1_pop_full/struct.INTERP1_POP_FULL_SPEC.html" title="struct rp2040_pac::sio::interp1_pop_full::INTERP1_POP_FULL_SPEC">INTERP1_POP_FULL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/interp1_pop_full/type.R.html" title="type rp2040_pac::sio::interp1_pop_full::R"><code>interp1_pop_full::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTERP1_POP_LANE0_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/interp1_pop_lane0.rs.html#21">source</a><a href="#impl-Readable-for-INTERP1_POP_LANE0_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/interp1_pop_lane0/struct.INTERP1_POP_LANE0_SPEC.html" title="struct rp2040_pac::sio::interp1_pop_lane0::INTERP1_POP_LANE0_SPEC">INTERP1_POP_LANE0_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/interp1_pop_lane0/type.R.html" title="type rp2040_pac::sio::interp1_pop_lane0::R"><code>interp1_pop_lane0::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTERP1_POP_LANE1_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/interp1_pop_lane1.rs.html#21">source</a><a href="#impl-Readable-for-INTERP1_POP_LANE1_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/interp1_pop_lane1/struct.INTERP1_POP_LANE1_SPEC.html" title="struct rp2040_pac::sio::interp1_pop_lane1::INTERP1_POP_LANE1_SPEC">INTERP1_POP_LANE1_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/interp1_pop_lane1/type.R.html" title="type rp2040_pac::sio::interp1_pop_lane1::R"><code>interp1_pop_lane1::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SPINLOCK_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/spinlock.rs.html#41">source</a><a href="#impl-Readable-for-SPINLOCK_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/spinlock/struct.SPINLOCK_SPEC.html" title="struct rp2040_pac::sio::spinlock::SPINLOCK_SPEC">SPINLOCK_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/spinlock/type.R.html" title="type rp2040_pac::sio::spinlock::R"><code>spinlock::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SPINLOCK_ST_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sio/spinlock_st.rs.html#23">source</a><a href="#impl-Readable-for-SPINLOCK_ST_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sio/spinlock_st/struct.SPINLOCK_ST_SPEC.html" title="struct rp2040_pac::sio::spinlock_st::SPINLOCK_ST_SPEC">SPINLOCK_ST_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sio/spinlock_st/type.R.html" title="type rp2040_pac::sio::spinlock_st::R"><code>spinlock_st::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SSPCPSR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/spi0/sspcpsr.rs.html#42">source</a><a href="#impl-Readable-for-SSPCPSR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../spi0/sspcpsr/struct.SSPCPSR_SPEC.html" title="struct rp2040_pac::spi0::sspcpsr::SSPCPSR_SPEC">SSPCPSR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../spi0/sspcpsr/type.R.html" title="type rp2040_pac::spi0::sspcpsr::R"><code>sspcpsr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SSPCR0_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/spi0/sspcr0.rs.html#172">source</a><a href="#impl-Readable-for-SSPCR0_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../spi0/sspcr0/struct.SSPCR0_SPEC.html" title="struct rp2040_pac::spi0::sspcr0::SSPCR0_SPEC">SSPCR0_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../spi0/sspcr0/type.R.html" title="type rp2040_pac::spi0::sspcr0::R"><code>sspcr0::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SSPCR1_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/spi0/sspcr1.rs.html#87">source</a><a href="#impl-Readable-for-SSPCR1_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../spi0/sspcr1/struct.SSPCR1_SPEC.html" title="struct rp2040_pac::spi0::sspcr1::SSPCR1_SPEC">SSPCR1_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../spi0/sspcr1/type.R.html" title="type rp2040_pac::spi0::sspcr1::R"><code>sspcr1::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SSPDMACR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/spi0/sspdmacr.rs.html#57">source</a><a href="#impl-Readable-for-SSPDMACR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../spi0/sspdmacr/struct.SSPDMACR_SPEC.html" title="struct rp2040_pac::spi0::sspdmacr::SSPDMACR_SPEC">SSPDMACR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../spi0/sspdmacr/type.R.html" title="type rp2040_pac::spi0::sspdmacr::R"><code>sspdmacr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SSPDR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/spi0/sspdr.rs.html#42">source</a><a href="#impl-Readable-for-SSPDR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../spi0/sspdr/struct.SSPDR_SPEC.html" title="struct rp2040_pac::spi0::sspdr::SSPDR_SPEC">SSPDR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../spi0/sspdr/type.R.html" title="type rp2040_pac::spi0::sspdr::R"><code>sspdr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SSPICR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/spi0/sspicr.rs.html#57">source</a><a href="#impl-Readable-for-SSPICR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../spi0/sspicr/struct.SSPICR_SPEC.html" title="struct rp2040_pac::spi0::sspicr::SSPICR_SPEC">SSPICR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../spi0/sspicr/type.R.html" title="type rp2040_pac::spi0::sspicr::R"><code>sspicr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SSPIMSC_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/spi0/sspimsc.rs.html#87">source</a><a href="#impl-Readable-for-SSPIMSC_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../spi0/sspimsc/struct.SSPIMSC_SPEC.html" title="struct rp2040_pac::spi0::sspimsc::SSPIMSC_SPEC">SSPIMSC_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../spi0/sspimsc/type.R.html" title="type rp2040_pac::spi0::sspimsc::R"><code>sspimsc::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SSPMIS_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/spi0/sspmis.rs.html#41">source</a><a href="#impl-Readable-for-SSPMIS_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../spi0/sspmis/struct.SSPMIS_SPEC.html" title="struct rp2040_pac::spi0::sspmis::SSPMIS_SPEC">SSPMIS_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../spi0/sspmis/type.R.html" title="type rp2040_pac::spi0::sspmis::R"><code>sspmis::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SSPPCELLID0_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/spi0/ssppcellid0.rs.html#20">source</a><a href="#impl-Readable-for-SSPPCELLID0_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../spi0/ssppcellid0/struct.SSPPCELLID0_SPEC.html" title="struct rp2040_pac::spi0::ssppcellid0::SSPPCELLID0_SPEC">SSPPCELLID0_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../spi0/ssppcellid0/type.R.html" title="type rp2040_pac::spi0::ssppcellid0::R"><code>ssppcellid0::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SSPPCELLID1_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/spi0/ssppcellid1.rs.html#20">source</a><a href="#impl-Readable-for-SSPPCELLID1_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../spi0/ssppcellid1/struct.SSPPCELLID1_SPEC.html" title="struct rp2040_pac::spi0::ssppcellid1::SSPPCELLID1_SPEC">SSPPCELLID1_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../spi0/ssppcellid1/type.R.html" title="type rp2040_pac::spi0::ssppcellid1::R"><code>ssppcellid1::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SSPPCELLID2_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/spi0/ssppcellid2.rs.html#20">source</a><a href="#impl-Readable-for-SSPPCELLID2_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../spi0/ssppcellid2/struct.SSPPCELLID2_SPEC.html" title="struct rp2040_pac::spi0::ssppcellid2::SSPPCELLID2_SPEC">SSPPCELLID2_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../spi0/ssppcellid2/type.R.html" title="type rp2040_pac::spi0::ssppcellid2::R"><code>ssppcellid2::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SSPPCELLID3_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/spi0/ssppcellid3.rs.html#20">source</a><a href="#impl-Readable-for-SSPPCELLID3_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../spi0/ssppcellid3/struct.SSPPCELLID3_SPEC.html" title="struct rp2040_pac::spi0::ssppcellid3::SSPPCELLID3_SPEC">SSPPCELLID3_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../spi0/ssppcellid3/type.R.html" title="type rp2040_pac::spi0::ssppcellid3::R"><code>ssppcellid3::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SSPPERIPHID0_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/spi0/sspperiphid0.rs.html#20">source</a><a href="#impl-Readable-for-SSPPERIPHID0_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../spi0/sspperiphid0/struct.SSPPERIPHID0_SPEC.html" title="struct rp2040_pac::spi0::sspperiphid0::SSPPERIPHID0_SPEC">SSPPERIPHID0_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../spi0/sspperiphid0/type.R.html" title="type rp2040_pac::spi0::sspperiphid0::R"><code>sspperiphid0::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SSPPERIPHID1_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/spi0/sspperiphid1.rs.html#27">source</a><a href="#impl-Readable-for-SSPPERIPHID1_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../spi0/sspperiphid1/struct.SSPPERIPHID1_SPEC.html" title="struct rp2040_pac::spi0::sspperiphid1::SSPPERIPHID1_SPEC">SSPPERIPHID1_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../spi0/sspperiphid1/type.R.html" title="type rp2040_pac::spi0::sspperiphid1::R"><code>sspperiphid1::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SSPPERIPHID2_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/spi0/sspperiphid2.rs.html#27">source</a><a href="#impl-Readable-for-SSPPERIPHID2_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../spi0/sspperiphid2/struct.SSPPERIPHID2_SPEC.html" title="struct rp2040_pac::spi0::sspperiphid2::SSPPERIPHID2_SPEC">SSPPERIPHID2_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../spi0/sspperiphid2/type.R.html" title="type rp2040_pac::spi0::sspperiphid2::R"><code>sspperiphid2::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SSPPERIPHID3_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/spi0/sspperiphid3.rs.html#20">source</a><a href="#impl-Readable-for-SSPPERIPHID3_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../spi0/sspperiphid3/struct.SSPPERIPHID3_SPEC.html" title="struct rp2040_pac::spi0::sspperiphid3::SSPPERIPHID3_SPEC">SSPPERIPHID3_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../spi0/sspperiphid3/type.R.html" title="type rp2040_pac::spi0::sspperiphid3::R"><code>sspperiphid3::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SSPRIS_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/spi0/sspris.rs.html#41">source</a><a href="#impl-Readable-for-SSPRIS_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../spi0/sspris/struct.SSPRIS_SPEC.html" title="struct rp2040_pac::spi0::sspris::SSPRIS_SPEC">SSPRIS_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../spi0/sspris/type.R.html" title="type rp2040_pac::spi0::sspris::R"><code>sspris::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SSPSR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/spi0/sspsr.rs.html#48">source</a><a href="#impl-Readable-for-SSPSR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../spi0/sspsr/struct.SSPSR_SPEC.html" title="struct rp2040_pac::spi0::sspsr::SSPSR_SPEC">SSPSR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../spi0/sspsr/type.R.html" title="type rp2040_pac::spi0::sspsr::R"><code>sspsr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-DBGFORCE_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/syscfg/dbgforce.rs.html#131">source</a><a href="#impl-Readable-for-DBGFORCE_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../syscfg/dbgforce/struct.DBGFORCE_SPEC.html" title="struct rp2040_pac::syscfg::dbgforce::DBGFORCE_SPEC">DBGFORCE_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../syscfg/dbgforce/type.R.html" title="type rp2040_pac::syscfg::dbgforce::R"><code>dbgforce::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-MEMPOWERDOWN_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/syscfg/mempowerdown.rs.html#148">source</a><a href="#impl-Readable-for-MEMPOWERDOWN_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../syscfg/mempowerdown/struct.MEMPOWERDOWN_SPEC.html" title="struct rp2040_pac::syscfg::mempowerdown::MEMPOWERDOWN_SPEC">MEMPOWERDOWN_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../syscfg/mempowerdown/type.R.html" title="type rp2040_pac::syscfg::mempowerdown::R"><code>mempowerdown::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-PROC0_NMI_MASK_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/syscfg/proc0_nmi_mask.rs.html#36">source</a><a href="#impl-Readable-for-PROC0_NMI_MASK_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../syscfg/proc0_nmi_mask/struct.PROC0_NMI_MASK_SPEC.html" title="struct rp2040_pac::syscfg::proc0_nmi_mask::PROC0_NMI_MASK_SPEC">PROC0_NMI_MASK_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../syscfg/proc0_nmi_mask/type.R.html" title="type rp2040_pac::syscfg::proc0_nmi_mask::R"><code>proc0_nmi_mask::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-PROC1_NMI_MASK_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/syscfg/proc1_nmi_mask.rs.html#36">source</a><a href="#impl-Readable-for-PROC1_NMI_MASK_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../syscfg/proc1_nmi_mask/struct.PROC1_NMI_MASK_SPEC.html" title="struct rp2040_pac::syscfg::proc1_nmi_mask::PROC1_NMI_MASK_SPEC">PROC1_NMI_MASK_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../syscfg/proc1_nmi_mask/type.R.html" title="type rp2040_pac::syscfg::proc1_nmi_mask::R"><code>proc1_nmi_mask::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-PROC_CONFIG_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/syscfg/proc_config.rs.html#87">source</a><a href="#impl-Readable-for-PROC_CONFIG_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../syscfg/proc_config/struct.PROC_CONFIG_SPEC.html" title="struct rp2040_pac::syscfg::proc_config::PROC_CONFIG_SPEC">PROC_CONFIG_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../syscfg/proc_config/type.R.html" title="type rp2040_pac::syscfg::proc_config::R"><code>proc_config::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-PROC_IN_SYNC_BYPASS_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/syscfg/proc_in_sync_bypass.rs.html#46">source</a><a href="#impl-Readable-for-PROC_IN_SYNC_BYPASS_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../syscfg/proc_in_sync_bypass/struct.PROC_IN_SYNC_BYPASS_SPEC.html" title="struct rp2040_pac::syscfg::proc_in_sync_bypass::PROC_IN_SYNC_BYPASS_SPEC">PROC_IN_SYNC_BYPASS_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../syscfg/proc_in_sync_bypass/type.R.html" title="type rp2040_pac::syscfg::proc_in_sync_bypass::R"><code>proc_in_sync_bypass::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-PROC_IN_SYNC_BYPASS_HI_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/syscfg/proc_in_sync_bypass_hi.rs.html#48">source</a><a href="#impl-Readable-for-PROC_IN_SYNC_BYPASS_HI_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../syscfg/proc_in_sync_bypass_hi/struct.PROC_IN_SYNC_BYPASS_HI_SPEC.html" title="struct rp2040_pac::syscfg::proc_in_sync_bypass_hi::PROC_IN_SYNC_BYPASS_HI_SPEC">PROC_IN_SYNC_BYPASS_HI_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../syscfg/proc_in_sync_bypass_hi/type.R.html" title="type rp2040_pac::syscfg::proc_in_sync_bypass_hi::R"><code>proc_in_sync_bypass_hi::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CHIP_ID_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sysinfo/chip_id.rs.html#34">source</a><a href="#impl-Readable-for-CHIP_ID_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sysinfo/chip_id/struct.CHIP_ID_SPEC.html" title="struct rp2040_pac::sysinfo::chip_id::CHIP_ID_SPEC">CHIP_ID_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sysinfo/chip_id/type.R.html" title="type rp2040_pac::sysinfo::chip_id::R"><code>chip_id::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-GITREF_RP2040_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sysinfo/gitref_rp2040.rs.html#21">source</a><a href="#impl-Readable-for-GITREF_RP2040_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../sysinfo/gitref_rp2040/struct.GITREF_RP2040_SPEC.html" title="struct rp2040_pac::sysinfo::gitref_rp2040::GITREF_RP2040_SPEC">GITREF_RP2040_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sysinfo/gitref_rp2040/type.R.html" title="type rp2040_pac::sysinfo::gitref_rp2040::R"><code>gitref_rp2040::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-PLATFORM_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/sysinfo/platform.rs.html#27">source</a><a href="#impl-Readable-for-PLATFORM_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::sysinfo::platform::<a class="struct" href="../sysinfo/platform/struct.PLATFORM_SPEC.html" title="struct rp2040_pac::sysinfo::platform::PLATFORM_SPEC">PLATFORM_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../sysinfo/platform/type.R.html" title="type rp2040_pac::sysinfo::platform::R"><code>platform::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-PLATFORM_SPEC-1" class="impl"><a class="src rightside" href="../../src/rp2040_pac/tbman/platform.rs.html#27">source</a><a href="#impl-Readable-for-PLATFORM_SPEC-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::tbman::platform::<a class="struct" href="../tbman/platform/struct.PLATFORM_SPEC.html" title="struct rp2040_pac::tbman::platform::PLATFORM_SPEC">PLATFORM_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../tbman/platform/type.R.html" title="type rp2040_pac::tbman::platform::R"><code>platform::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-ALARM0_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/timer/alarm0.rs.html#38">source</a><a href="#impl-Readable-for-ALARM0_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../timer/alarm0/struct.ALARM0_SPEC.html" title="struct rp2040_pac::timer::alarm0::ALARM0_SPEC">ALARM0_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../timer/alarm0/type.R.html" title="type rp2040_pac::timer::alarm0::R"><code>alarm0::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-ALARM1_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/timer/alarm1.rs.html#38">source</a><a href="#impl-Readable-for-ALARM1_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../timer/alarm1/struct.ALARM1_SPEC.html" title="struct rp2040_pac::timer::alarm1::ALARM1_SPEC">ALARM1_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../timer/alarm1/type.R.html" title="type rp2040_pac::timer::alarm1::R"><code>alarm1::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-ALARM2_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/timer/alarm2.rs.html#38">source</a><a href="#impl-Readable-for-ALARM2_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../timer/alarm2/struct.ALARM2_SPEC.html" title="struct rp2040_pac::timer::alarm2::ALARM2_SPEC">ALARM2_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../timer/alarm2/type.R.html" title="type rp2040_pac::timer::alarm2::R"><code>alarm2::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-ALARM3_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/timer/alarm3.rs.html#38">source</a><a href="#impl-Readable-for-ALARM3_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../timer/alarm3/struct.ALARM3_SPEC.html" title="struct rp2040_pac::timer::alarm3::ALARM3_SPEC">ALARM3_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../timer/alarm3/type.R.html" title="type rp2040_pac::timer::alarm3::R"><code>alarm3::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-ARMED_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/timer/armed.rs.html#45">source</a><a href="#impl-Readable-for-ARMED_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../timer/armed/struct.ARMED_SPEC.html" title="struct rp2040_pac::timer::armed::ARMED_SPEC">ARMED_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../timer/armed/type.R.html" title="type rp2040_pac::timer::armed::R"><code>armed::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-DBGPAUSE_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/timer/dbgpause.rs.html#57">source</a><a href="#impl-Readable-for-DBGPAUSE_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../timer/dbgpause/struct.DBGPAUSE_SPEC.html" title="struct rp2040_pac::timer::dbgpause::DBGPAUSE_SPEC">DBGPAUSE_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../timer/dbgpause/type.R.html" title="type rp2040_pac::timer::dbgpause::R"><code>dbgpause::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTE_SPEC-4" class="impl"><a class="src rightside" href="../../src/rp2040_pac/timer/inte.rs.html#87">source</a><a href="#impl-Readable-for-INTE_SPEC-4" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::timer::inte::<a class="struct" href="../timer/inte/struct.INTE_SPEC.html" title="struct rp2040_pac::timer::inte::INTE_SPEC">INTE_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../timer/inte/type.R.html" title="type rp2040_pac::timer::inte::R"><code>inte::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTF_SPEC-4" class="impl"><a class="src rightside" href="../../src/rp2040_pac/timer/intf.rs.html#87">source</a><a href="#impl-Readable-for-INTF_SPEC-4" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::timer::intf::<a class="struct" href="../timer/intf/struct.INTF_SPEC.html" title="struct rp2040_pac::timer::intf::INTF_SPEC">INTF_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../timer/intf/type.R.html" title="type rp2040_pac::timer::intf::R"><code>intf::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTR_SPEC-8" class="impl"><a class="src rightside" href="../../src/rp2040_pac/timer/intr.rs.html#87">source</a><a href="#impl-Readable-for-INTR_SPEC-8" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::timer::intr::<a class="struct" href="../timer/intr/struct.INTR_SPEC.html" title="struct rp2040_pac::timer::intr::INTR_SPEC">INTR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../timer/intr/type.R.html" title="type rp2040_pac::timer::intr::R"><code>intr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTS_SPEC-4" class="impl"><a class="src rightside" href="../../src/rp2040_pac/timer/ints.rs.html#41">source</a><a href="#impl-Readable-for-INTS_SPEC-4" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::timer::ints::<a class="struct" href="../timer/ints/struct.INTS_SPEC.html" title="struct rp2040_pac::timer::ints::INTS_SPEC">INTS_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../timer/ints/type.R.html" title="type rp2040_pac::timer::ints::R"><code>ints::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-PAUSE_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/timer/pause.rs.html#42">source</a><a href="#impl-Readable-for-PAUSE_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../timer/pause/struct.PAUSE_SPEC.html" title="struct rp2040_pac::timer::pause::PAUSE_SPEC">PAUSE_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../timer/pause/type.R.html" title="type rp2040_pac::timer::pause::R"><code>pause::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-TIMEHR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/timer/timehr.rs.html#22">source</a><a href="#impl-Readable-for-TIMEHR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../timer/timehr/struct.TIMEHR_SPEC.html" title="struct rp2040_pac::timer::timehr::TIMEHR_SPEC">TIMEHR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../timer/timehr/type.R.html" title="type rp2040_pac::timer::timehr::R"><code>timehr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-TIMELR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/timer/timelr.rs.html#21">source</a><a href="#impl-Readable-for-TIMELR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../timer/timelr/struct.TIMELR_SPEC.html" title="struct rp2040_pac::timer::timelr::TIMELR_SPEC">TIMELR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../timer/timelr/type.R.html" title="type rp2040_pac::timer::timelr::R"><code>timelr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-TIMERAWH_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/timer/timerawh.rs.html#21">source</a><a href="#impl-Readable-for-TIMERAWH_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../timer/timerawh/struct.TIMERAWH_SPEC.html" title="struct rp2040_pac::timer::timerawh::TIMERAWH_SPEC">TIMERAWH_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../timer/timerawh/type.R.html" title="type rp2040_pac::timer::timerawh::R"><code>timerawh::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-TIMERAWL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/timer/timerawl.rs.html#21">source</a><a href="#impl-Readable-for-TIMERAWL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../timer/timerawl/struct.TIMERAWL_SPEC.html" title="struct rp2040_pac::timer::timerawl::TIMERAWL_SPEC">TIMERAWL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../timer/timerawl/type.R.html" title="type rp2040_pac::timer::timerawl::R"><code>timerawl::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-UARTCR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/uart0/uartcr.rs.html#207">source</a><a href="#impl-Readable-for-UARTCR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../uart0/uartcr/struct.UARTCR_SPEC.html" title="struct rp2040_pac::uart0::uartcr::UARTCR_SPEC">UARTCR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../uart0/uartcr/type.R.html" title="type rp2040_pac::uart0::uartcr::R"><code>uartcr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-UARTDMACR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/uart0/uartdmacr.rs.html#72">source</a><a href="#impl-Readable-for-UARTDMACR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../uart0/uartdmacr/struct.UARTDMACR_SPEC.html" title="struct rp2040_pac::uart0::uartdmacr::UARTDMACR_SPEC">UARTDMACR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../uart0/uartdmacr/type.R.html" title="type rp2040_pac::uart0::uartdmacr::R"><code>uartdmacr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-UARTDR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/uart0/uartdr.rs.html#70">source</a><a href="#impl-Readable-for-UARTDR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../uart0/uartdr/struct.UARTDR_SPEC.html" title="struct rp2040_pac::uart0::uartdr::UARTDR_SPEC">UARTDR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../uart0/uartdr/type.R.html" title="type rp2040_pac::uart0::uartdr::R"><code>uartdr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-UARTFBRD_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/uart0/uartfbrd.rs.html#42">source</a><a href="#impl-Readable-for-UARTFBRD_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../uart0/uartfbrd/struct.UARTFBRD_SPEC.html" title="struct rp2040_pac::uart0::uartfbrd::UARTFBRD_SPEC">UARTFBRD_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../uart0/uartfbrd/type.R.html" title="type rp2040_pac::uart0::uartfbrd::R"><code>uartfbrd::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-UARTFR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/uart0/uartfr.rs.html#76">source</a><a href="#impl-Readable-for-UARTFR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../uart0/uartfr/struct.UARTFR_SPEC.html" title="struct rp2040_pac::uart0::uartfr::UARTFR_SPEC">UARTFR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../uart0/uartfr/type.R.html" title="type rp2040_pac::uart0::uartfr::R"><code>uartfr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-UARTIBRD_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/uart0/uartibrd.rs.html#42">source</a><a href="#impl-Readable-for-UARTIBRD_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../uart0/uartibrd/struct.UARTIBRD_SPEC.html" title="struct rp2040_pac::uart0::uartibrd::UARTIBRD_SPEC">UARTIBRD_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../uart0/uartibrd/type.R.html" title="type rp2040_pac::uart0::uartibrd::R"><code>uartibrd::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-UARTICR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/uart0/uarticr.rs.html#192">source</a><a href="#impl-Readable-for-UARTICR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../uart0/uarticr/struct.UARTICR_SPEC.html" title="struct rp2040_pac::uart0::uarticr::UARTICR_SPEC">UARTICR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../uart0/uarticr/type.R.html" title="type rp2040_pac::uart0::uarticr::R"><code>uarticr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-UARTIFLS_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/uart0/uartifls.rs.html#57">source</a><a href="#impl-Readable-for-UARTIFLS_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../uart0/uartifls/struct.UARTIFLS_SPEC.html" title="struct rp2040_pac::uart0::uartifls::UARTIFLS_SPEC">UARTIFLS_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../uart0/uartifls/type.R.html" title="type rp2040_pac::uart0::uartifls::R"><code>uartifls::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-UARTILPR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/uart0/uartilpr.rs.html#42">source</a><a href="#impl-Readable-for-UARTILPR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../uart0/uartilpr/struct.UARTILPR_SPEC.html" title="struct rp2040_pac::uart0::uartilpr::UARTILPR_SPEC">UARTILPR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../uart0/uartilpr/type.R.html" title="type rp2040_pac::uart0::uartilpr::R"><code>uartilpr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-UARTIMSC_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/uart0/uartimsc.rs.html#192">source</a><a href="#impl-Readable-for-UARTIMSC_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../uart0/uartimsc/struct.UARTIMSC_SPEC.html" title="struct rp2040_pac::uart0::uartimsc::UARTIMSC_SPEC">UARTIMSC_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../uart0/uartimsc/type.R.html" title="type rp2040_pac::uart0::uartimsc::R"><code>uartimsc::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-UARTLCR_H_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/uart0/uartlcr_h.rs.html#132">source</a><a href="#impl-Readable-for-UARTLCR_H_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../uart0/uartlcr_h/struct.UARTLCR_H_SPEC.html" title="struct rp2040_pac::uart0::uartlcr_h::UARTLCR_H_SPEC">UARTLCR_H_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../uart0/uartlcr_h/type.R.html" title="type rp2040_pac::uart0::uartlcr_h::R"><code>uartlcr_h::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-UARTMIS_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/uart0/uartmis.rs.html#90">source</a><a href="#impl-Readable-for-UARTMIS_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../uart0/uartmis/struct.UARTMIS_SPEC.html" title="struct rp2040_pac::uart0::uartmis::UARTMIS_SPEC">UARTMIS_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../uart0/uartmis/type.R.html" title="type rp2040_pac::uart0::uartmis::R"><code>uartmis::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-UARTPCELLID0_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/uart0/uartpcellid0.rs.html#20">source</a><a href="#impl-Readable-for-UARTPCELLID0_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../uart0/uartpcellid0/struct.UARTPCELLID0_SPEC.html" title="struct rp2040_pac::uart0::uartpcellid0::UARTPCELLID0_SPEC">UARTPCELLID0_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../uart0/uartpcellid0/type.R.html" title="type rp2040_pac::uart0::uartpcellid0::R"><code>uartpcellid0::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-UARTPCELLID1_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/uart0/uartpcellid1.rs.html#20">source</a><a href="#impl-Readable-for-UARTPCELLID1_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../uart0/uartpcellid1/struct.UARTPCELLID1_SPEC.html" title="struct rp2040_pac::uart0::uartpcellid1::UARTPCELLID1_SPEC">UARTPCELLID1_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../uart0/uartpcellid1/type.R.html" title="type rp2040_pac::uart0::uartpcellid1::R"><code>uartpcellid1::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-UARTPCELLID2_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/uart0/uartpcellid2.rs.html#20">source</a><a href="#impl-Readable-for-UARTPCELLID2_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../uart0/uartpcellid2/struct.UARTPCELLID2_SPEC.html" title="struct rp2040_pac::uart0::uartpcellid2::UARTPCELLID2_SPEC">UARTPCELLID2_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../uart0/uartpcellid2/type.R.html" title="type rp2040_pac::uart0::uartpcellid2::R"><code>uartpcellid2::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-UARTPCELLID3_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/uart0/uartpcellid3.rs.html#20">source</a><a href="#impl-Readable-for-UARTPCELLID3_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../uart0/uartpcellid3/struct.UARTPCELLID3_SPEC.html" title="struct rp2040_pac::uart0::uartpcellid3::UARTPCELLID3_SPEC">UARTPCELLID3_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../uart0/uartpcellid3/type.R.html" title="type rp2040_pac::uart0::uartpcellid3::R"><code>uartpcellid3::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-UARTPERIPHID0_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/uart0/uartperiphid0.rs.html#20">source</a><a href="#impl-Readable-for-UARTPERIPHID0_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../uart0/uartperiphid0/struct.UARTPERIPHID0_SPEC.html" title="struct rp2040_pac::uart0::uartperiphid0::UARTPERIPHID0_SPEC">UARTPERIPHID0_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../uart0/uartperiphid0/type.R.html" title="type rp2040_pac::uart0::uartperiphid0::R"><code>uartperiphid0::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-UARTPERIPHID1_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/uart0/uartperiphid1.rs.html#27">source</a><a href="#impl-Readable-for-UARTPERIPHID1_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../uart0/uartperiphid1/struct.UARTPERIPHID1_SPEC.html" title="struct rp2040_pac::uart0::uartperiphid1::UARTPERIPHID1_SPEC">UARTPERIPHID1_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../uart0/uartperiphid1/type.R.html" title="type rp2040_pac::uart0::uartperiphid1::R"><code>uartperiphid1::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-UARTPERIPHID2_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/uart0/uartperiphid2.rs.html#27">source</a><a href="#impl-Readable-for-UARTPERIPHID2_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../uart0/uartperiphid2/struct.UARTPERIPHID2_SPEC.html" title="struct rp2040_pac::uart0::uartperiphid2::UARTPERIPHID2_SPEC">UARTPERIPHID2_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../uart0/uartperiphid2/type.R.html" title="type rp2040_pac::uart0::uartperiphid2::R"><code>uartperiphid2::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-UARTPERIPHID3_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/uart0/uartperiphid3.rs.html#20">source</a><a href="#impl-Readable-for-UARTPERIPHID3_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../uart0/uartperiphid3/struct.UARTPERIPHID3_SPEC.html" title="struct rp2040_pac::uart0::uartperiphid3::UARTPERIPHID3_SPEC">UARTPERIPHID3_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../uart0/uartperiphid3/type.R.html" title="type rp2040_pac::uart0::uartperiphid3::R"><code>uartperiphid3::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-UARTRIS_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/uart0/uartris.rs.html#90">source</a><a href="#impl-Readable-for-UARTRIS_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../uart0/uartris/struct.UARTRIS_SPEC.html" title="struct rp2040_pac::uart0::uartris::UARTRIS_SPEC">UARTRIS_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../uart0/uartris/type.R.html" title="type rp2040_pac::uart0::uartris::R"><code>uartris::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-UARTRSR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/uart0/uartrsr.rs.html#87">source</a><a href="#impl-Readable-for-UARTRSR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../uart0/uartrsr/struct.UARTRSR_SPEC.html" title="struct rp2040_pac::uart0::uartrsr::UARTRSR_SPEC">UARTRSR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../uart0/uartrsr/type.R.html" title="type rp2040_pac::uart0::uartrsr::R"><code>uartrsr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-EP_BUFFER_CONTROL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/usbctrl_dpram/ep_buffer_control.rs.html#313">source</a><a href="#impl-Readable-for-EP_BUFFER_CONTROL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../usbctrl_dpram/ep_buffer_control/struct.EP_BUFFER_CONTROL_SPEC.html" title="struct rp2040_pac::usbctrl_dpram::ep_buffer_control::EP_BUFFER_CONTROL_SPEC">EP_BUFFER_CONTROL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../usbctrl_dpram/ep_buffer_control/type.R.html" title="type rp2040_pac::usbctrl_dpram::ep_buffer_control::R"><code>ep_buffer_control::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-EP_CONTROL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/usbctrl_dpram/ep_control.rs.html#245">source</a><a href="#impl-Readable-for-EP_CONTROL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../usbctrl_dpram/ep_control/struct.EP_CONTROL_SPEC.html" title="struct rp2040_pac::usbctrl_dpram::ep_control::EP_CONTROL_SPEC">EP_CONTROL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../usbctrl_dpram/ep_control/type.R.html" title="type rp2040_pac::usbctrl_dpram::ep_control::R"><code>ep_control::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-EPX_CONTROL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/usbctrl_dpram/epx_control.rs.html#230">source</a><a href="#impl-Readable-for-EPX_CONTROL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../usbctrl_dpram/epx_control/struct.EPX_CONTROL_SPEC.html" title="struct rp2040_pac::usbctrl_dpram::epx_control::EPX_CONTROL_SPEC">EPX_CONTROL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../usbctrl_dpram/epx_control/type.R.html" title="type rp2040_pac::usbctrl_dpram::epx_control::R"><code>epx_control::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SETUP_PACKET_HIGH_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/usbctrl_dpram/setup_packet_high.rs.html#57">source</a><a href="#impl-Readable-for-SETUP_PACKET_HIGH_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../usbctrl_dpram/setup_packet_high/struct.SETUP_PACKET_HIGH_SPEC.html" title="struct rp2040_pac::usbctrl_dpram::setup_packet_high::SETUP_PACKET_HIGH_SPEC">SETUP_PACKET_HIGH_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../usbctrl_dpram/setup_packet_high/type.R.html" title="type rp2040_pac::usbctrl_dpram::setup_packet_high::R"><code>setup_packet_high::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SETUP_PACKET_LOW_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/usbctrl_dpram/setup_packet_low.rs.html#72">source</a><a href="#impl-Readable-for-SETUP_PACKET_LOW_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../usbctrl_dpram/setup_packet_low/struct.SETUP_PACKET_LOW_SPEC.html" title="struct rp2040_pac::usbctrl_dpram::setup_packet_low::SETUP_PACKET_LOW_SPEC">SETUP_PACKET_LOW_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../usbctrl_dpram/setup_packet_low/type.R.html" title="type rp2040_pac::usbctrl_dpram::setup_packet_low::R"><code>setup_packet_low::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-ADDR_ENDP_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/usbctrl_regs/addr_endp.rs.html#57">source</a><a href="#impl-Readable-for-ADDR_ENDP_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../usbctrl_regs/addr_endp/struct.ADDR_ENDP_SPEC.html" title="struct rp2040_pac::usbctrl_regs::addr_endp::ADDR_ENDP_SPEC">ADDR_ENDP_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../usbctrl_regs/addr_endp/type.R.html" title="type rp2040_pac::usbctrl_regs::addr_endp::R"><code>addr_endp::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-BUFF_CPU_SHOULD_HANDLE_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/usbctrl_regs/buff_cpu_should_handle.rs.html#237">source</a><a href="#impl-Readable-for-BUFF_CPU_SHOULD_HANDLE_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../usbctrl_regs/buff_cpu_should_handle/struct.BUFF_CPU_SHOULD_HANDLE_SPEC.html" title="struct rp2040_pac::usbctrl_regs::buff_cpu_should_handle::BUFF_CPU_SHOULD_HANDLE_SPEC">BUFF_CPU_SHOULD_HANDLE_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../usbctrl_regs/buff_cpu_should_handle/type.R.html" title="type rp2040_pac::usbctrl_regs::buff_cpu_should_handle::R"><code>buff_cpu_should_handle::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-BUFF_STATUS_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/usbctrl_regs/buff_status.rs.html#507">source</a><a href="#impl-Readable-for-BUFF_STATUS_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../usbctrl_regs/buff_status/struct.BUFF_STATUS_SPEC.html" title="struct rp2040_pac::usbctrl_regs::buff_status::BUFF_STATUS_SPEC">BUFF_STATUS_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../usbctrl_regs/buff_status/type.R.html" title="type rp2040_pac::usbctrl_regs::buff_status::R"><code>buff_status::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-EP_ABORT_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/usbctrl_regs/ep_abort.rs.html#507">source</a><a href="#impl-Readable-for-EP_ABORT_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../usbctrl_regs/ep_abort/struct.EP_ABORT_SPEC.html" title="struct rp2040_pac::usbctrl_regs::ep_abort::EP_ABORT_SPEC">EP_ABORT_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../usbctrl_regs/ep_abort/type.R.html" title="type rp2040_pac::usbctrl_regs::ep_abort::R"><code>ep_abort::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-EP_ABORT_DONE_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/usbctrl_regs/ep_abort_done.rs.html#507">source</a><a href="#impl-Readable-for-EP_ABORT_DONE_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../usbctrl_regs/ep_abort_done/struct.EP_ABORT_DONE_SPEC.html" title="struct rp2040_pac::usbctrl_regs::ep_abort_done::EP_ABORT_DONE_SPEC">EP_ABORT_DONE_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../usbctrl_regs/ep_abort_done/type.R.html" title="type rp2040_pac::usbctrl_regs::ep_abort_done::R"><code>ep_abort_done::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-EP_STALL_ARM_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/usbctrl_regs/ep_stall_arm.rs.html#57">source</a><a href="#impl-Readable-for-EP_STALL_ARM_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../usbctrl_regs/ep_stall_arm/struct.EP_STALL_ARM_SPEC.html" title="struct rp2040_pac::usbctrl_regs::ep_stall_arm::EP_STALL_ARM_SPEC">EP_STALL_ARM_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../usbctrl_regs/ep_stall_arm/type.R.html" title="type rp2040_pac::usbctrl_regs::ep_stall_arm::R"><code>ep_stall_arm::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-EP_STATUS_STALL_NAK_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/usbctrl_regs/ep_status_stall_nak.rs.html#507">source</a><a href="#impl-Readable-for-EP_STATUS_STALL_NAK_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../usbctrl_regs/ep_status_stall_nak/struct.EP_STATUS_STALL_NAK_SPEC.html" title="struct rp2040_pac::usbctrl_regs::ep_status_stall_nak::EP_STATUS_STALL_NAK_SPEC">EP_STATUS_STALL_NAK_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../usbctrl_regs/ep_status_stall_nak/type.R.html" title="type rp2040_pac::usbctrl_regs::ep_status_stall_nak::R"><code>ep_status_stall_nak::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-HOST_ADDR_ENDP_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/usbctrl_regs/host_addr_endp.rs.html#87">source</a><a href="#impl-Readable-for-HOST_ADDR_ENDP_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../usbctrl_regs/host_addr_endp/struct.HOST_ADDR_ENDP_SPEC.html" title="struct rp2040_pac::usbctrl_regs::host_addr_endp::HOST_ADDR_ENDP_SPEC">HOST_ADDR_ENDP_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../usbctrl_regs/host_addr_endp/type.R.html" title="type rp2040_pac::usbctrl_regs::host_addr_endp::R"><code>host_addr_endp::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INT_EP_CTRL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/usbctrl_regs/int_ep_ctrl.rs.html#42">source</a><a href="#impl-Readable-for-INT_EP_CTRL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../usbctrl_regs/int_ep_ctrl/struct.INT_EP_CTRL_SPEC.html" title="struct rp2040_pac::usbctrl_regs::int_ep_ctrl::INT_EP_CTRL_SPEC">INT_EP_CTRL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../usbctrl_regs/int_ep_ctrl/type.R.html" title="type rp2040_pac::usbctrl_regs::int_ep_ctrl::R"><code>int_ep_ctrl::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTE_SPEC-5" class="impl"><a class="src rightside" href="../../src/rp2040_pac/usbctrl_regs/inte.rs.html#327">source</a><a href="#impl-Readable-for-INTE_SPEC-5" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::usbctrl_regs::inte::<a class="struct" href="../usbctrl_regs/inte/struct.INTE_SPEC.html" title="struct rp2040_pac::usbctrl_regs::inte::INTE_SPEC">INTE_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../usbctrl_regs/inte/type.R.html" title="type rp2040_pac::usbctrl_regs::inte::R"><code>inte::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTF_SPEC-5" class="impl"><a class="src rightside" href="../../src/rp2040_pac/usbctrl_regs/intf.rs.html#327">source</a><a href="#impl-Readable-for-INTF_SPEC-5" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::usbctrl_regs::intf::<a class="struct" href="../usbctrl_regs/intf/struct.INTF_SPEC.html" title="struct rp2040_pac::usbctrl_regs::intf::INTF_SPEC">INTF_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../usbctrl_regs/intf/type.R.html" title="type rp2040_pac::usbctrl_regs::intf::R"><code>intf::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTR_SPEC-9" class="impl"><a class="src rightside" href="../../src/rp2040_pac/usbctrl_regs/intr.rs.html#153">source</a><a href="#impl-Readable-for-INTR_SPEC-9" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::usbctrl_regs::intr::<a class="struct" href="../usbctrl_regs/intr/struct.INTR_SPEC.html" title="struct rp2040_pac::usbctrl_regs::intr::INTR_SPEC">INTR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../usbctrl_regs/intr/type.R.html" title="type rp2040_pac::usbctrl_regs::intr::R"><code>intr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-INTS_SPEC-5" class="impl"><a class="src rightside" href="../../src/rp2040_pac/usbctrl_regs/ints.rs.html#153">source</a><a href="#impl-Readable-for-INTS_SPEC-5" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::usbctrl_regs::ints::<a class="struct" href="../usbctrl_regs/ints/struct.INTS_SPEC.html" title="struct rp2040_pac::usbctrl_regs::ints::INTS_SPEC">INTS_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../usbctrl_regs/ints/type.R.html" title="type rp2040_pac::usbctrl_regs::ints::R"><code>ints::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-MAIN_CTRL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/usbctrl_regs/main_ctrl.rs.html#72">source</a><a href="#impl-Readable-for-MAIN_CTRL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../usbctrl_regs/main_ctrl/struct.MAIN_CTRL_SPEC.html" title="struct rp2040_pac::usbctrl_regs::main_ctrl::MAIN_CTRL_SPEC">MAIN_CTRL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../usbctrl_regs/main_ctrl/type.R.html" title="type rp2040_pac::usbctrl_regs::main_ctrl::R"><code>main_ctrl::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-NAK_POLL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/usbctrl_regs/nak_poll.rs.html#57">source</a><a href="#impl-Readable-for-NAK_POLL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../usbctrl_regs/nak_poll/struct.NAK_POLL_SPEC.html" title="struct rp2040_pac::usbctrl_regs::nak_poll::NAK_POLL_SPEC">NAK_POLL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../usbctrl_regs/nak_poll/type.R.html" title="type rp2040_pac::usbctrl_regs::nak_poll::R"><code>nak_poll::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SIE_CTRL_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/usbctrl_regs/sie_ctrl.rs.html#387">source</a><a href="#impl-Readable-for-SIE_CTRL_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../usbctrl_regs/sie_ctrl/struct.SIE_CTRL_SPEC.html" title="struct rp2040_pac::usbctrl_regs::sie_ctrl::SIE_CTRL_SPEC">SIE_CTRL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../usbctrl_regs/sie_ctrl/type.R.html" title="type rp2040_pac::usbctrl_regs::sie_ctrl::R"><code>sie_ctrl::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SIE_STATUS_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/usbctrl_regs/sie_status.rs.html#394">source</a><a href="#impl-Readable-for-SIE_STATUS_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../usbctrl_regs/sie_status/struct.SIE_STATUS_SPEC.html" title="struct rp2040_pac::usbctrl_regs::sie_status::SIE_STATUS_SPEC">SIE_STATUS_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../usbctrl_regs/sie_status/type.R.html" title="type rp2040_pac::usbctrl_regs::sie_status::R"><code>sie_status::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SOF_RD_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/usbctrl_regs/sof_rd.rs.html#20">source</a><a href="#impl-Readable-for-SOF_RD_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../usbctrl_regs/sof_rd/struct.SOF_RD_SPEC.html" title="struct rp2040_pac::usbctrl_regs::sof_rd::SOF_RD_SPEC">SOF_RD_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../usbctrl_regs/sof_rd/type.R.html" title="type rp2040_pac::usbctrl_regs::sof_rd::R"><code>sof_rd::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-USB_MUXING_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/usbctrl_regs/usb_muxing.rs.html#87">source</a><a href="#impl-Readable-for-USB_MUXING_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../usbctrl_regs/usb_muxing/struct.USB_MUXING_SPEC.html" title="struct rp2040_pac::usbctrl_regs::usb_muxing::USB_MUXING_SPEC">USB_MUXING_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../usbctrl_regs/usb_muxing/type.R.html" title="type rp2040_pac::usbctrl_regs::usb_muxing::R"><code>usb_muxing::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-USB_PWR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/usbctrl_regs/usb_pwr.rs.html#117">source</a><a href="#impl-Readable-for-USB_PWR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../usbctrl_regs/usb_pwr/struct.USB_PWR_SPEC.html" title="struct rp2040_pac::usbctrl_regs::usb_pwr::USB_PWR_SPEC">USB_PWR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../usbctrl_regs/usb_pwr/type.R.html" title="type rp2040_pac::usbctrl_regs::usb_pwr::R"><code>usb_pwr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-USBPHY_DIRECT_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/usbctrl_regs/usbphy_direct.rs.html#310">source</a><a href="#impl-Readable-for-USBPHY_DIRECT_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../usbctrl_regs/usbphy_direct/struct.USBPHY_DIRECT_SPEC.html" title="struct rp2040_pac::usbctrl_regs::usbphy_direct::USBPHY_DIRECT_SPEC">USBPHY_DIRECT_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../usbctrl_regs/usbphy_direct/type.R.html" title="type rp2040_pac::usbctrl_regs::usbphy_direct::R"><code>usbphy_direct::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-USBPHY_DIRECT_OVERRIDE_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/usbctrl_regs/usbphy_direct_override.rs.html#253">source</a><a href="#impl-Readable-for-USBPHY_DIRECT_OVERRIDE_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../usbctrl_regs/usbphy_direct_override/struct.USBPHY_DIRECT_OVERRIDE_SPEC.html" title="struct rp2040_pac::usbctrl_regs::usbphy_direct_override::USBPHY_DIRECT_OVERRIDE_SPEC">USBPHY_DIRECT_OVERRIDE_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../usbctrl_regs/usbphy_direct_override/type.R.html" title="type rp2040_pac::usbctrl_regs::usbphy_direct_override::R"><code>usbphy_direct_override::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-USBPHY_TRIM_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/usbctrl_regs/usbphy_trim.rs.html#73">source</a><a href="#impl-Readable-for-USBPHY_TRIM_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../usbctrl_regs/usbphy_trim/struct.USBPHY_TRIM_SPEC.html" title="struct rp2040_pac::usbctrl_regs::usbphy_trim::USBPHY_TRIM_SPEC">USBPHY_TRIM_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../usbctrl_regs/usbphy_trim/type.R.html" title="type rp2040_pac::usbctrl_regs::usbphy_trim::R"><code>usbphy_trim::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-BOD_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/vreg_and_chip_reset/bod.rs.html#125">source</a><a href="#impl-Readable-for-BOD_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../vreg_and_chip_reset/bod/struct.BOD_SPEC.html" title="struct rp2040_pac::vreg_and_chip_reset::bod::BOD_SPEC">BOD_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../vreg_and_chip_reset/bod/type.R.html" title="type rp2040_pac::vreg_and_chip_reset::bod::R"><code>bod::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CHIP_RESET_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/vreg_and_chip_reset/chip_reset.rs.html#71">source</a><a href="#impl-Readable-for-CHIP_RESET_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../vreg_and_chip_reset/chip_reset/struct.CHIP_RESET_SPEC.html" title="struct rp2040_pac::vreg_and_chip_reset::chip_reset::CHIP_RESET_SPEC">CHIP_RESET_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../vreg_and_chip_reset/chip_reset/type.R.html" title="type rp2040_pac::vreg_and_chip_reset::chip_reset::R"><code>chip_reset::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-VREG_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/vreg_and_chip_reset/vreg.rs.html#263">source</a><a href="#impl-Readable-for-VREG_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../vreg_and_chip_reset/vreg/struct.VREG_SPEC.html" title="struct rp2040_pac::vreg_and_chip_reset::vreg::VREG_SPEC">VREG_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../vreg_and_chip_reset/vreg/type.R.html" title="type rp2040_pac::vreg_and_chip_reset::vreg::R"><code>vreg::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CTRL_SPEC-3" class="impl"><a class="src rightside" href="../../src/rp2040_pac/watchdog/ctrl.rs.html#111">source</a><a href="#impl-Readable-for-CTRL_SPEC-3" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::watchdog::ctrl::<a class="struct" href="../watchdog/ctrl/struct.CTRL_SPEC.html" title="struct rp2040_pac::watchdog::ctrl::CTRL_SPEC">CTRL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../watchdog/ctrl/type.R.html" title="type rp2040_pac::watchdog::ctrl::R"><code>ctrl::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-REASON_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/watchdog/reason.rs.html#27">source</a><a href="#impl-Readable-for-REASON_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../watchdog/reason/struct.REASON_SPEC.html" title="struct rp2040_pac::watchdog::reason::REASON_SPEC">REASON_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../watchdog/reason/type.R.html" title="type rp2040_pac::watchdog::reason::R"><code>reason::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SCRATCH0_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/watchdog/scratch0.rs.html#35">source</a><a href="#impl-Readable-for-SCRATCH0_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../watchdog/scratch0/struct.SCRATCH0_SPEC.html" title="struct rp2040_pac::watchdog::scratch0::SCRATCH0_SPEC">SCRATCH0_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../watchdog/scratch0/type.R.html" title="type rp2040_pac::watchdog::scratch0::R"><code>scratch0::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SCRATCH1_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/watchdog/scratch1.rs.html#35">source</a><a href="#impl-Readable-for-SCRATCH1_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../watchdog/scratch1/struct.SCRATCH1_SPEC.html" title="struct rp2040_pac::watchdog::scratch1::SCRATCH1_SPEC">SCRATCH1_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../watchdog/scratch1/type.R.html" title="type rp2040_pac::watchdog::scratch1::R"><code>scratch1::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SCRATCH2_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/watchdog/scratch2.rs.html#35">source</a><a href="#impl-Readable-for-SCRATCH2_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../watchdog/scratch2/struct.SCRATCH2_SPEC.html" title="struct rp2040_pac::watchdog::scratch2::SCRATCH2_SPEC">SCRATCH2_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../watchdog/scratch2/type.R.html" title="type rp2040_pac::watchdog::scratch2::R"><code>scratch2::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SCRATCH3_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/watchdog/scratch3.rs.html#35">source</a><a href="#impl-Readable-for-SCRATCH3_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../watchdog/scratch3/struct.SCRATCH3_SPEC.html" title="struct rp2040_pac::watchdog::scratch3::SCRATCH3_SPEC">SCRATCH3_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../watchdog/scratch3/type.R.html" title="type rp2040_pac::watchdog::scratch3::R"><code>scratch3::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SCRATCH4_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/watchdog/scratch4.rs.html#35">source</a><a href="#impl-Readable-for-SCRATCH4_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../watchdog/scratch4/struct.SCRATCH4_SPEC.html" title="struct rp2040_pac::watchdog::scratch4::SCRATCH4_SPEC">SCRATCH4_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../watchdog/scratch4/type.R.html" title="type rp2040_pac::watchdog::scratch4::R"><code>scratch4::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SCRATCH5_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/watchdog/scratch5.rs.html#35">source</a><a href="#impl-Readable-for-SCRATCH5_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../watchdog/scratch5/struct.SCRATCH5_SPEC.html" title="struct rp2040_pac::watchdog::scratch5::SCRATCH5_SPEC">SCRATCH5_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../watchdog/scratch5/type.R.html" title="type rp2040_pac::watchdog::scratch5::R"><code>scratch5::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SCRATCH6_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/watchdog/scratch6.rs.html#35">source</a><a href="#impl-Readable-for-SCRATCH6_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../watchdog/scratch6/struct.SCRATCH6_SPEC.html" title="struct rp2040_pac::watchdog::scratch6::SCRATCH6_SPEC">SCRATCH6_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../watchdog/scratch6/type.R.html" title="type rp2040_pac::watchdog::scratch6::R"><code>scratch6::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SCRATCH7_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/watchdog/scratch7.rs.html#35">source</a><a href="#impl-Readable-for-SCRATCH7_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../watchdog/scratch7/struct.SCRATCH7_SPEC.html" title="struct rp2040_pac::watchdog::scratch7::SCRATCH7_SPEC">SCRATCH7_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../watchdog/scratch7/type.R.html" title="type rp2040_pac::watchdog::scratch7::R"><code>scratch7::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-TICK_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/watchdog/tick.rs.html#71">source</a><a href="#impl-Readable-for-TICK_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../watchdog/tick/struct.TICK_SPEC.html" title="struct rp2040_pac::watchdog::tick::TICK_SPEC">TICK_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../watchdog/tick/type.R.html" title="type rp2040_pac::watchdog::tick::R"><code>tick::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CTR_ACC_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xip_ctrl/ctr_acc.rs.html#38">source</a><a href="#impl-Readable-for-CTR_ACC_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../xip_ctrl/ctr_acc/struct.CTR_ACC_SPEC.html" title="struct rp2040_pac::xip_ctrl::ctr_acc::CTR_ACC_SPEC">CTR_ACC_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xip_ctrl/ctr_acc/type.R.html" title="type rp2040_pac::xip_ctrl::ctr_acc::R"><code>ctr_acc::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CTR_HIT_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xip_ctrl/ctr_hit.rs.html#38">source</a><a href="#impl-Readable-for-CTR_HIT_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../xip_ctrl/ctr_hit/struct.CTR_HIT_SPEC.html" title="struct rp2040_pac::xip_ctrl::ctr_hit::CTR_HIT_SPEC">CTR_HIT_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xip_ctrl/ctr_hit/type.R.html" title="type rp2040_pac::xip_ctrl::ctr_hit::R"><code>ctr_hit::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CTRL_SPEC-4" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xip_ctrl/ctrl.rs.html#128">source</a><a href="#impl-Readable-for-CTRL_SPEC-4" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::xip_ctrl::ctrl::<a class="struct" href="../xip_ctrl/ctrl/struct.CTRL_SPEC.html" title="struct rp2040_pac::xip_ctrl::ctrl::CTRL_SPEC">CTRL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xip_ctrl/ctrl/type.R.html" title="type rp2040_pac::xip_ctrl::ctrl::R"><code>ctrl::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-FLUSH_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xip_ctrl/flush.rs.html#58">source</a><a href="#impl-Readable-for-FLUSH_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../xip_ctrl/flush/struct.FLUSH_SPEC.html" title="struct rp2040_pac::xip_ctrl::flush::FLUSH_SPEC">FLUSH_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xip_ctrl/flush/type.R.html" title="type rp2040_pac::xip_ctrl::flush::R"><code>flush::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-STAT_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xip_ctrl/stat.rs.html#42">source</a><a href="#impl-Readable-for-STAT_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../xip_ctrl/stat/struct.STAT_SPEC.html" title="struct rp2040_pac::xip_ctrl::stat::STAT_SPEC">STAT_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xip_ctrl/stat/type.R.html" title="type rp2040_pac::xip_ctrl::stat::R"><code>stat::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-STREAM_ADDR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xip_ctrl/stream_addr.rs.html#50">source</a><a href="#impl-Readable-for-STREAM_ADDR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../xip_ctrl/stream_addr/struct.STREAM_ADDR_SPEC.html" title="struct rp2040_pac::xip_ctrl::stream_addr::STREAM_ADDR_SPEC">STREAM_ADDR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xip_ctrl/stream_addr/type.R.html" title="type rp2040_pac::xip_ctrl::stream_addr::R"><code>stream_addr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-STREAM_CTR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xip_ctrl/stream_ctr.rs.html#70">source</a><a href="#impl-Readable-for-STREAM_CTR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../xip_ctrl/stream_ctr/struct.STREAM_CTR_SPEC.html" title="struct rp2040_pac::xip_ctrl::stream_ctr::STREAM_CTR_SPEC">STREAM_CTR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xip_ctrl/stream_ctr/type.R.html" title="type rp2040_pac::xip_ctrl::stream_ctr::R"><code>stream_ctr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-STREAM_FIFO_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xip_ctrl/stream_fifo.rs.html#24">source</a><a href="#impl-Readable-for-STREAM_FIFO_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../xip_ctrl/stream_fifo/struct.STREAM_FIFO_SPEC.html" title="struct rp2040_pac::xip_ctrl::stream_fifo::STREAM_FIFO_SPEC">STREAM_FIFO_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xip_ctrl/stream_fifo/type.R.html" title="type rp2040_pac::xip_ctrl::stream_fifo::R"><code>stream_fifo::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-BAUDR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xip_ssi/baudr.rs.html#42">source</a><a href="#impl-Readable-for-BAUDR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../xip_ssi/baudr/struct.BAUDR_SPEC.html" title="struct rp2040_pac::xip_ssi::baudr::BAUDR_SPEC">BAUDR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xip_ssi/baudr/type.R.html" title="type rp2040_pac::xip_ssi::baudr::R"><code>baudr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CTRLR0_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xip_ssi/ctrlr0.rs.html#353">source</a><a href="#impl-Readable-for-CTRLR0_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../xip_ssi/ctrlr0/struct.CTRLR0_SPEC.html" title="struct rp2040_pac::xip_ssi::ctrlr0::CTRLR0_SPEC">CTRLR0_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xip_ssi/ctrlr0/type.R.html" title="type rp2040_pac::xip_ssi::ctrlr0::R"><code>ctrlr0::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CTRLR1_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xip_ssi/ctrlr1.rs.html#42">source</a><a href="#impl-Readable-for-CTRLR1_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../xip_ssi/ctrlr1/struct.CTRLR1_SPEC.html" title="struct rp2040_pac::xip_ssi::ctrlr1::CTRLR1_SPEC">CTRLR1_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xip_ssi/ctrlr1/type.R.html" title="type rp2040_pac::xip_ssi::ctrlr1::R"><code>ctrlr1::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-DMACR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xip_ssi/dmacr.rs.html#57">source</a><a href="#impl-Readable-for-DMACR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../xip_ssi/dmacr/struct.DMACR_SPEC.html" title="struct rp2040_pac::xip_ssi::dmacr::DMACR_SPEC">DMACR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xip_ssi/dmacr/type.R.html" title="type rp2040_pac::xip_ssi::dmacr::R"><code>dmacr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-DMARDLR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xip_ssi/dmardlr.rs.html#42">source</a><a href="#impl-Readable-for-DMARDLR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../xip_ssi/dmardlr/struct.DMARDLR_SPEC.html" title="struct rp2040_pac::xip_ssi::dmardlr::DMARDLR_SPEC">DMARDLR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xip_ssi/dmardlr/type.R.html" title="type rp2040_pac::xip_ssi::dmardlr::R"><code>dmardlr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-DMATDLR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xip_ssi/dmatdlr.rs.html#42">source</a><a href="#impl-Readable-for-DMATDLR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../xip_ssi/dmatdlr/struct.DMATDLR_SPEC.html" title="struct rp2040_pac::xip_ssi::dmatdlr::DMATDLR_SPEC">DMATDLR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xip_ssi/dmatdlr/type.R.html" title="type rp2040_pac::xip_ssi::dmatdlr::R"><code>dmatdlr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-DR0_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xip_ssi/dr0.rs.html#42">source</a><a href="#impl-Readable-for-DR0_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../xip_ssi/dr0/struct.DR0_SPEC.html" title="struct rp2040_pac::xip_ssi::dr0::DR0_SPEC">DR0_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xip_ssi/dr0/type.R.html" title="type rp2040_pac::xip_ssi::dr0::R"><code>dr0::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-ICR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xip_ssi/icr.rs.html#20">source</a><a href="#impl-Readable-for-ICR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../xip_ssi/icr/struct.ICR_SPEC.html" title="struct rp2040_pac::xip_ssi::icr::ICR_SPEC">ICR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xip_ssi/icr/type.R.html" title="type rp2040_pac::xip_ssi::icr::R"><code>icr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IDR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xip_ssi/idr.rs.html#20">source</a><a href="#impl-Readable-for-IDR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../xip_ssi/idr/struct.IDR_SPEC.html" title="struct rp2040_pac::xip_ssi::idr::IDR_SPEC">IDR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xip_ssi/idr/type.R.html" title="type rp2040_pac::xip_ssi::idr::R"><code>idr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-IMR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xip_ssi/imr.rs.html#117">source</a><a href="#impl-Readable-for-IMR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../xip_ssi/imr/struct.IMR_SPEC.html" title="struct rp2040_pac::xip_ssi::imr::IMR_SPEC">IMR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xip_ssi/imr/type.R.html" title="type rp2040_pac::xip_ssi::imr::R"><code>imr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-ISR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xip_ssi/isr.rs.html#55">source</a><a href="#impl-Readable-for-ISR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../xip_ssi/isr/struct.ISR_SPEC.html" title="struct rp2040_pac::xip_ssi::isr::ISR_SPEC">ISR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xip_ssi/isr/type.R.html" title="type rp2040_pac::xip_ssi::isr::R"><code>isr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-MSTICR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xip_ssi/msticr.rs.html#20">source</a><a href="#impl-Readable-for-MSTICR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../xip_ssi/msticr/struct.MSTICR_SPEC.html" title="struct rp2040_pac::xip_ssi::msticr::MSTICR_SPEC">MSTICR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xip_ssi/msticr/type.R.html" title="type rp2040_pac::xip_ssi::msticr::R"><code>msticr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-MWCR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xip_ssi/mwcr.rs.html#72">source</a><a href="#impl-Readable-for-MWCR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../xip_ssi/mwcr/struct.MWCR_SPEC.html" title="struct rp2040_pac::xip_ssi::mwcr::MWCR_SPEC">MWCR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xip_ssi/mwcr/type.R.html" title="type rp2040_pac::xip_ssi::mwcr::R"><code>mwcr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-RISR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xip_ssi/risr.rs.html#55">source</a><a href="#impl-Readable-for-RISR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../xip_ssi/risr/struct.RISR_SPEC.html" title="struct rp2040_pac::xip_ssi::risr::RISR_SPEC">RISR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xip_ssi/risr/type.R.html" title="type rp2040_pac::xip_ssi::risr::R"><code>risr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-RX_SAMPLE_DLY_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xip_ssi/rx_sample_dly.rs.html#42">source</a><a href="#impl-Readable-for-RX_SAMPLE_DLY_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../xip_ssi/rx_sample_dly/struct.RX_SAMPLE_DLY_SPEC.html" title="struct rp2040_pac::xip_ssi::rx_sample_dly::RX_SAMPLE_DLY_SPEC">RX_SAMPLE_DLY_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xip_ssi/rx_sample_dly/type.R.html" title="type rp2040_pac::xip_ssi::rx_sample_dly::R"><code>rx_sample_dly::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-RXFLR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xip_ssi/rxflr.rs.html#20">source</a><a href="#impl-Readable-for-RXFLR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../xip_ssi/rxflr/struct.RXFLR_SPEC.html" title="struct rp2040_pac::xip_ssi::rxflr::RXFLR_SPEC">RXFLR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xip_ssi/rxflr/type.R.html" title="type rp2040_pac::xip_ssi::rxflr::R"><code>rxflr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-RXFTLR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xip_ssi/rxftlr.rs.html#42">source</a><a href="#impl-Readable-for-RXFTLR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../xip_ssi/rxftlr/struct.RXFTLR_SPEC.html" title="struct rp2040_pac::xip_ssi::rxftlr::RXFTLR_SPEC">RXFTLR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xip_ssi/rxftlr/type.R.html" title="type rp2040_pac::xip_ssi::rxftlr::R"><code>rxftlr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-RXOICR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xip_ssi/rxoicr.rs.html#20">source</a><a href="#impl-Readable-for-RXOICR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../xip_ssi/rxoicr/struct.RXOICR_SPEC.html" title="struct rp2040_pac::xip_ssi::rxoicr::RXOICR_SPEC">RXOICR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xip_ssi/rxoicr/type.R.html" title="type rp2040_pac::xip_ssi::rxoicr::R"><code>rxoicr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-RXUICR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xip_ssi/rxuicr.rs.html#20">source</a><a href="#impl-Readable-for-RXUICR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../xip_ssi/rxuicr/struct.RXUICR_SPEC.html" title="struct rp2040_pac::xip_ssi::rxuicr::RXUICR_SPEC">RXUICR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xip_ssi/rxuicr/type.R.html" title="type rp2040_pac::xip_ssi::rxuicr::R"><code>rxuicr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SER_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xip_ssi/ser.rs.html#50">source</a><a href="#impl-Readable-for-SER_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../xip_ssi/ser/struct.SER_SPEC.html" title="struct rp2040_pac::xip_ssi::ser::SER_SPEC">SER_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xip_ssi/ser/type.R.html" title="type rp2040_pac::xip_ssi::ser::R"><code>ser::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SPI_CTRLR0_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xip_ssi/spi_ctrlr0.rs.html#300">source</a><a href="#impl-Readable-for-SPI_CTRLR0_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../xip_ssi/spi_ctrlr0/struct.SPI_CTRLR0_SPEC.html" title="struct rp2040_pac::xip_ssi::spi_ctrlr0::SPI_CTRLR0_SPEC">SPI_CTRLR0_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xip_ssi/spi_ctrlr0/type.R.html" title="type rp2040_pac::xip_ssi::spi_ctrlr0::R"><code>spi_ctrlr0::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xip_ssi/sr.rs.html#62">source</a><a href="#impl-Readable-for-SR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../xip_ssi/sr/struct.SR_SPEC.html" title="struct rp2040_pac::xip_ssi::sr::SR_SPEC">SR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xip_ssi/sr/type.R.html" title="type rp2040_pac::xip_ssi::sr::R"><code>sr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SSI_VERSION_ID_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xip_ssi/ssi_version_id.rs.html#20">source</a><a href="#impl-Readable-for-SSI_VERSION_ID_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../xip_ssi/ssi_version_id/struct.SSI_VERSION_ID_SPEC.html" title="struct rp2040_pac::xip_ssi::ssi_version_id::SSI_VERSION_ID_SPEC">SSI_VERSION_ID_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xip_ssi/ssi_version_id/type.R.html" title="type rp2040_pac::xip_ssi::ssi_version_id::R"><code>ssi_version_id::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-SSIENR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xip_ssi/ssienr.rs.html#42">source</a><a href="#impl-Readable-for-SSIENR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../xip_ssi/ssienr/struct.SSIENR_SPEC.html" title="struct rp2040_pac::xip_ssi::ssienr::SSIENR_SPEC">SSIENR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xip_ssi/ssienr/type.R.html" title="type rp2040_pac::xip_ssi::ssienr::R"><code>ssienr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-TXD_DRIVE_EDGE_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xip_ssi/txd_drive_edge.rs.html#42">source</a><a href="#impl-Readable-for-TXD_DRIVE_EDGE_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../xip_ssi/txd_drive_edge/struct.TXD_DRIVE_EDGE_SPEC.html" title="struct rp2040_pac::xip_ssi::txd_drive_edge::TXD_DRIVE_EDGE_SPEC">TXD_DRIVE_EDGE_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xip_ssi/txd_drive_edge/type.R.html" title="type rp2040_pac::xip_ssi::txd_drive_edge::R"><code>txd_drive_edge::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-TXFLR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xip_ssi/txflr.rs.html#20">source</a><a href="#impl-Readable-for-TXFLR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../xip_ssi/txflr/struct.TXFLR_SPEC.html" title="struct rp2040_pac::xip_ssi::txflr::TXFLR_SPEC">TXFLR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xip_ssi/txflr/type.R.html" title="type rp2040_pac::xip_ssi::txflr::R"><code>txflr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-TXFTLR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xip_ssi/txftlr.rs.html#42">source</a><a href="#impl-Readable-for-TXFTLR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../xip_ssi/txftlr/struct.TXFTLR_SPEC.html" title="struct rp2040_pac::xip_ssi::txftlr::TXFTLR_SPEC">TXFTLR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xip_ssi/txftlr/type.R.html" title="type rp2040_pac::xip_ssi::txftlr::R"><code>txftlr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-TXOICR_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xip_ssi/txoicr.rs.html#20">source</a><a href="#impl-Readable-for-TXOICR_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../xip_ssi/txoicr/struct.TXOICR_SPEC.html" title="struct rp2040_pac::xip_ssi::txoicr::TXOICR_SPEC">TXOICR_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xip_ssi/txoicr/type.R.html" title="type rp2040_pac::xip_ssi::txoicr::R"><code>txoicr::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-CTRL_SPEC-5" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xosc/ctrl.rs.html#207">source</a><a href="#impl-Readable-for-CTRL_SPEC-5" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::xosc::ctrl::<a class="struct" href="../xosc/ctrl/struct.CTRL_SPEC.html" title="struct rp2040_pac::xosc::ctrl::CTRL_SPEC">CTRL_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xosc/ctrl/type.R.html" title="type rp2040_pac::xosc::ctrl::R"><code>ctrl::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-DORMANT_SPEC-1" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xosc/dormant.rs.html#40">source</a><a href="#impl-Readable-for-DORMANT_SPEC-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::xosc::dormant::<a class="struct" href="../xosc/dormant/struct.DORMANT_SPEC.html" title="struct rp2040_pac::xosc::dormant::DORMANT_SPEC">DORMANT_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xosc/dormant/type.R.html" title="type rp2040_pac::xosc::dormant::R"><code>dormant::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-STARTUP_SPEC" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xosc/startup.rs.html#57">source</a><a href="#impl-Readable-for-STARTUP_SPEC" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for <a class="struct" href="../xosc/startup/struct.STARTUP_SPEC.html" title="struct rp2040_pac::xosc::startup::STARTUP_SPEC">STARTUP_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xosc/startup/type.R.html" title="type rp2040_pac::xosc::startup::R"><code>startup::R</code></a> reader structure</p>
</div><section id="impl-Readable-for-STATUS_SPEC-1" class="impl"><a class="src rightside" href="../../src/rp2040_pac/xosc/status.rs.html#120">source</a><a href="#impl-Readable-for-STATUS_SPEC-1" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Readable.html" title="trait rp2040_pac::generic::Readable">Readable</a> for rp2040_pac::xosc::status::<a class="struct" href="../xosc/status/struct.STATUS_SPEC.html" title="struct rp2040_pac::xosc::status::STATUS_SPEC">STATUS_SPEC</a></h3></section><div class="docblock"><p><code>read()</code> method returns <a href="../xosc/status/type.R.html" title="type rp2040_pac::xosc::status::R"><code>status::R</code></a> reader structure</p>
</div></div><script src="../../trait.impl/rp2040_pac/generic/trait.Readable.js" async></script></section></div></main></body></html>