pub type W = crate::W<FCRrs>;
pub type CBSYENDF_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type CERRF_W<'a, REG> = crate::BitWriter<'a, REG>;
impl core::fmt::Debug for crate::generic::Reg<FCRrs> {
fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
write!(f, "(not readable)")
}
}
impl W {
#[inline(always)]
pub fn cbsyendf(&mut self) -> CBSYENDF_W<FCRrs> {
CBSYENDF_W::new(self, 1)
}
#[inline(always)]
pub fn cerrf(&mut self) -> CERRF_W<FCRrs> {
CERRF_W::new(self, 2)
}
}
pub struct FCRrs;
impl crate::RegisterSpec for FCRrs {
type Ux = u32;
}
impl crate::Writable for FCRrs {
type Safety = crate::Unsafe;
}
impl crate::Resettable for FCRrs {}