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