pub type W = crate::W<CLRFRrs>;
pub type PROCENDFC_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type RAMERRFC_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type ADDRERRFC_W<'a, REG> = crate::BitWriter<'a, REG>;
pub type OPERRFC_W<'a, REG> = crate::BitWriter<'a, REG>;
impl core::fmt::Debug for crate::generic::Reg<CLRFRrs> {
fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
write!(f, "(not readable)")
}
}
impl W {
#[inline(always)]
pub fn procendfc(&mut self) -> PROCENDFC_W<CLRFRrs> {
PROCENDFC_W::new(self, 17)
}
#[inline(always)]
pub fn ramerrfc(&mut self) -> RAMERRFC_W<CLRFRrs> {
RAMERRFC_W::new(self, 19)
}
#[inline(always)]
pub fn addrerrfc(&mut self) -> ADDRERRFC_W<CLRFRrs> {
ADDRERRFC_W::new(self, 20)
}
#[inline(always)]
pub fn operrfc(&mut self) -> OPERRFC_W<CLRFRrs> {
OPERRFC_W::new(self, 21)
}
}
pub struct CLRFRrs;
impl crate::RegisterSpec for CLRFRrs {
type Ux = u32;
}
impl crate::Writable for CLRFRrs {
type Safety = crate::Unsafe;
}
impl crate::Resettable for CLRFRrs {}