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