pub type R = crate::R<MACATSNRrs>;
pub type AUXTSLO_R = crate::FieldReader<u32>;
impl R {
#[inline(always)]
pub fn auxtslo(&self) -> AUXTSLO_R {
AUXTSLO_R::new(self.bits & 0x7fff_ffff)
}
}
impl core::fmt::Debug for R {
fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
f.debug_struct("MACATSNR").field("auxtslo", &self.auxtslo()).finish()
}
}
pub struct MACATSNRrs;
impl crate::RegisterSpec for MACATSNRrs {
type Ux = u32;
}
impl crate::Readable for MACATSNRrs {}
impl crate::Resettable for MACATSNRrs {}