pub type R = crate::R<UDRDRrs>;
pub type W = crate::W<UDRDRrs>;
pub type UDRDR_R = crate::FieldReader<u32>;
pub type UDRDR_W<'a, REG> = crate::FieldWriter<'a, REG, 32, u32, crate::Safe>;
impl R {
#[inline(always)]
pub fn udrdr(&self) -> UDRDR_R {
UDRDR_R::new(self.bits)
}
}
impl core::fmt::Debug for R {
fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
f.debug_struct("UDRDR").field("udrdr", &self.udrdr()).finish()
}
}
impl W {
#[inline(always)]
pub fn udrdr(&mut self) -> UDRDR_W<UDRDRrs> {
UDRDR_W::new(self, 0)
}
}
pub struct UDRDRrs;
impl crate::RegisterSpec for UDRDRrs {
type Ux = u32;
}
impl crate::Readable for UDRDRrs {}
impl crate::Writable for UDRDRrs {
type Safety = crate::Safe;
}
impl crate::Resettable for UDRDRrs {}