rtic/dev/api/stm32_metapac/eth/struct.EthernetMac.html

103 lines
84 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="Ethernet: media access control (MAC)"><title>EthernetMac in stm32_metapac::eth - 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="stm32_metapac" 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="../../stm32_metapac/index.html">stm32_<wbr>metapac</a><span class="version">15.0.0</span></h2></div><h2 class="location"><a href="#">Ethernet<wbr>Mac</a></h2><div class="sidebar-elems"><section><h3><a href="#implementations">Methods</a></h3><ul class="block method"><li><a href="#method.as_ptr">as_ptr</a></li><li><a href="#method.from_ptr">from_ptr</a></li><li><a href="#method.mac1ustcr">mac1ustcr</a></li><li><a href="#method.maca0hr">maca0hr</a></li><li><a href="#method.maca0lr">maca0lr</a></li><li><a href="#method.macacr">macacr</a></li><li><a href="#method.macahr">macahr</a></li><li><a href="#method.macalr">macalr</a></li><li><a href="#method.macarpar">macarpar</a></li><li><a href="#method.macatsnr">macatsnr</a></li><li><a href="#method.macatssr">macatssr</a></li><li><a href="#method.maccr">maccr</a></li><li><a href="#method.macdr">macdr</a></li><li><a href="#method.macecr">macecr</a></li><li><a href="#method.machtr">machtr</a></li><li><a href="#method.machwf1r">machwf1r</a></li><li><a href="#method.machwf2r">machwf2r</a></li><li><a href="#method.macier">macier</a></li><li><a href="#method.macisr">macisr</a></li><li><a href="#method.macivir">macivir</a></li><li><a href="#method.macl3a00r">macl3a00r</a></li><li><a href="#method.macl3a01r">macl3a01r</a></li><li><a href="#method.macl3a10r">macl3a10r</a></li><li><a href="#method.macl3a11r">macl3a11r</a></li><li><a href="#method.macl3a20">macl3a20</a></li><li><a href="#method.macl3a21r">macl3a21r</a></li><li><a href="#method.macl3a30">macl3a30</a></li><li><a href="#method.macl3a31r">macl3a31r</a></li><li><a href="#method.macl3l4c0r">macl3l4c0r</a></li><li><a href="#method.macl3l4c1r">macl3l4c1r</a></li><li><a href="#method.macl4a0r">macl4a0r</a></li><li><a href="#method.macl4a1r">macl4a1r</a></li><li><a href="#method.maclcsr">maclcsr</a></li><li><a href="#method.macletr">macletr</a></li><li><a href="#method.maclmir">maclmir</a></li><li><a href="#method.macltcr">macltcr</a></li><li><a href="#method.macmdioar">macmdioar</a></li><li><a href="#method.macmdiodr"
</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-EthernetMac" class="impl"><a href="#impl-EthernetMac" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.EthernetMac.html" title="struct stm32_metapac::eth::EthernetMac">EthernetMac</a></h3></section></summary><div class="impl-items"><section id="method.from_ptr" class="method"><h4 class="code-header">pub const unsafe fn <a href="#method.from_ptr" class="fn">from_ptr</a>(ptr: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.pointer.html">*mut </a><a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.unit.html">()</a>) -&gt; Self</h4></section><section id="method.as_ptr" class="method"><h4 class="code-header">pub const fn <a href="#method.as_ptr" class="fn">as_ptr</a>(&amp;self) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.pointer.html">*mut </a><a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.unit.html">()</a></h4></section><details class="toggle method-toggle" open><summary><section id="method.maccr" class="method"><h4 class="code-header">pub const fn <a href="#method.maccr" class="fn">maccr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Maccr.html" title="struct stm32_metapac::eth::regs::Maccr">Maccr</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>Operating mode configuration register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macecr" class="method"><h4 class="code-header">pub const fn <a href="#method.macecr" class="fn">macecr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macecr.html" title="struct stm32_metapac::eth::regs::Macecr">Macecr</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>Extended operating mode configuration register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macpfr" class="method"><h4 class="code-header">pub const fn <a href="#method.macpfr" class="fn">macpfr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macpfr.html" title="struct stm32_metapac::eth::regs::Macpfr">Macpfr</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>Packet filtering control register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macwtr" class="method"><h4 class="code-header">pub const fn <a href="#method.macwtr" class="fn">macwtr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macwtr.html" title="struct stm32_metapac::eth::regs::Macwtr">Macwtr</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>Watchdog timeout register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.machtr" class="method"><h4 class="code-header">pub const fn <a href="#method.machtr" class="fn">machtr</a>(self, n: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.usize.html">usize</a>) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Machtr.html" title="struct stm32_metapac::eth::regs::Machtr">Machtr</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>Hash Table 0/1 register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macvtr" class="method"><h4 class="code-header">pub const fn <a href="#method.macvtr" class="fn">macvtr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macvtr.html" title="struct stm32_metapac::eth::regs::Macvtr">Macvtr</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>VLAN tag register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macvhtr" class="method"><h4 class="code-header">pub const fn <a href="#method.macvhtr" class="fn">macvhtr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macvhtr.html" title="struct stm32_metapac::eth::regs::Macvhtr">Macvhtr</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>VLAN Hash table register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macvir" class="method"><h4 class="code-header">pub const fn <a href="#method.macvir" class="fn">macvir</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macvir.html" title="struct stm32_metapac::eth::regs::Macvir">Macvir</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>VLAN inclusion register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macivir" class="method"><h4 class="code-header">pub const fn <a href="#method.macivir" class="fn">macivir</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macivir.html" title="struct stm32_metapac::eth::regs::Macivir">Macivir</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>Inner VLAN inclusion register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macqtx_fcr" class="method"><h4 class="code-header">pub const fn <a href="#method.macqtx_fcr" class="fn">macqtx_fcr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.MacqtxFcr.html" title="struct stm32_metapac::eth::regs::MacqtxFcr">MacqtxFcr</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>Tx Queue flow control register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macrx_fcr" class="method"><h4 class="code-header">pub const fn <a href="#method.macrx_fcr" class="fn">macrx_fcr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.MacrxFcr.html" title="struct stm32_metapac::eth::regs::MacrxFcr">MacrxFcr</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>Rx flow control register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macisr" class="method"><h4 class="code-header">pub const fn <a href="#method.macisr" class="fn">macisr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macisr.html" title="struct stm32_metapac::eth::regs::Macisr">Macisr</a>, <a class="struct" href="../common/struct.R.html" title="struct stm32_metapac::common::R">R</a>&gt;</h4></section></summary><div class="docblock"><p>Interrupt status register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macier" class="method"><h4 class="code-header">pub const fn <a href="#method.macier" class="fn">macier</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macier.html" title="struct stm32_metapac::eth::regs::Macier">Macier</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>Interrupt enable register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macrx_tx_sr" class="method"><h4 class="code-header">pub const fn <a href="#method.macrx_tx_sr" class="fn">macrx_tx_sr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.MacrxTxSr.html" title="struct stm32_metapac::eth::regs::MacrxTxSr">MacrxTxSr</a>, <a class="struct" href="../common/struct.R.html" title="struct stm32_metapac::common::R">R</a>&gt;</h4></section></summary><div class="docblock"><p>Rx Tx status register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macpcsr" class="method"><h4 class="code-header">pub const fn <a href="#method.macpcsr" class="fn">macpcsr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macpcsr.html" title="struct stm32_metapac::eth::regs::Macpcsr">Macpcsr</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>PMT control status register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macrwkpfr" class="method"><h4 class="code-header">pub const fn <a href="#method.macrwkpfr" class="fn">macrwkpfr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macrwkpfr.html" title="struct stm32_metapac::eth::regs::Macrwkpfr">Macrwkpfr</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>Remove wakeup packet filter register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.maclcsr" class="method"><h4 class="code-header">pub const fn <a href="#method.maclcsr" class="fn">maclcsr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Maclcsr.html" title="struct stm32_metapac::eth::regs::Maclcsr">Maclcsr</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>LPI control status register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macltcr" class="method"><h4 class="code-header">pub const fn <a href="#method.macltcr" class="fn">macltcr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macltcr.html" title="struct stm32_metapac::eth::regs::Macltcr">Macltcr</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>LPI timers control register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macletr" class="method"><h4 class="code-header">pub const fn <a href="#method.macletr" class="fn">macletr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macletr.html" title="struct stm32_metapac::eth::regs::Macletr">Macletr</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>LPI entry timer register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.mac1ustcr" class="method"><h4 class="code-header">pub const fn <a href="#method.mac1ustcr" class="fn">mac1ustcr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Mac1ustcr.html" title="struct stm32_metapac::eth::regs::Mac1ustcr">Mac1ustcr</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>1-microsecond-tick counter register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macvr" class="method"><h4 class="code-header">pub const fn <a href="#method.macvr" class="fn">macvr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macvr.html" title="struct stm32_metapac::eth::regs::Macvr">Macvr</a>, <a class="struct" href="../common/struct.R.html" title="struct stm32_metapac::common::R">R</a>&gt;</h4></section></summary><div class="docblock"><p>Version register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macdr" class="method"><h4 class="code-header">pub const fn <a href="#method.macdr" class="fn">macdr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macdr.html" title="struct stm32_metapac::eth::regs::Macdr">Macdr</a>, <a class="struct" href="../common/struct.R.html" title="struct stm32_metapac::common::R">R</a>&gt;</h4></section></summary><div class="docblock"><p>Debug register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.machwf1r" class="method"><h4 class="code-header">pub const fn <a href="#method.machwf1r" class="fn">machwf1r</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Machwf1r.html" title="struct stm32_metapac::eth::regs::Machwf1r">Machwf1r</a>, <a class="struct" href="../common/struct.R.html" title="struct stm32_metapac::common::R">R</a>&gt;</h4></section></summary><div class="docblock"><p>HW feature 1 register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.machwf2r" class="method"><h4 class="code-header">pub const fn <a href="#method.machwf2r" class="fn">machwf2r</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Machwf2r.html" title="struct stm32_metapac::eth::regs::Machwf2r">Machwf2r</a>, <a class="struct" href="../common/struct.R.html" title="struct stm32_metapac::common::R">R</a>&gt;</h4></section></summary><div class="docblock"><p>HW feature 2 register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macmdioar" class="method"><h4 class="code-header">pub const fn <a href="#method.macmdioar" class="fn">macmdioar</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macmdioar.html" title="struct stm32_metapac::eth::regs::Macmdioar">Macmdioar</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>MDIO address register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macmdiodr" class="method"><h4 class="code-header">pub const fn <a href="#method.macmdiodr" class="fn">macmdiodr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macmdiodr.html" title="struct stm32_metapac::eth::regs::Macmdiodr">Macmdiodr</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>MDIO data register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.maca0hr" class="method"><h4 class="code-header">pub const fn <a href="#method.maca0hr" class="fn">maca0hr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Maca0hr.html" title="struct stm32_metapac::eth::regs::Maca0hr">Maca0hr</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>Address 0 high register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.maca0lr" class="method"><h4 class="code-header">pub const fn <a href="#method.maca0lr" class="fn">maca0lr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Maca0lr.html" title="struct stm32_metapac::eth::regs::Maca0lr">Maca0lr</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>Address 0 low register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macahr" class="method"><h4 class="code-header">pub const fn <a href="#method.macahr" class="fn">macahr</a>(self, n: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.usize.html">usize</a>) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macahr.html" title="struct stm32_metapac::eth::regs::Macahr">Macahr</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>Address 1/2/3 high register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macalr" class="method"><h4 class="code-header">pub const fn <a href="#method.macalr" class="fn">macalr</a>(self, n: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.usize.html">usize</a>) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macalr.html" title="struct stm32_metapac::eth::regs::Macalr">Macalr</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>Address 1/2/3 low register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.mmc_control" class="method"><h4 class="code-header">pub const fn <a href="#method.mmc_control" class="fn">mmc_control</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.MmcControl.html" title="struct stm32_metapac::eth::regs::MmcControl">MmcControl</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>MMC control register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.mmc_rx_interrupt" class="method"><h4 class="code-header">pub const fn <a href="#method.mmc_rx_interrupt" class="fn">mmc_rx_interrupt</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.MmcRxInterrupt.html" title="struct stm32_metapac::eth::regs::MmcRxInterrupt">MmcRxInterrupt</a>, <a class="struct" href="../common/struct.R.html" title="struct stm32_metapac::common::R">R</a>&gt;</h4></section></summary><div class="docblock"><p>MMC Rx interrupt register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.mmc_tx_interrupt" class="method"><h4 class="code-header">pub const fn <a href="#method.mmc_tx_interrupt" class="fn">mmc_tx_interrupt</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.MmcTxInterrupt.html" title="struct stm32_metapac::eth::regs::MmcTxInterrupt">MmcTxInterrupt</a>, <a class="struct" href="../common/struct.R.html" title="struct stm32_metapac::common::R">R</a>&gt;</h4></section></summary><div class="docblock"><p>MMC Tx interrupt register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.mmc_rx_interrupt_mask" class="method"><h4 class="code-header">pub const fn <a href="#method.mmc_rx_interrupt_mask" class="fn">mmc_rx_interrupt_mask</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.MmcRxInterruptMask.html" title="struct stm32_metapac::eth::regs::MmcRxInterruptMask">MmcRxInterruptMask</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>MMC Rx interrupt mask register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.mmc_tx_interrupt_mask" class="method"><h4 class="code-header">pub const fn <a href="#method.mmc_tx_interrupt_mask" class="fn">mmc_tx_interrupt_mask</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.MmcTxInterruptMask.html" title="struct stm32_metapac::eth::regs::MmcTxInterruptMask">MmcTxInterruptMask</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>MMC Tx interrupt mask register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.tx_single_collision_good_packets" class="method"><h4 class="code-header">pub const fn <a href="#method.tx_single_collision_good_packets" class="fn">tx_single_collision_good_packets</a>(
self,
) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.TxSingleCollisionGoodPackets.html" title="struct stm32_metapac::eth::regs::TxSingleCollisionGoodPackets">TxSingleCollisionGoodPackets</a>, <a class="struct" href="../common/struct.R.html" title="struct stm32_metapac::common::R">R</a>&gt;</h4></section></summary><div class="docblock"><p>Tx single collision good packets register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.tx_multiple_collision_good_packets" class="method"><h4 class="code-header">pub const fn <a href="#method.tx_multiple_collision_good_packets" class="fn">tx_multiple_collision_good_packets</a>(
self,
) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.TxMultipleCollisionGoodPackets.html" title="struct stm32_metapac::eth::regs::TxMultipleCollisionGoodPackets">TxMultipleCollisionGoodPackets</a>, <a class="struct" href="../common/struct.R.html" title="struct stm32_metapac::common::R">R</a>&gt;</h4></section></summary><div class="docblock"><p>Tx multiple collision good packets register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.tx_packet_count_good" class="method"><h4 class="code-header">pub const fn <a href="#method.tx_packet_count_good" class="fn">tx_packet_count_good</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.TxPacketCountGood.html" title="struct stm32_metapac::eth::regs::TxPacketCountGood">TxPacketCountGood</a>, <a class="struct" href="../common/struct.R.html" title="struct stm32_metapac::common::R">R</a>&gt;</h4></section></summary><div class="docblock"><p>Tx packet count good register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.rx_crc_error_packets" class="method"><h4 class="code-header">pub const fn <a href="#method.rx_crc_error_packets" class="fn">rx_crc_error_packets</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.RxCrcErrorPackets.html" title="struct stm32_metapac::eth::regs::RxCrcErrorPackets">RxCrcErrorPackets</a>, <a class="struct" href="../common/struct.R.html" title="struct stm32_metapac::common::R">R</a>&gt;</h4></section></summary><div class="docblock"><p>Rx CRC error packets register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.rx_alignment_error_packets" class="method"><h4 class="code-header">pub const fn <a href="#method.rx_alignment_error_packets" class="fn">rx_alignment_error_packets</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.RxAlignmentErrorPackets.html" title="struct stm32_metapac::eth::regs::RxAlignmentErrorPackets">RxAlignmentErrorPackets</a>, <a class="struct" href="../common/struct.R.html" title="struct stm32_metapac::common::R">R</a>&gt;</h4></section></summary><div class="docblock"><p>Rx alignment error packets register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.rx_unicast_packets_good" class="method"><h4 class="code-header">pub const fn <a href="#method.rx_unicast_packets_good" class="fn">rx_unicast_packets_good</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.RxUnicastPacketsGood.html" title="struct stm32_metapac::eth::regs::RxUnicastPacketsGood">RxUnicastPacketsGood</a>, <a class="struct" href="../common/struct.R.html" title="struct stm32_metapac::common::R">R</a>&gt;</h4></section></summary><div class="docblock"><p>Rx unicast packets good register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.tx_lpi_usec_cntr" class="method"><h4 class="code-header">pub const fn <a href="#method.tx_lpi_usec_cntr" class="fn">tx_lpi_usec_cntr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.TxLpiUsecCntr.html" title="struct stm32_metapac::eth::regs::TxLpiUsecCntr">TxLpiUsecCntr</a>, <a class="struct" href="../common/struct.R.html" title="struct stm32_metapac::common::R">R</a>&gt;</h4></section></summary><div class="docblock"><p>Tx LPI microsecond timer register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.tx_lpi_tran_cntr" class="method"><h4 class="code-header">pub const fn <a href="#method.tx_lpi_tran_cntr" class="fn">tx_lpi_tran_cntr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.TxLpiTranCntr.html" title="struct stm32_metapac::eth::regs::TxLpiTranCntr">TxLpiTranCntr</a>, <a class="struct" href="../common/struct.R.html" title="struct stm32_metapac::common::R">R</a>&gt;</h4></section></summary><div class="docblock"><p>Tx LPI transition counter register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.rx_lpi_usec_cntr" class="method"><h4 class="code-header">pub const fn <a href="#method.rx_lpi_usec_cntr" class="fn">rx_lpi_usec_cntr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.RxLpiUsecCntr.html" title="struct stm32_metapac::eth::regs::RxLpiUsecCntr">RxLpiUsecCntr</a>, <a class="struct" href="../common/struct.R.html" title="struct stm32_metapac::common::R">R</a>&gt;</h4></section></summary><div class="docblock"><p>Rx LPI microsecond counter register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.rx_lpi_tran_cntr" class="method"><h4 class="code-header">pub const fn <a href="#method.rx_lpi_tran_cntr" class="fn">rx_lpi_tran_cntr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.RxLpiTranCntr.html" title="struct stm32_metapac::eth::regs::RxLpiTranCntr">RxLpiTranCntr</a>, <a class="struct" href="../common/struct.R.html" title="struct stm32_metapac::common::R">R</a>&gt;</h4></section></summary><div class="docblock"><p>Rx LPI transition counter register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macl3l4c0r" class="method"><h4 class="code-header">pub const fn <a href="#method.macl3l4c0r" class="fn">macl3l4c0r</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macl3l4c0r.html" title="struct stm32_metapac::eth::regs::Macl3l4c0r">Macl3l4c0r</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>L3 and L4 control 0 register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macl4a0r" class="method"><h4 class="code-header">pub const fn <a href="#method.macl4a0r" class="fn">macl4a0r</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macl4a0r.html" title="struct stm32_metapac::eth::regs::Macl4a0r">Macl4a0r</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>Layer4 address filter 0 register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macl3a00r" class="method"><h4 class="code-header">pub const fn <a href="#method.macl3a00r" class="fn">macl3a00r</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macl3a00r.html" title="struct stm32_metapac::eth::regs::Macl3a00r">Macl3a00r</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>MACL3A00R</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macl3a10r" class="method"><h4 class="code-header">pub const fn <a href="#method.macl3a10r" class="fn">macl3a10r</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macl3a10r.html" title="struct stm32_metapac::eth::regs::Macl3a10r">Macl3a10r</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>Layer3 address 1 filter 0 register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macl3a20" class="method"><h4 class="code-header">pub const fn <a href="#method.macl3a20" class="fn">macl3a20</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macl3a20.html" title="struct stm32_metapac::eth::regs::Macl3a20">Macl3a20</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>Layer3 Address 2 filter 0 register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macl3a30" class="method"><h4 class="code-header">pub const fn <a href="#method.macl3a30" class="fn">macl3a30</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macl3a30.html" title="struct stm32_metapac::eth::regs::Macl3a30">Macl3a30</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>Layer3 Address 3 filter 0 register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macl3l4c1r" class="method"><h4 class="code-header">pub const fn <a href="#method.macl3l4c1r" class="fn">macl3l4c1r</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macl3l4c1r.html" title="struct stm32_metapac::eth::regs::Macl3l4c1r">Macl3l4c1r</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>L3 and L4 control 1 register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macl4a1r" class="method"><h4 class="code-header">pub const fn <a href="#method.macl4a1r" class="fn">macl4a1r</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macl4a1r.html" title="struct stm32_metapac::eth::regs::Macl4a1r">Macl4a1r</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>Layer 4 address filter 1 register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macl3a01r" class="method"><h4 class="code-header">pub const fn <a href="#method.macl3a01r" class="fn">macl3a01r</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macl3a01r.html" title="struct stm32_metapac::eth::regs::Macl3a01r">Macl3a01r</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>Layer3 address 0 filter 1 Register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macl3a11r" class="method"><h4 class="code-header">pub const fn <a href="#method.macl3a11r" class="fn">macl3a11r</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macl3a11r.html" title="struct stm32_metapac::eth::regs::Macl3a11r">Macl3a11r</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>Layer3 address 1 filter 1 register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macl3a21r" class="method"><h4 class="code-header">pub const fn <a href="#method.macl3a21r" class="fn">macl3a21r</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macl3a21r.html" title="struct stm32_metapac::eth::regs::Macl3a21r">Macl3a21r</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>Layer3 address 2 filter 1 Register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macl3a31r" class="method"><h4 class="code-header">pub const fn <a href="#method.macl3a31r" class="fn">macl3a31r</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macl3a31r.html" title="struct stm32_metapac::eth::regs::Macl3a31r">Macl3a31r</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>Layer3 address 3 filter 1 register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macarpar" class="method"><h4 class="code-header">pub const fn <a href="#method.macarpar" class="fn">macarpar</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macarpar.html" title="struct stm32_metapac::eth::regs::Macarpar">Macarpar</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>ARP address register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.mactscr" class="method"><h4 class="code-header">pub const fn <a href="#method.mactscr" class="fn">mactscr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Mactscr.html" title="struct stm32_metapac::eth::regs::Mactscr">Mactscr</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>Timestamp control Register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macssir" class="method"><h4 class="code-header">pub const fn <a href="#method.macssir" class="fn">macssir</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macssir.html" title="struct stm32_metapac::eth::regs::Macssir">Macssir</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>Sub-second increment register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macstsr" class="method"><h4 class="code-header">pub const fn <a href="#method.macstsr" class="fn">macstsr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macstsr.html" title="struct stm32_metapac::eth::regs::Macstsr">Macstsr</a>, <a class="struct" href="../common/struct.R.html" title="struct stm32_metapac::common::R">R</a>&gt;</h4></section></summary><div class="docblock"><p>System time seconds register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macstnr" class="method"><h4 class="code-header">pub const fn <a href="#method.macstnr" class="fn">macstnr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macstnr.html" title="struct stm32_metapac::eth::regs::Macstnr">Macstnr</a>, <a class="struct" href="../common/struct.R.html" title="struct stm32_metapac::common::R">R</a>&gt;</h4></section></summary><div class="docblock"><p>System time nanoseconds register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macstsur" class="method"><h4 class="code-header">pub const fn <a href="#method.macstsur" class="fn">macstsur</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macstsur.html" title="struct stm32_metapac::eth::regs::Macstsur">Macstsur</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>System time seconds update register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macstnur" class="method"><h4 class="code-header">pub const fn <a href="#method.macstnur" class="fn">macstnur</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macstnur.html" title="struct stm32_metapac::eth::regs::Macstnur">Macstnur</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>System time nanoseconds update register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.mactsar" class="method"><h4 class="code-header">pub const fn <a href="#method.mactsar" class="fn">mactsar</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Mactsar.html" title="struct stm32_metapac::eth::regs::Mactsar">Mactsar</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>Timestamp addend register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.mactssr" class="method"><h4 class="code-header">pub const fn <a href="#method.mactssr" class="fn">mactssr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Mactssr.html" title="struct stm32_metapac::eth::regs::Mactssr">Mactssr</a>, <a class="struct" href="../common/struct.R.html" title="struct stm32_metapac::common::R">R</a>&gt;</h4></section></summary><div class="docblock"><p>Timestamp status register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.mactx_tssnr" class="method"><h4 class="code-header">pub const fn <a href="#method.mactx_tssnr" class="fn">mactx_tssnr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.MactxTssnr.html" title="struct stm32_metapac::eth::regs::MactxTssnr">MactxTssnr</a>, <a class="struct" href="../common/struct.R.html" title="struct stm32_metapac::common::R">R</a>&gt;</h4></section></summary><div class="docblock"><p>Tx timestamp status nanoseconds register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.mactx_tsssr" class="method"><h4 class="code-header">pub const fn <a href="#method.mactx_tsssr" class="fn">mactx_tsssr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.MactxTsssr.html" title="struct stm32_metapac::eth::regs::MactxTsssr">MactxTsssr</a>, <a class="struct" href="../common/struct.R.html" title="struct stm32_metapac::common::R">R</a>&gt;</h4></section></summary><div class="docblock"><p>Tx timestamp status seconds register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macacr" class="method"><h4 class="code-header">pub const fn <a href="#method.macacr" class="fn">macacr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macacr.html" title="struct stm32_metapac::eth::regs::Macacr">Macacr</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>Auxiliary control register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macatsnr" class="method"><h4 class="code-header">pub const fn <a href="#method.macatsnr" class="fn">macatsnr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macatsnr.html" title="struct stm32_metapac::eth::regs::Macatsnr">Macatsnr</a>, <a class="struct" href="../common/struct.R.html" title="struct stm32_metapac::common::R">R</a>&gt;</h4></section></summary><div class="docblock"><p>Auxiliary timestamp nanoseconds register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macatssr" class="method"><h4 class="code-header">pub const fn <a href="#method.macatssr" class="fn">macatssr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macatssr.html" title="struct stm32_metapac::eth::regs::Macatssr">Macatssr</a>, <a class="struct" href="../common/struct.R.html" title="struct stm32_metapac::common::R">R</a>&gt;</h4></section></summary><div class="docblock"><p>Auxiliary timestamp seconds register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.mactsiacr" class="method"><h4 class="code-header">pub const fn <a href="#method.mactsiacr" class="fn">mactsiacr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Mactsiacr.html" title="struct stm32_metapac::eth::regs::Mactsiacr">Mactsiacr</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>Timestamp Ingress asymmetric correction register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.mactseacr" class="method"><h4 class="code-header">pub const fn <a href="#method.mactseacr" class="fn">mactseacr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Mactseacr.html" title="struct stm32_metapac::eth::regs::Mactseacr">Mactseacr</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>Timestamp Egress asymmetric correction register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.mactsicnr" class="method"><h4 class="code-header">pub const fn <a href="#method.mactsicnr" class="fn">mactsicnr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Mactsicnr.html" title="struct stm32_metapac::eth::regs::Mactsicnr">Mactsicnr</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>Timestamp Ingress correction nanosecond register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.mactsecnr" class="method"><h4 class="code-header">pub const fn <a href="#method.mactsecnr" class="fn">mactsecnr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Mactsecnr.html" title="struct stm32_metapac::eth::regs::Mactsecnr">Mactsecnr</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>Timestamp Egress correction nanosecond register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macppscr" class="method"><h4 class="code-header">pub const fn <a href="#method.macppscr" class="fn">macppscr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macppscr.html" title="struct stm32_metapac::eth::regs::Macppscr">Macppscr</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>PPS control register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macppsttsr" class="method"><h4 class="code-header">pub const fn <a href="#method.macppsttsr" class="fn">macppsttsr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macppsttsr.html" title="struct stm32_metapac::eth::regs::Macppsttsr">Macppsttsr</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>PPS target time seconds register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macppsttnr" class="method"><h4 class="code-header">pub const fn <a href="#method.macppsttnr" class="fn">macppsttnr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macppsttnr.html" title="struct stm32_metapac::eth::regs::Macppsttnr">Macppsttnr</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>PPS target time nanoseconds register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macppsir" class="method"><h4 class="code-header">pub const fn <a href="#method.macppsir" class="fn">macppsir</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macppsir.html" title="struct stm32_metapac::eth::regs::Macppsir">Macppsir</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>PPS interval register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macppswr" class="method"><h4 class="code-header">pub const fn <a href="#method.macppswr" class="fn">macppswr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macppswr.html" title="struct stm32_metapac::eth::regs::Macppswr">Macppswr</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>PPS width register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macpocr" class="method"><h4 class="code-header">pub const fn <a href="#method.macpocr" class="fn">macpocr</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macpocr.html" title="struct stm32_metapac::eth::regs::Macpocr">Macpocr</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>PTP Offload control register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macspi0r" class="method"><h4 class="code-header">pub const fn <a href="#method.macspi0r" class="fn">macspi0r</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macspi0r.html" title="struct stm32_metapac::eth::regs::Macspi0r">Macspi0r</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>PTP Source Port Identity 0 Register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macspi1r" class="method"><h4 class="code-header">pub const fn <a href="#method.macspi1r" class="fn">macspi1r</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macspi1r.html" title="struct stm32_metapac::eth::regs::Macspi1r">Macspi1r</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>PTP Source port identity 1 register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.macspi2r" class="method"><h4 class="code-header">pub const fn <a href="#method.macspi2r" class="fn">macspi2r</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Macspi2r.html" title="struct stm32_metapac::eth::regs::Macspi2r">Macspi2r</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>PTP Source port identity 2 register</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.maclmir" class="method"><h4 class="code-header">pub const fn <a href="#method.maclmir" class="fn">maclmir</a>(self) -&gt; <a class="struct" href="../common/struct.Reg.html" title="struct stm32_metapac::common::Reg">Reg</a>&lt;<a class="struct" href="regs/struct.Maclmir.html" title="struct stm32_metapac::eth::regs::Maclmir">Maclmir</a>, <a class="struct" href="../common/struct.RW.html" title="struct stm32_metapac::common::RW">RW</a>&gt;</h4></section></summary><div class="docblock"><p>Log message interval register</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-Clone-for-EthernetMac" class="impl"><a href="#impl-Clone-for-EthernetMac" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> for <a class="struct" href="struct.EthernetMac.html" title="struct stm32_metapac::eth::EthernetMac">EthernetMac</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.clone" class="method trait-impl"><a href="#method.clone" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/clone/trait.Clone.html#tymethod.clone" class="fn">clone</a>(&amp;self) -&gt; <a class="struct" href="struct.EthernetMac.html" title="struct stm32_metapac::eth::EthernetMac">EthernetMac</a></h4></section></summary><div class='docblock'>Returns a copy of the value. <a href="https://doc.rust-lang.org/1.82.0/core/clone/trait.Clone.html#tymethod.clone">Read more</a></div></details><details class="toggle method-toggle" open><summary><section id="method.clone_from" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.82.0/src/core/clone.rs.html#174">source</a></span><a href="#method.clone_from" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/clone/trait.Clone.html#method.clone_from" class="fn">clone_from</a>(&amp;mut self, source: &amp;Self)</h4></section></summary><div class='docblock'>Performs copy-assignment from <code>source</code>. <a href="https://doc.rust-lang.org/1.82.0/core/clone/trait.Clone.html#method.clone_from">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-PartialEq-for-EthernetMac" class="impl"><a href="#impl-PartialEq-for-EthernetMac" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialEq.html" title="trait core::cmp::PartialEq">PartialEq</a> for <a class="struct" href="struct.EthernetMac.html" title="struct stm32_metapac::eth::EthernetMac">EthernetMac</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.eq" class="method trait-impl"><a href="#method.eq" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialEq.html#tymethod.eq" class="fn">eq</a>(&amp;self, other: &amp;<a class="struct" href="struct.EthernetMac.html" title="struct stm32_metapac::eth::EthernetMac">EthernetMac</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>self</code> and <code>other</code> values to be equal, and is used by <code>==</code>.</div></details><details class="toggle method-toggle" open><summary><section id="method.ne" class="method trait-impl"><span class="rightside"><span class="since" title="Stable since Rust version 1.0.0">1.0.0</span> · <a class="src" href="https://doc.rust-lang.org/1.82.0/src/core/cmp.rs.html#261">source</a></span><a href="#method.ne" class="anchor">§</a><h4 class="code-header">fn <a href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.PartialEq.html#method.ne" class="fn">ne</a>(&amp;self, other: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.reference.html">&amp;Rhs</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.bool.html">bool</a></h4></section></summary><div class='docblock'>Tests for <code>!=</code>. The default implementation is almost always sufficient,
and should not be overridden without very good reason.</div></details></div></details><section id="impl-Copy-for-EthernetMac" class="impl"><a href="#impl-Copy-for-EthernetMac" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/marker/trait.Copy.html" title="trait core::marker::Copy">Copy</a> for <a class="struct" href="struct.EthernetMac.html" title="struct stm32_metapac::eth::EthernetMac">EthernetMac</a></h3></section><section id="impl-Eq-for-EthernetMac" class="impl"><a href="#impl-Eq-for-EthernetMac" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/cmp/trait.Eq.html" title="trait core::cmp::Eq">Eq</a> for <a class="struct" href="struct.EthernetMac.html" title="struct stm32_metapac::eth::EthernetMac">EthernetMac</a></h3></section><section id="impl-Send-for-EthernetMac" class="impl"><a href="#impl-Send-for-EthernetMac" class="anchor">§</a><h3 class="code-header">impl <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.EthernetMac.html" title="struct stm32_metapac::eth::EthernetMac">EthernetMac</a></h3></section><section id="impl-StructuralPartialEq-for-EthernetMac" class="impl"><a href="#impl-StructuralPartialEq-for-EthernetMac" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/marker/trait.StructuralPartialEq.html" title="trait core::marker::StructuralPartialEq">StructuralPartialEq</a> for <a class="struct" href="struct.EthernetMac.html" title="struct stm32_metapac::eth::EthernetMac">EthernetMac</a></h3></section><section id="impl-Sync-for-EthernetMac" class="impl"><a href="#impl-Sync-for-EthernetMac" class="anchor">§</a><h3 class="code-header">impl <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.EthernetMac.html" title="struct stm32_metapac::eth::EthernetMac">EthernetMac</a></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-EthernetMac" class="impl"><a href="#impl-Freeze-for-EthernetMac" class="anchor">§</a><h3 class="code-header">impl <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.EthernetMac.html" title="struct stm32_metapac::eth::EthernetMac">EthernetMac</a></h3></section><section id="impl-RefUnwindSafe-for-EthernetMac" class="impl"><a href="#impl-RefUnwindSafe-for-EthernetMac" class="anchor">§</a><h3 class="code-header">impl <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.EthernetMac.html" title="struct stm32_metapac::eth::EthernetMac">EthernetMac</a></h3></section><section id="impl-Unpin-for-EthernetMac" class="impl"><a href="#impl-Unpin-for-EthernetMac" class="anchor">§</a><h3 class="code-header">impl <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.EthernetMac.html" title="struct stm32_metapac::eth::EthernetMac">EthernetMac</a></h3></section><section id="impl-UnwindSafe-for-EthernetMac" class="impl"><a href="#impl-UnwindSafe-for-EthernetMac" class="anchor">§</a><h3 class="code-header">impl <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.EthernetMac.html" title="struct stm32_metapac::eth::EthernetMac">EthernetMac</a></h3></section></div><h2 id="blanket-implementations" class="s
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-CloneToUninit-for-T" class="impl"><a class="src rightside" href="https://doc.rust-lang.org/1.82.0/src/core/clone.rs.html#273">source</a><a href="#impl-CloneToUninit-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/clone/trait.CloneToUninit.html" title="trait core::clone::CloneToUninit">CloneToUninit</a> for T<div class="where">where
T: <a class="trait" href="https://doc.rust-lang.org/1.82.0/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a>,</div></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.clone_to_uninit" class="method trait-impl"><a class="src rightside" href="https://doc.rust-lang.org/1.82.0/src/core/clone.rs.html#275">source</a><a href="#method.clone_to_uninit" class="anchor">§</a><h4 class="code-header">unsafe fn <a href="https://doc.rust-lang.org/1.82.0/core/clone/trait.CloneToUninit.html#tymethod.clone_to_uninit" class="fn">clone_to_uninit</a>(&amp;self, dst: <a class="primitive" href="https://doc.rust-lang.org/1.82.0/core/primitive.pointer.html">*mut T</a>)</h4></section></summary><span class="item-info"><div class="stab unstable"><span class="emoji">🔬</span><span>This is a nightly-only experimental API. (<code>clone_to_uninit</code>)</span></div></span><div class='docblock'>Performs copy-assignment from <code>self</code> to <code>dst</code>. <a href="https://doc.rust-lang.org/1.82.0/core/clone/trait.CloneToUninit.html#tymethod.clone_to_uninit">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>