pub type W = crate::W<ALRLrs>;
pub type ALRL_W<'a, REG> = crate::FieldWriter<'a, REG, 16, u16, crate::Safe>;
impl core::fmt::Debug for crate::generic::Reg<ALRLrs> {
fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
write!(f, "(not readable)")
}
}
impl W {
#[inline(always)]
pub fn alrl(&mut self) -> ALRL_W<ALRLrs> {
ALRL_W::new(self, 0)
}
}
pub struct ALRLrs;
impl crate::RegisterSpec for ALRLrs {
type Ux = u32;
}
impl crate::Writable for ALRLrs {
type Safety = crate::Unsafe;
}
impl crate::Resettable for ALRLrs {
const RESET_VALUE: u32 = 0xffff;
}