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