pub type R = crate::R<MMONRrs>;
pub type MISSMON_R = crate::FieldReader<u16>;
impl R {
#[inline(always)]
pub fn missmon(&self) -> MISSMON_R {
MISSMON_R::new((self.bits & 0xffff) as u16)
}
}
impl core::fmt::Debug for R {
fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
f.debug_struct("MMONR").field("missmon", &self.missmon()).finish()
}
}
pub struct MMONRrs;
impl crate::RegisterSpec for MMONRrs {
type Ux = u32;
}
impl crate::Readable for MMONRrs {}
impl crate::Resettable for MMONRrs {}