pub type R = crate::R<DMACCATX_BRrs>;
pub type CURTBUFAPTR_R = crate::FieldReader<u32>;
impl R {
#[inline(always)]
pub fn curtbufaptr(&self) -> CURTBUFAPTR_R {
CURTBUFAPTR_R::new(self.bits)
}
}
impl core::fmt::Debug for R {
fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
f.debug_struct("DMACCATxBR").field("curtbufaptr", &self.curtbufaptr()).finish()
}
}
pub struct DMACCATX_BRrs;
impl crate::RegisterSpec for DMACCATX_BRrs {
type Ux = u32;
}
impl crate::Readable for DMACCATX_BRrs {}
impl crate::Resettable for DMACCATX_BRrs {}