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