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