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