pub type R = crate::R<SUSP6Rrs>;
pub type W = crate::W<SUSP6Rrs>;
pub type SUSP_R = crate::FieldReader<u32>;
pub type SUSP_W<'a, REG> = crate::FieldWriter<'a, REG, 32, u32, crate::Safe>;
impl R {
#[inline(always)]
pub fn susp(&self) -> SUSP_R {
SUSP_R::new(self.bits)
}
}
impl core::fmt::Debug for R {
fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
f.debug_struct("SUSP6R")
.field("susp", &self.susp())
.finish()
}
}
impl W {
#[inline(always)]
pub fn susp(&mut self) -> SUSP_W<SUSP6Rrs> {
SUSP_W::new(self, 0)
}
}
pub struct SUSP6Rrs;
impl crate::RegisterSpec for SUSP6Rrs {
type Ux = u32;
}
impl crate::Readable for SUSP6Rrs {}
impl crate::Writable for SUSP6Rrs {
type Safety = crate::Safe;
}
impl crate::Resettable for SUSP6Rrs {}