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