pub type R = crate::R<MACA3LRrs>;
pub type W = crate::W<MACA3LRrs>;
pub type MACA3L_R = crate::FieldReader<u32>;
pub type MACA3L_W<'a, REG> = crate::FieldWriter<'a, REG, 32, u32>;
impl R {
#[inline(always)]
pub fn maca3l(&self) -> MACA3L_R {
MACA3L_R::new(self.bits)
}
}
impl core::fmt::Debug for R {
fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
f.debug_struct("MACA3LR")
.field("maca3l", &self.maca3l())
.finish()
}
}
impl W {
#[inline(always)]
pub fn maca3l(&mut self) -> MACA3L_W<MACA3LRrs> {
MACA3L_W::new(self, 0)
}
}
pub struct MACA3LRrs;
impl crate::RegisterSpec for MACA3LRrs {
type Ux = u32;
}
impl crate::Readable for MACA3LRrs {}
impl crate::Writable for MACA3LRrs {
type Safety = crate::Unsafe;
}
impl crate::Resettable for MACA3LRrs {
const RESET_VALUE: u32 = 0xffff_ffff;
}