pub type W = crate::W<FCRrs>;
pub type CTEF_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type CTCF_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type CSMF_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type CTOF_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 ctef(&mut self) -> CTEF_W<FCRrs> {
CTEF_W::new(self, 0)
}
#[inline(always)]
pub fn ctcf(&mut self) -> CTCF_W<FCRrs> {
CTCF_W::new(self, 1)
}
#[inline(always)]
pub fn csmf(&mut self) -> CSMF_W<FCRrs> {
CSMF_W::new(self, 3)
}
#[inline(always)]
pub fn ctof(&mut self) -> CTOF_W<FCRrs> {
CTOF_W::new(self, 4)
}
}
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 {}