rtic/stable/api/imxrt_ral/struct.Instance.html

216 lines
99 KiB
HTML
Raw Normal View History

<!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="An owned peripheral of type `T`, instance `N`."><title>Instance in imxrt_ral - 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="imxrt_ral" 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 struct"><!--[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="../imxrt_ral/index.html">imxrt_<wbr>ral</a><span class="version">0.5.3</span></h2></div><h2 class="location"><a href="#">Instance</a></h2><div class="sidebar-elems"><section><h3><a href="#implementations">Methods</a></h3><ul class="block method"><li><a href="#method.instance">instance</a></li><li><a href="#method.instance-1">instance</a></li><li><a href="#method.instance-10">instance</a></li><li><a href="#method.instance-11">instance</a></li><li><a href="#method.instance-12">instance</a></li><li><a href="#method.instance-13">instance</a></li><li><a href="#method.instance-14">instance</a></li><li><a href="#method.instance-15">instance</a></li><li><a href="#method.instance-16">instance</a></li><li><a href="#method.instance-17">instance</a></li><li><a href="#method.instance-18">instance</a></li><li><a href="#method.instance-19">instance</a></li><li><a href="#method.instance-2">instance</a></li><li><a href="#method.instance-20">instance</a></li><li><a href="#method.instance-21">instance</a></li><li><a href="#method.instance-22">instance</a></li><li><a href="#method.instance-23">instance</a></li><li><a href="#method.instance-24">instance</a></li><li><a href="#method.instance-25">instance</a></li><li><a href="#method.instance-26">instance</a></li><li><a href="#method.instance-27">instance</a></li><li><a href="#method.instance-28">instance</a></li><li><a href="#method.instance-29">instance</a></li><li><a href="#method.instance-3">instance</a></li><li><a href="#method.instance-30">instance</a></li><li><a href="#method.instance-31">instance</a></li><li><a href="#method.instance-32">instance</a></li><li><a href="#method.instance-33">instance</a></li><li><a href="#method.instance-34">instance</a></li><li><a href="#method.instance-35">instance</a></li><li><a href="#method.instance-36">instance</a></li><li><a href="#method.instance-37">instance</a></li><li><a href="#method.instance-38">instance</a></li><li><a href="#method.instance-39">instance</a></li><li><a href="#method.instance-4">instance</a></li><li><a href="#method.instance-40">instance</a></li>
<p>Fabricating an <code>Instance</code> is always <code>unsafe</code>. An owner of an
<code>Instance</code> may assume that</p>
<ul>
<li>the underlying pointer points to a static register block of type <code>T</code>.</li>
<li>the instance number <code>N</code> properly describes the peripheral instance.</li>
<li>they own <em>all</em> registers pointed at by <code>T</code>.</li>
</ul>
<p>Owners use this guarantee to safely access the peripheral registers.
However, nothing guarantees any of these except for your diligence.</p>
<p>Constructing an <code>Instance</code> is zero cost. Additionally, <code>Instance</code> is transparent
and amenable to null-pointer optimizations.</p>
<p>See the package-level documentation for more information on fabricating
instances.</p>
<h2 id="safety-of-new"><a class="doc-anchor" href="#safety-of-new">§</a>Safety of <code>new()</code>.</h2>
<p>By calling <code>new()</code>, you claim</p>
<ol>
<li><code>ptr</code> points to static memory that can be described by a type <code>T</code>.</li>
<li>The instance number <code>N</code> correctly describes <code>ptr</code>.</li>
<li>You are becoming the sole owner of this instance.</li>
</ol>
<h2 id="safety-of-instance"><a class="doc-anchor" href="#safety-of-instance">§</a>Safety of <code>instance()</code></h2>
<p>The various <code>instance()</code> methods handle safety concerns 1 and 2 from <code>new()</code>.
By their construction, each <code>instance()</code> implementation provides a pointer to valid
peripheral memory, and associates the correct <code>N</code> with that pointer. Therefore,
youre only responsible for ensuring safety concern 3 from <code>new()</code>.</p>
</div></details><h2 id="implementations" class="section-header">Implementations<a href="#implementations" class="anchor">§</a></h2><div id="implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#371-381">source</a><a href="#impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="adc/struct.RegisterBlock.html" title="struct imxrt_ral::adc::RegisterBlock">RegisterBlock</a>, { crate::SOLE_INSTANCE }&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#378-380">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety"><a class="doc-anchor" href="#safety">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-1" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#398-408">source</a><a href="#impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-1" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="adc_etc/struct.RegisterBlock.html" title="struct imxrt_ral::adc_etc::RegisterBlock">RegisterBlock</a>, { crate::SOLE_INSTANCE }&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-1" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#405-407">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-1" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-1"><a class="doc-anchor" href="#safety-1">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+1%3E" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#427-437">source</a><a href="#impl-Instance%3CRegisterBlock,+1%3E" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="aipstz/struct.RegisterBlock.html" title="struct imxrt_ral::aipstz::RegisterBlock">RegisterBlock</a>, 1&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-2" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#434-436">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-2" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-2"><a class="doc-anchor" href="#safety-2">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+2%3E" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#441-451">source</a><a href="#impl-Instance%3CRegisterBlock,+2%3E" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="aipstz/struct.RegisterBlock.html" title="struct imxrt_ral::aipstz::RegisterBlock">RegisterBlock</a>, 2&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-3" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#448-450">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-3" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-3"><a class="doc-anchor" href="#safety-3">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-2" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#471-481">source</a><a href="#impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-2" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="aoi/struct.RegisterBlock.html" title="struct imxrt_ral::aoi::RegisterBlock">RegisterBlock</a>, { crate::SOLE_INSTANCE }&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-4" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#478-480">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-4" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-4"><a class="doc-anchor" href="#safety-4">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-3" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#498-508">source</a><a href="#impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-3" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="ccm/struct.RegisterBlock.html" title="struct imxrt_ral::ccm::RegisterBlock">RegisterBlock</a>, { crate::SOLE_INSTANCE }&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-5" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#505-507">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-5" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-5"><a class="doc-anchor" href="#safety-5">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-4" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#525-535">source</a><a href="#impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-4" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="ccm_analog/struct.RegisterBlock.html" title="struct imxrt_ral::ccm_analog::RegisterBlock">RegisterBlock</a>, { crate::SOLE_INSTANCE }&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-6" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#532-534">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-6" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-6"><a class="doc-anchor" href="#safety-6">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-5" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#552-562">source</a><a href="#impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-5" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="csu/struct.RegisterBlock.html" title="struct imxrt_ral::csu::RegisterBlock">RegisterBlock</a>, { crate::SOLE_INSTANCE }&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-7" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#559-561">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-7" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-7"><a class="doc-anchor" href="#safety-7">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-6" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#579-589">source</a><a href="#impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-6" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="dcdc/struct.RegisterBlock.html" title="struct imxrt_ral::dcdc::RegisterBlock">RegisterBlock</a>, { crate::SOLE_INSTANCE }&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-8" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#586-588">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-8" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-8"><a class="doc-anchor" href="#safety-8">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-7" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#606-616">source</a><a href="#impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-7" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="dcp/struct.RegisterBlock.html" title="struct imxrt_ral::dcp::RegisterBlock">RegisterBlock</a>, { crate::SOLE_INSTANCE }&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-9" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#613-615">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-9" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-9"><a class="doc-anchor" href="#safety-9">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-8" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#633-643">source</a><a href="#impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-8" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="dma/struct.RegisterBlock.html" title="struct imxrt_ral::dma::RegisterBlock">RegisterBlock</a>, { crate::SOLE_INSTANCE }&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-10" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#640-642">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-10" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-10"><a class="doc-anchor" href="#safety-10">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-9" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#660-670">source</a><a href="#impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-9" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="dmamux/struct.RegisterBlock.html" title="struct imxrt_ral::dmamux::RegisterBlock">RegisterBlock</a>, { crate::SOLE_INSTANCE }&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-11" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#667-669">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-11" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-11"><a class="doc-anchor" href="#safety-11">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-10" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#687-697">source</a><a href="#impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-10" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="ewm/struct.RegisterBlock.html" title="struct imxrt_ral::ewm::RegisterBlock">RegisterBlock</a>, { crate::SOLE_INSTANCE }&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-12" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#694-696">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-12" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-12"><a class="doc-anchor" href="#safety-12">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-11" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#714-724">source</a><a href="#impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-11" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="flexio/struct.RegisterBlock.html" title="struct imxrt_ral::flexio::RegisterBlock">RegisterBlock</a>, { crate::SOLE_INSTANCE }&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-13" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#721-723">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-13" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-13"><a class="doc-anchor" href="#safety-13">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-12" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#745-755">source</a><a href="#impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-12" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="flexram/struct.RegisterBlock.html" title="struct imxrt_ral::flexram::RegisterBlock">RegisterBlock</a>, { crate::SOLE_INSTANCE }&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-14" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#752-754">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-14" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-14"><a class="doc-anchor" href="#safety-14">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-13" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#772-782">source</a><a href="#impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-13" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="flexspi/struct.RegisterBlock.html" title="struct imxrt_ral::flexspi::RegisterBlock">RegisterBlock</a>, { crate::SOLE_INSTANCE }&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-15" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#779-781">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-15" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-15"><a class="doc-anchor" href="#safety-15">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-14" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#799-809">source</a><a href="#impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-14" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="gpc/struct.RegisterBlock.html" title="struct imxrt_ral::gpc::RegisterBlock">RegisterBlock</a>, { crate::SOLE_INSTANCE }&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-16" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#806-808">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-16" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-16"><a class="doc-anchor" href="#safety-16">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+1%3E-1" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#830-840">source</a><a href="#impl-Instance%3CRegisterBlock,+1%3E-1" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="gpio/struct.RegisterBlock.html" title="struct imxrt_ral::gpio::RegisterBlock">RegisterBlock</a>, 1&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-17" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#837-839">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-17" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-17"><a class="doc-anchor" href="#safety-17">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+5%3E" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#844-854">source</a><a href="#impl-Instance%3CRegisterBlock,+5%3E" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="gpio/struct.RegisterBlock.html" title="struct imxrt_ral::gpio::RegisterBlock">RegisterBlock</a>, 5&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-18" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#851-853">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-18" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-18"><a class="doc-anchor" href="#safety-18">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+2%3E-1" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#858-868">source</a><a href="#impl-Instance%3CRegisterBlock,+2%3E-1" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="gpio/struct.RegisterBlock.html" title="struct imxrt_ral::gpio::RegisterBlock">RegisterBlock</a>, 2&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-19" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#865-867">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-19" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-19"><a class="doc-anchor" href="#safety-19">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+1%3E-2" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#890-900">source</a><a href="#impl-Instance%3CRegisterBlock,+1%3E-2" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="gpt/struct.RegisterBlock.html" title="struct imxrt_ral::gpt::RegisterBlock">RegisterBlock</a>, 1&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-20" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#897-899">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-20" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-20"><a class="doc-anchor" href="#safety-20">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+2%3E-2" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#904-914">source</a><a href="#impl-Instance%3CRegisterBlock,+2%3E-2" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="gpt/struct.RegisterBlock.html" title="struct imxrt_ral::gpt::RegisterBlock">RegisterBlock</a>, 2&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-21" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#911-913">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-21" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-21"><a class="doc-anchor" href="#safety-21">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-15" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#934-944">source</a><a href="#impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-15" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="iomuxc/struct.RegisterBlock.html" title="struct imxrt_ral::iomuxc::RegisterBlock">RegisterBlock</a>, { crate::SOLE_INSTANCE }&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-22" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#941-943">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-22" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-22"><a class="doc-anchor" href="#safety-22">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-16" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#961-971">source</a><a href="#impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-16" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="iomuxc_gpr/struct.RegisterBlock.html" title="struct imxrt_ral::iomuxc_gpr::RegisterBlock">RegisterBlock</a>, { crate::SOLE_INSTANCE }&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-23" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#968-970">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-23" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-23"><a class="doc-anchor" href="#safety-23">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-17" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#988-998">source</a><a href="#impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-17" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="iomuxc_snvs/struct.RegisterBlock.html" title="struct imxrt_ral::iomuxc_snvs::RegisterBlock">RegisterBlock</a>, { crate::SOLE_INSTANCE }&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-24" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#995-997">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-24" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-24"><a class="doc-anchor" href="#safety-24">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-18" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1015-1025">source</a><a href="#impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-18" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="iomuxc_snvs_gpr/struct.RegisterBlock.html" title="struct imxrt_ral::iomuxc_snvs_gpr::RegisterBlock">RegisterBlock</a>, { crate::SOLE_INSTANCE }&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-25" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1022-1024">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-25" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-25"><a class="doc-anchor" href="#safety-25">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-19" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1042-1052">source</a><a href="#impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-19" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="kpp/struct.RegisterBlock.html" title="struct imxrt_ral::kpp::RegisterBlock">RegisterBlock</a>, { crate::SOLE_INSTANCE }&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-26" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1049-1051">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-26" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-26"><a class="doc-anchor" href="#safety-26">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+1%3E-3" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1071-1081">source</a><a href="#impl-Instance%3CRegisterBlock,+1%3E-3" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="lpi2c/struct.RegisterBlock.html" title="struct imxrt_ral::lpi2c::RegisterBlock">RegisterBlock</a>, 1&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-27" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1078-1080">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-27" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-27"><a class="doc-anchor" href="#safety-27">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+2%3E-3" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1085-1095">source</a><a href="#impl-Instance%3CRegisterBlock,+2%3E-3" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="lpi2c/struct.RegisterBlock.html" title="struct imxrt_ral::lpi2c::RegisterBlock">RegisterBlock</a>, 2&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-28" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1092-1094">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-28" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-28"><a class="doc-anchor" href="#safety-28">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+1%3E-4" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1117-1127">source</a><a href="#impl-Instance%3CRegisterBlock,+1%3E-4" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="lpspi/struct.RegisterBlock.html" title="struct imxrt_ral::lpspi::RegisterBlock">RegisterBlock</a>, 1&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-29" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1124-1126">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-29" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-29"><a class="doc-anchor" href="#safety-29">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+2%3E-4" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1131-1141">source</a><a href="#impl-Instance%3CRegisterBlock,+2%3E-4" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="lpspi/struct.RegisterBlock.html" title="struct imxrt_ral::lpspi::RegisterBlock">RegisterBlock</a>, 2&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-30" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1138-1140">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-30" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-30"><a class="doc-anchor" href="#safety-30">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+1%3E-5" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1167-1177">source</a><a href="#impl-Instance%3CRegisterBlock,+1%3E-5" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="lpuart/struct.RegisterBlock.html" title="struct imxrt_ral::lpuart::RegisterBlock">RegisterBlock</a>, 1&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-31" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1174-1176">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-31" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-31"><a class="doc-anchor" href="#safety-31">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+2%3E-5" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1181-1191">source</a><a href="#impl-Instance%3CRegisterBlock,+2%3E-5" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="lpuart/struct.RegisterBlock.html" title="struct imxrt_ral::lpuart::RegisterBlock">RegisterBlock</a>, 2&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-32" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1188-1190">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-32" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-32"><a class="doc-anchor" href="#safety-32">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+3%3E" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1195-1205">source</a><a href="#impl-Instance%3CRegisterBlock,+3%3E" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="lpuart/struct.RegisterBlock.html" title="struct imxrt_ral::lpuart::RegisterBlock">RegisterBlock</a>, 3&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-33" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1202-1204">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-33" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-33"><a class="doc-anchor" href="#safety-33">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+4%3E" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1209-1219">source</a><a href="#impl-Instance%3CRegisterBlock,+4%3E" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="lpuart/struct.RegisterBlock.html" title="struct imxrt_ral::lpuart::RegisterBlock">RegisterBlock</a>, 4&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-34" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1216-1218">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-34" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-34"><a class="doc-anchor" href="#safety-34">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-20" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1239-1249">source</a><a href="#impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-20" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="ocotp/struct.RegisterBlock.html" title="struct imxrt_ral::ocotp::RegisterBlock">RegisterBlock</a>, { crate::SOLE_INSTANCE }&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-35" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1246-1248">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-35" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-35"><a class="doc-anchor" href="#safety-35">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-21" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1266-1276">source</a><a href="#impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-21" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="otfad/struct.RegisterBlock.html" title="struct imxrt_ral::otfad::RegisterBlock">RegisterBlock</a>, { crate::SOLE_INSTANCE }&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-36" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1273-1275">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-36" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-36"><a class="doc-anchor" href="#safety-36">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-22" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1293-1303">source</a><a href="#impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-22" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="pgc/struct.RegisterBlock.html" title="struct imxrt_ral::pgc::RegisterBlock">RegisterBlock</a>, { crate::SOLE_INSTANCE }&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-37" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1300-1302">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-37" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-37"><a class="doc-anchor" href="#safety-37">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-23" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1320-1330">source</a><a href="#impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-23" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="pit/struct.RegisterBlock.html" title="struct imxrt_ral::pit::RegisterBlock">RegisterBlock</a>, { crate::SOLE_INSTANCE }&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-38" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1327-1329">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-38" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-38"><a class="doc-anchor" href="#safety-38">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-24" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1347-1357">source</a><a href="#impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-24" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="pmu/struct.RegisterBlock.html" title="struct imxrt_ral::pmu::RegisterBlock">RegisterBlock</a>, { crate::SOLE_INSTANCE }&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-39" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1354-1356">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-39" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-39"><a class="doc-anchor" href="#safety-39">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-25" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1374-1384">source</a><a href="#impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-25" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="pwm/struct.RegisterBlock.html" title="struct imxrt_ral::pwm::RegisterBlock">RegisterBlock</a>, { crate::SOLE_INSTANCE }&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-40" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1381-1383">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-40" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-40"><a class="doc-anchor" href="#safety-40">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-26" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1401-1411">source</a><a href="#impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-26" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="romc/struct.RegisterBlock.html" title="struct imxrt_ral::romc::RegisterBlock">RegisterBlock</a>, { crate::SOLE_INSTANCE }&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-41" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1408-1410">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-41" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-41"><a class="doc-anchor" href="#safety-41">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-27" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1428-1438">source</a><a href="#impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-27" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="rtwdog/struct.RegisterBlock.html" title="struct imxrt_ral::rtwdog::RegisterBlock">RegisterBlock</a>, { crate::SOLE_INSTANCE }&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-42" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1435-1437">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-42" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-42"><a class="doc-anchor" href="#safety-42">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+1%3E-6" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1457-1467">source</a><a href="#impl-Instance%3CRegisterBlock,+1%3E-6" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="sai/struct.RegisterBlock.html" title="struct imxrt_ral::sai::RegisterBlock">RegisterBlock</a>, 1&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-43" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1464-1466">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-43" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-43"><a class="doc-anchor" href="#safety-43">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+3%3E-1" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1471-1481">source</a><a href="#impl-Instance%3CRegisterBlock,+3%3E-1" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="sai/struct.RegisterBlock.html" title="struct imxrt_ral::sai::RegisterBlock">RegisterBlock</a>, 3&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-44" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1478-1480">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-44" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-44"><a class="doc-anchor" href="#safety-44">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-28" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1501-1511">source</a><a href="#impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-28" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="snvs/struct.RegisterBlock.html" title="struct imxrt_ral::snvs::RegisterBlock">RegisterBlock</a>, { crate::SOLE_INSTANCE }&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-45" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1508-1510">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-45" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-45"><a class="doc-anchor" href="#safety-45">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-29" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1528-1538">source</a><a href="#impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-29" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="spdif/struct.RegisterBlock.html" title="struct imxrt_ral::spdif::RegisterBlock">RegisterBlock</a>, { crate::SOLE_INSTANCE }&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-46" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1535-1537">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-46" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-46"><a class="doc-anchor" href="#safety-46">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-30" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1555-1565">source</a><a href="#impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-30" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="src/struct.RegisterBlock.html" title="struct imxrt_ral::src::RegisterBlock">RegisterBlock</a>, { crate::SOLE_INSTANCE }&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-47" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1562-1564">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-47" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-47"><a class="doc-anchor" href="#safety-47">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-31" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1582-1592">source</a><a href="#impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-31" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="tempmon/struct.RegisterBlock.html" title="struct imxrt_ral::tempmon::RegisterBlock">RegisterBlock</a>, { crate::SOLE_INSTANCE }&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-48" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1589-1591">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-48" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-48"><a class="doc-anchor" href="#safety-48">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-32" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1609-1619">source</a><a href="#impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-32" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="trng/struct.RegisterBlock.html" title="struct imxrt_ral::trng::RegisterBlock">RegisterBlock</a>, { crate::SOLE_INSTANCE }&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-49" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1616-1618">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-49" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-49"><a class="doc-anchor" href="#safety-49">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-33" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1636-1646">source</a><a href="#impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-33" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="usb/struct.RegisterBlock.html" title="struct imxrt_ral::usb::RegisterBlock">RegisterBlock</a>, { crate::SOLE_INSTANCE }&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-50" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1643-1645">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-50" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-50"><a class="doc-anchor" href="#safety-50">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-34" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1663-1673">source</a><a href="#impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-34" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="usb_analog/struct.RegisterBlock.html" title="struct imxrt_ral::usb_analog::RegisterBlock">RegisterBlock</a>, { crate::SOLE_INSTANCE }&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-51" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1670-1672">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-51" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-51"><a class="doc-anchor" href="#safety-51">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-35" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1690-1700">source</a><a href="#impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-35" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="usbnc/struct.RegisterBlock.html" title="struct imxrt_ral::usbnc::RegisterBlock">RegisterBlock</a>, { crate::SOLE_INSTANCE }&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-52" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1697-1699">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-52" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-52"><a class="doc-anchor" href="#safety-52">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-36" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1717-1727">source</a><a href="#impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-36" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="usbphy/struct.RegisterBlock.html" title="struct imxrt_ral::usbphy::RegisterBlock">RegisterBlock</a>, { crate::SOLE_INSTANCE }&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-53" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1724-1726">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-53" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-53"><a class="doc-anchor" href="#safety-53">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+1%3E-7" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1746-1756">source</a><a href="#impl-Instance%3CRegisterBlock,+1%3E-7" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="wdog/struct.RegisterBlock.html" title="struct imxrt_ral::wdog::RegisterBlock">RegisterBlock</a>, 1&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-54" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1753-1755">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-54" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-54"><a class="doc-anchor" href="#safety-54">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+2%3E-6" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1760-1770">source</a><a href="#impl-Instance%3CRegisterBlock,+2%3E-6" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="wdog/struct.RegisterBlock.html" title="struct imxrt_ral::wdog::RegisterBlock">RegisterBlock</a>, 2&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-55" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1767-1769">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-55" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-55"><a class="doc-anchor" href="#safety-55">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-37" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1790-1800">source</a><a href="#impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-37" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="xbara/struct.RegisterBlock.html" title="struct imxrt_ral::xbara::RegisterBlock">RegisterBlock</a>, { crate::SOLE_INSTANCE }&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-56" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1797-1799">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-56" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-56"><a class="doc-anchor" href="#safety-56">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-38" class="impl"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1817-1827">source</a><a href="#impl-Instance%3CRegisterBlock,+%7B+crate::SOLE_INSTANCE+%7D%3E-38" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;<a class="struct" href="xtalosc24m/struct.RegisterBlock.html" title="struct imxrt_ral::xtalosc24m::RegisterBlock">RegisterBlock</a>, { crate::SOLE_INSTANCE }&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.instance-57" class="method"><a class="src rightside" href="../src/imxrt_ral/imxrt1011.rs.html#1824-1826">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.instance-57" class="fn">instance</a>() -&gt; Self</h4></section></summary><div class="docblock"><p>Acquire a vaild, but possibly aliased, instance.</p>
<h5 id="safety-57"><a class="doc-anchor" href="#safety-57">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct-level safety documentation</a>.</p>
</div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-Instance%3CT,+N%3E" class="impl"><a class="src rightside" href="../src/imxrt_ral/lib.rs.html#54-66">source</a><a href="#impl-Instance%3CT,+N%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T, const N: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u8.html">u8</a>&gt; <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;T, N&gt;</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.new" class="method"><a class="src rightside" href="../src/imxrt_ral/lib.rs.html#61-65">source</a><h4 class="code-header">pub const unsafe fn <a href="#method.new" class="fn">new</a>(ptr: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.pointer.html">*const T</a>) -&gt; Self</h4></section></summary><div class="docblock"><p>Create an arbitrary <code>Instance</code> from a pointer to <code>T</code>.</p>
<h5 id="safety-58"><a class="doc-anchor" href="#safety-58">§</a>Safety</h5>
<p>See <a href="struct.Instance.html" title="struct imxrt_ral::Instance">the struct docs</a> for the safety contract.</p>
</div></details></div></details></div><h2 id="trait-implementations" class="section-header">Trait Implementations<a href="#trait-implementations" class="anchor">§</a></h2><div id="trait-implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-Deref-for-Instance%3CT,+N%3E" class="impl"><a class="src rightside" href="../src/imxrt_ral/lib.rs.html#47-53">source</a><a href="#impl-Deref-for-Instance%3CT,+N%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T, const N: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u8.html">u8</a>&gt; <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/ops/deref/trait.Deref.html" title="trait core::ops::deref::Deref">Deref</a> for <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;T, N&gt;</h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Target" class="associatedtype trait-impl"><a class="src rightside" href="../src/imxrt_ral/lib.rs.html#48">source</a><a href="#associatedtype.Target" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.82.0/core/ops/deref/trait.Deref.html#associatedtype.Target" class="associatedtype">Target</a> = T</h4></section></summary><div class='docblock'>The resulting type after dereferencing.</div></details><details class="toggle method-toggle" open><summary><section id="method.deref" class="method trait-impl"><a class="src rightside" href="../src/imxrt_ral/lib.rs.html#50-52">source</a><a href="#method.deref" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/ops/deref/trait.Deref.html#tymethod.deref" class="fn">deref</a>(&amp;self) -&gt; &amp;Self::<a class="associatedtype" href="https://doc.rust-lang.org/1.82.0/core/ops/deref/trait.Deref.html#associatedtype.Target" title="type core::ops::deref::Deref::Target">Target</a></h4></section></summary><div class='docblock'>Dereferences the value.</div></details></div></details><section id="impl-Send-for-Instance%3CT,+N%3E" class="impl"><a class="src rightside" href="../src/imxrt_ral/lib.rs.html#67">source</a><a href="#impl-Send-for-Instance%3CT,+N%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T, const N: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u8.html">u8</a>&gt; <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;T, N&gt;</h3></section></div><h2 id="synthetic-implementations" class="section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor">§</a></h2><div id="synthetic-implementations-list"><section id="impl-Freeze-for-Instance%3CT,+N%3E" class="impl"><a href="#impl-Freeze-for-Instance%3CT,+N%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T, const N: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u8.html">u8</a>&gt; <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/marker/trait.Freeze.html" title="trait core::marker::Freeze">Freeze</a> for <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;T, N&gt;</h3></section><section id="impl-RefUnwindSafe-for-Instance%3CT,+N%3E" class="impl"><a href="#impl-RefUnwindSafe-for-Instance%3CT,+N%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T, const N: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u8.html">u8</a>&gt; <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;T, N&gt;<div class="where">where
T: <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a>,</div></h3></section><section id="impl-Sync-for-Instance%3CT,+N%3E" class="impl"><a href="#impl-Sync-for-Instance%3CT,+N%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T, const N: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u8.html">u8</a>&gt; !<a class="trait" href="https://doc.rust-lang.org/1.82.0/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> for <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;T, N&gt;</h3></section><section id="impl-Unpin-for-Instance%3CT,+N%3E" class="impl"><a href="#impl-Unpin-for-Instance%3CT,+N%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T, const N: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u8.html">u8</a>&gt; <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/marker/trait.Unpin.html" title="trait core::marker::Unpin">Unpin</a> for <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;T, N&gt;</h3></section><section id="impl-UnwindSafe-for-Instance%3CT,+N%3E" class="impl"><a href="#impl-UnwindSafe-for-Instance%3CT,+N%3E" class="anchor">§</a><h3 class="code-header">impl&lt;T, const N: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.u8.html">u8</a>&gt; <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/panic/unwind_safe/trait.UnwindSafe.html" title="trait core::panic::unwind_safe::UnwindSafe">UnwindSafe</a> for <a class="struct" href="struct.Instance.html" title="struct imxrt_ral::Instance">Instance</a>&lt;T, N&gt;<div class="where">where
T: <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a>,</div></h3></section></div><h2 id="blanket-implementations" class="section-header">Blanket Implementations<a href="#blanket-implementations" class="anchor">§</a></h2><div id="blanket-implementations-list"><details class="toggle implementors-toggle"><summary><section id="impl-Any-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.82.0/src/core/any.rs.html#138">source</a><a href="#impl-Any-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/any/trait.Any.html" title="trait core::any::Any">Any</a> for T<div class="where">where
T: 'static + ?<a class="trait" href="https://doc.rust-lang.org/1.82.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.type_id" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.82.0/src/core/any.rs.html#139">source</a><a href="#method.type_id" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/any/trait.Any.html#tymethod.type_id" class="fn">type_id</a>(&amp;self) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.82.0/core/any/struct.TypeId.html" title="struct core::any::TypeId">TypeId</a></h4></section></summary><div class='docblock'>Gets the <code>TypeId</code> of <code>self</code>. <a href="https://doc.rust-lang.org/1.82.0/core/any/trait.Any.html#tymethod.type_id">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Borrow%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.82.0/src/core/borrow.rs.html#209">source</a><a href="#impl-Borrow%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/borrow/trait.Borrow.html" title="trait core::borrow::Borrow">Borrow</a>&lt;T&gt; for T<div class="where">where
T: ?<a class="trait" href="https://doc.rust-lang.org/1.82.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.borrow" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.82.0/src/core/borrow.rs.html#211">source</a><a href="#method.borrow" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/borrow/trait.Borrow.html#tymethod.borrow" class="fn">borrow</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.reference.html">&amp;T</a></h4></section></summary><div class='docblock'>Immutably borrows from an owned value. <a href="https://doc.rust-lang.org/1.82.0/core/borrow/trait.Borrow.html#tymethod.borrow">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-BorrowMut%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.82.0/src/core/borrow.rs.html#217">source</a><a href="#impl-BorrowMut%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/borrow/trait.BorrowMut.html" title="trait core::borrow::BorrowMut">BorrowMut</a>&lt;T&gt; for T<div class="where">where
T: ?<a class="trait" href="https://doc.rust-lang.org/1.82.0/core/marker/trait.Sized.html" title="trait core::marker::Sized">Sized</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.borrow_mut" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.82.0/src/core/borrow.rs.html#218">source</a><a href="#method.borrow_mut" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut" class="fn">borrow_mut</a>(&amp;mut self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.reference.html">&amp;mut T</a></h4></section></summary><div class='docblock'>Mutably borrows from an owned value. <a href="https://doc.rust-lang.org/1.82.0/core/borrow/trait.BorrowMut.html#tymethod.borrow_mut">Read more</a></div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-From%3CT%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.82.0/src/core/convert/mod.rs.html#765">source</a><a href="#impl-From%3CT%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T&gt; <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt; for T</h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.from" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.82.0/src/core/convert/mod.rs.html#768">source</a><a href="#method.from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/convert/trait.From.html#tymethod.from" class="fn">from</a>(t: T) -&gt; T</h4></section></summary><div class="docblock"><p>Returns the argument unchanged.</p>
</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-Into%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.82.0/src/core/convert/mod.rs.html#748-750">source</a><a href="#impl-Into%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;U&gt; for T<div class="where">where
U: <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt;,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.into" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.82.0/src/core/convert/mod.rs.html#758">source</a><a href="#method.into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/convert/trait.Into.html#tymethod.into" class="fn">into</a>(self) -&gt; U</h4></section></summary><div class="docblock"><p>Calls <code>U::from(self)</code>.</p>
<p>That is, this conversion is whatever the implementation of
<code><a href="https://doc.rust-lang.org/1.82.0/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;T&gt; for U</code> chooses to do.</p>
</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryFrom%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.82.0/src/core/convert/mod.rs.html#805-807">source</a><a href="#impl-TryFrom%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt; for T<div class="where">where
U: <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/convert/trait.Into.html" title="trait core::convert::Into">Into</a>&lt;T&gt;,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error-1" class="associatedtype trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.82.0/src/core/convert/mod.rs.html#809">source</a><a href="#associatedtype.Error-1" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.82.0/core/convert/trait.TryFrom.html#associatedtype.Error" class="associatedtype">Error</a> = <a class="enum" href="https://doc.rust-lang.org/1.82.0/core/convert/enum.Infallible.html" title="enum core::convert::Infallible">Infallible</a></h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="toggle method-toggle" open><summary><section id="method.try_from" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.82.0/src/core/convert/mod.rs.html#812">source</a><a href="#method.try_from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/convert/trait.TryFrom.html#tymethod.try_from" class="fn">try_from</a>(value: U) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.82.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;T, &lt;T as <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;U&gt;&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/1.82.0/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>&gt;</h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details><details class="toggle implementors-toggle"><summary><section id="impl-TryInto%3CU%3E-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.82.0/src/core/convert/mod.rs.html#790-792">source</a><a href="#impl-TryInto%3CU%3E-for-T" class="anchor">§</a><h3 class="code-header">impl&lt;T, U&gt; <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/convert/trait.TryInto.html" title="trait core::convert::TryInto">TryInto</a>&lt;U&gt; for T<div class="where">where
U: <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;,</div></h3></section></summary><div class="impl-items"><details class="toggle" open><summary><section id="associatedtype.Error" class="associatedtype trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.82.0/src/core/convert/mod.rs.html#794">source</a><a href="#associatedtype.Error" class="anchor">§</a><h4 class="code-header">type <a href="https://doc.rust-lang.org/1.82.0/core/convert/trait.TryInto.html#associatedtype.Error" class="associatedtype">Error</a> = &lt;U as <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/1.82.0/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a></h4></section></summary><div class='docblock'>The type returned in the event of a conversion error.</div></details><details class="toggle method-toggle" open><summary><section id="method.try_into" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.82.0/src/core/convert/mod.rs.html#797">source</a><a href="#method.try_into" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/convert/trait.TryInto.html#tymethod.try_into" class="fn">try_into</a>(self) -&gt; <a class="enum" href="https://doc.rust-lang.org/1.82.0/core/result/enum.Result.html" title="enum core::result::Result">Result</a>&lt;U, &lt;U as <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/convert/trait.TryFrom.html" title="trait core::convert::TryFrom">TryFrom</a>&lt;T&gt;&gt;::<a class="associatedtype" href="https://doc.rust-lang.org/1.82.0/core/convert/trait.TryFrom.html#associatedtype.Error" title="type core::convert::TryFrom::Error">Error</a>&gt;</h4></section></summary><div class='docblock'>Performs the conversion.</div></details></div></details></div></section></div></main></body></html>