pub type R = crate::R<LTR3rs>;
pub type W = crate::W<LTR3rs>;
pub type LTR3_R = crate::FieldReader<u32>;
pub type LTR3_W<'a, REG> = crate::FieldWriter<'a, REG, 26, u32, crate::Safe>;
impl R {
#[inline(always)]
pub fn ltr3(&self) -> LTR3_R {
LTR3_R::new(self.bits & 0x03ff_ffff)
}
}
impl core::fmt::Debug for R {
fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
f.debug_struct("LTR3").field("ltr3", &self.ltr3()).finish()
}
}
impl W {
#[inline(always)]
pub fn ltr3(&mut self) -> LTR3_W<LTR3rs> {
LTR3_W::new(self, 0)
}
}
pub struct LTR3rs;
impl crate::RegisterSpec for LTR3rs {
type Ux = u32;
}
impl crate::Readable for LTR3rs {}
impl crate::Writable for LTR3rs {
type Safety = crate::Unsafe;
}
impl crate::Resettable for LTR3rs {}