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