pub type W = crate::W<FCRrs>;
pub type TCF_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type HTF_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type DTEF_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type ULEF_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type USEF_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type SUSPF_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type TOF_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 tcf(&mut self) -> TCF_W<FCRrs> {
TCF_W::new(self, 8)
}
#[inline(always)]
pub fn htf(&mut self) -> HTF_W<FCRrs> {
HTF_W::new(self, 9)
}
#[inline(always)]
pub fn dtef(&mut self) -> DTEF_W<FCRrs> {
DTEF_W::new(self, 10)
}
#[inline(always)]
pub fn ulef(&mut self) -> ULEF_W<FCRrs> {
ULEF_W::new(self, 11)
}
#[inline(always)]
pub fn usef(&mut self) -> USEF_W<FCRrs> {
USEF_W::new(self, 12)
}
#[inline(always)]
pub fn suspf(&mut self) -> SUSPF_W<FCRrs> {
SUSPF_W::new(self, 13)
}
#[inline(always)]
pub fn tof(&mut self) -> TOF_W<FCRrs> {
TOF_W::new(self, 14)
}
}
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 {}