pub type W = crate::W<ICFRrs>;
pub type CC1IF_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type CC2IF_W<'a, REG> = crate::BitWriter<'a, REG>;
impl core::fmt::Debug for crate::generic::Reg<ICFRrs> {
fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
write!(f, "(not readable)")
}
}
impl W {
#[inline(always)]
pub fn cc1if(&mut self) -> CC1IF_W<ICFRrs> {
CC1IF_W::new(self, 16)
}
#[inline(always)]
pub fn cc2if(&mut self) -> CC2IF_W<ICFRrs> {
CC2IF_W::new(self, 17)
}
}
pub struct ICFRrs;
impl crate::RegisterSpec for ICFRrs {
type Ux = u32;
}
impl crate::Writable for ICFRrs {
type Safety = crate::Unsafe;
}
impl crate::Resettable for ICFRrs {}