pub type W = crate::W<FIR1rs>;
pub type FTOHSTX_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type FTOLPRX_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type FECCSE_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type FECCME_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type FCRCE_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type FPSE_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type FEOTPE_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type FLPWRE_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type FGCWRE_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type FGPWRE_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type FGPTXE_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type FGPRDE_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type FGPRXE_W<'a, REG> = crate::BitWriter<'a, REG>;
impl core::fmt::Debug for crate::generic::Reg<FIR1rs> {
fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
write!(f, "(not readable)")
}
}
impl W {
#[inline(always)]
pub fn ftohstx(&mut self) -> FTOHSTX_W<FIR1rs> {
FTOHSTX_W::new(self, 0)
}
#[inline(always)]
pub fn ftolprx(&mut self) -> FTOLPRX_W<FIR1rs> {
FTOLPRX_W::new(self, 1)
}
#[inline(always)]
pub fn feccse(&mut self) -> FECCSE_W<FIR1rs> {
FECCSE_W::new(self, 2)
}
#[inline(always)]
pub fn feccme(&mut self) -> FECCME_W<FIR1rs> {
FECCME_W::new(self, 3)
}
#[inline(always)]
pub fn fcrce(&mut self) -> FCRCE_W<FIR1rs> {
FCRCE_W::new(self, 4)
}
#[inline(always)]
pub fn fpse(&mut self) -> FPSE_W<FIR1rs> {
FPSE_W::new(self, 5)
}
#[inline(always)]
pub fn feotpe(&mut self) -> FEOTPE_W<FIR1rs> {
FEOTPE_W::new(self, 6)
}
#[inline(always)]
pub fn flpwre(&mut self) -> FLPWRE_W<FIR1rs> {
FLPWRE_W::new(self, 7)
}
#[inline(always)]
pub fn fgcwre(&mut self) -> FGCWRE_W<FIR1rs> {
FGCWRE_W::new(self, 8)
}
#[inline(always)]
pub fn fgpwre(&mut self) -> FGPWRE_W<FIR1rs> {
FGPWRE_W::new(self, 9)
}
#[inline(always)]
pub fn fgptxe(&mut self) -> FGPTXE_W<FIR1rs> {
FGPTXE_W::new(self, 10)
}
#[inline(always)]
pub fn fgprde(&mut self) -> FGPRDE_W<FIR1rs> {
FGPRDE_W::new(self, 11)
}
#[inline(always)]
pub fn fgprxe(&mut self) -> FGPRXE_W<FIR1rs> {
FGPRXE_W::new(self, 12)
}
}
pub struct FIR1rs;
impl crate::RegisterSpec for FIR1rs {
type Ux = u32;
}
impl crate::Writable for FIR1rs {
type Safety = crate::Unsafe;
}
impl crate::Resettable for FIR1rs {}