#[doc = "Register `TBFT1518` reader"] pub struct R(crate::R); impl core::ops::Deref for R { type Target = crate::R; #[inline(always)] fn deref(&self) -> &Self::Target { &self.0 } } impl From> for R { #[inline(always)] fn from(reader: crate::R) -> Self { R(reader) } } #[doc = "Field `NFTX` reader - 1024 to 1518 Byte Frames Transmitted without Error"] pub type NFTX_R = crate::FieldReader; impl R { #[doc = "Bits 0:31 - 1024 to 1518 Byte Frames Transmitted without Error"] #[inline(always)] pub fn nftx(&self) -> NFTX_R { NFTX_R::new(self.bits) } } #[doc = "1024 to 1518 Byte Frames Transmitted Register\n\nThis register you can [`read`](crate::generic::Reg::read). See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [tbft1518](index.html) module"] pub struct TBFT1518_SPEC; impl crate::RegisterSpec for TBFT1518_SPEC { type Ux = u32; } #[doc = "`read()` method returns [tbft1518::R](R) reader structure"] impl crate::Readable for TBFT1518_SPEC { type Reader = R; } #[doc = "`reset()` method sets TBFT1518 to value 0"] impl crate::Resettable for TBFT1518_SPEC { const RESET_VALUE: Self::Ux = 0; }