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