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