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