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