pub type W = crate::W<CICRrs>;
pub type LSIRDYC_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type LSERDYC_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type HSIRDYC_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type HSERDYC_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type PLLRDYC_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type CSSC_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type LSECSSC_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type HSI48RDYC_W<'a, REG> = crate::BitWriter<'a, REG>;
impl core::fmt::Debug for crate::generic::Reg<CICRrs> {
    fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
        write!(f, "(not readable)")
    }
}
impl W {
        #[inline(always)]
    pub fn lsirdyc(&mut self) -> LSIRDYC_W<CICRrs> {
        LSIRDYC_W::new(self, 0)
    }
        #[inline(always)]
    pub fn lserdyc(&mut self) -> LSERDYC_W<CICRrs> {
        LSERDYC_W::new(self, 1)
    }
        #[inline(always)]
    pub fn hsirdyc(&mut self) -> HSIRDYC_W<CICRrs> {
        HSIRDYC_W::new(self, 3)
    }
        #[inline(always)]
    pub fn hserdyc(&mut self) -> HSERDYC_W<CICRrs> {
        HSERDYC_W::new(self, 4)
    }
        #[inline(always)]
    pub fn pllrdyc(&mut self) -> PLLRDYC_W<CICRrs> {
        PLLRDYC_W::new(self, 5)
    }
        #[inline(always)]
    pub fn cssc(&mut self) -> CSSC_W<CICRrs> {
        CSSC_W::new(self, 8)
    }
        #[inline(always)]
    pub fn lsecssc(&mut self) -> LSECSSC_W<CICRrs> {
        LSECSSC_W::new(self, 9)
    }
        #[inline(always)]
    pub fn hsi48rdyc(&mut self) -> HSI48RDYC_W<CICRrs> {
        HSI48RDYC_W::new(self, 10)
    }
}
pub struct CICRrs;
impl crate::RegisterSpec for CICRrs {
    type Ux = u32;
}
impl crate::Writable for CICRrs {
    type Safety = crate::Unsafe;
}
impl crate::Resettable for CICRrs {}