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