pub type W = crate::W<IFCRrs>;
pub type PERRCF_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type OVRCF_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type SBDCF_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type SYNCDCF_W<'a, REG> = crate::BitWriter<'a, REG>;
impl core::fmt::Debug for crate::generic::Reg<IFCRrs> {
fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
write!(f, "(not readable)")
}
}
impl W {
#[inline(always)]
pub fn perrcf(&mut self) -> PERRCF_W<IFCRrs> {
PERRCF_W::new(self, 2)
}
#[inline(always)]
pub fn ovrcf(&mut self) -> OVRCF_W<IFCRrs> {
OVRCF_W::new(self, 3)
}
#[inline(always)]
pub fn sbdcf(&mut self) -> SBDCF_W<IFCRrs> {
SBDCF_W::new(self, 4)
}
#[inline(always)]
pub fn syncdcf(&mut self) -> SYNCDCF_W<IFCRrs> {
SYNCDCF_W::new(self, 5)
}
}
pub struct IFCRrs;
impl crate::RegisterSpec for IFCRrs {
type Ux = u32;
}
impl crate::Writable for IFCRrs {
type Safety = crate::Unsafe;
}
impl crate::Resettable for IFCRrs {}