pub type R = crate::R<TXFSTSrs>;
pub type INEPTFSAV_R = crate::FieldReader<u16>;
impl R {
#[inline(always)]
pub fn ineptfsav(&self) -> INEPTFSAV_R {
INEPTFSAV_R::new((self.bits & 0xffff) as u16)
}
}
impl core::fmt::Debug for R {
fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
f.debug_struct("TXFSTS")
.field("ineptfsav", &self.ineptfsav())
.finish()
}
}
pub struct TXFSTSrs;
impl crate::RegisterSpec for TXFSTSrs {
type Ux = u32;
}
impl crate::Readable for TXFSTSrs {}
impl crate::Resettable for TXFSTSrs {}