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