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