pub type W = crate::W<WIFCRrs>;
pub type CTEIF_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type CERIF_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type CPLLLIF_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type CPLLUIF_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type CRRIF_W<'a, REG> = crate::BitWriter<'a, REG>;
impl core::fmt::Debug for crate::generic::Reg<WIFCRrs> {
fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
write!(f, "(not readable)")
}
}
impl W {
#[inline(always)]
pub fn cteif(&mut self) -> CTEIF_W<WIFCRrs> {
CTEIF_W::new(self, 0)
}
#[inline(always)]
pub fn cerif(&mut self) -> CERIF_W<WIFCRrs> {
CERIF_W::new(self, 1)
}
#[inline(always)]
pub fn cplllif(&mut self) -> CPLLLIF_W<WIFCRrs> {
CPLLLIF_W::new(self, 9)
}
#[inline(always)]
pub fn cplluif(&mut self) -> CPLLUIF_W<WIFCRrs> {
CPLLUIF_W::new(self, 10)
}
#[inline(always)]
pub fn crrif(&mut self) -> CRRIF_W<WIFCRrs> {
CRRIF_W::new(self, 13)
}
}
pub struct WIFCRrs;
impl crate::RegisterSpec for WIFCRrs {
type Ux = u32;
}
impl crate::Writable for WIFCRrs {
type Safety = crate::Unsafe;
}
impl crate::Resettable for WIFCRrs {}