WCH_CH57x_PAC/src/eth/r16_eth_erxst.rs
Yilin Sun 4efd89758a
Initial commit.
Signed-off-by: Yilin Sun <imi415@imi.moe>
2023-01-27 20:39:58 +08:00

64 lines
2.1 KiB
Rust

#[doc = "Register `R16_ETH_ERXST` reader"]
pub struct R(crate::R<R16_ETH_ERXST_SPEC>);
impl core::ops::Deref for R {
type Target = crate::R<R16_ETH_ERXST_SPEC>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
impl From<crate::R<R16_ETH_ERXST_SPEC>> for R {
#[inline(always)]
fn from(reader: crate::R<R16_ETH_ERXST_SPEC>) -> Self {
R(reader)
}
}
#[doc = "Register `R16_ETH_ERXST` writer"]
pub struct W(crate::W<R16_ETH_ERXST_SPEC>);
impl core::ops::Deref for W {
type Target = crate::W<R16_ETH_ERXST_SPEC>;
#[inline(always)]
fn deref(&self) -> &Self::Target {
&self.0
}
}
impl core::ops::DerefMut for W {
#[inline(always)]
fn deref_mut(&mut self) -> &mut Self::Target {
&mut self.0
}
}
impl From<crate::W<R16_ETH_ERXST_SPEC>> for W {
#[inline(always)]
fn from(writer: crate::W<R16_ETH_ERXST_SPEC>) -> Self {
W(writer)
}
}
impl W {
#[doc = "Writes raw bits to the register."]
#[inline(always)]
pub unsafe fn bits(&mut self, bits: u16) -> &mut Self {
self.0.bits(bits);
self
}
}
#[doc = "soso\n\nThis register you can [`read`](crate::generic::Reg::read), [`write_with_zero`](crate::generic::Reg::write_with_zero), [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`modify`](crate::generic::Reg::modify). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [r16_eth_erxst](index.html) module"]
pub struct R16_ETH_ERXST_SPEC;
impl crate::RegisterSpec for R16_ETH_ERXST_SPEC {
type Ux = u16;
}
#[doc = "`read()` method returns [r16_eth_erxst::R](R) reader structure"]
impl crate::Readable for R16_ETH_ERXST_SPEC {
type Reader = R;
}
#[doc = "`write(|w| ..)` method takes [r16_eth_erxst::W](W) writer structure"]
impl crate::Writable for R16_ETH_ERXST_SPEC {
type Writer = W;
const ZERO_TO_MODIFY_FIELDS_BITMAP: Self::Ux = 0;
const ONE_TO_MODIFY_FIELDS_BITMAP: Self::Ux = 0;
}
#[doc = "`reset()` method sets R16_ETH_ERXST to value 0"]
impl crate::Resettable for R16_ETH_ERXST_SPEC {
const RESET_VALUE: Self::Ux = 0;
}