pub type R = crate::R<HTR3rs>;
pub type W = crate::W<HTR3rs>;
pub type HTR3_R = crate::FieldReader<u32>;
pub type HTR3_W<'a, REG> = crate::FieldWriter<'a, REG, 26, u32, crate::Safe>;
impl R {
#[inline(always)]
pub fn htr3(&self) -> HTR3_R {
HTR3_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("HTR3").field("htr3", &self.htr3()).finish()
}
}
impl W {
#[inline(always)]
pub fn htr3(&mut self) -> HTR3_W<HTR3rs> {
HTR3_W::new(self, 0)
}
}
pub struct HTR3rs;
impl crate::RegisterSpec for HTR3rs {
type Ux = u32;
}
impl crate::Readable for HTR3rs {}
impl crate::Writable for HTR3rs {
type Safety = crate::Unsafe;
}
impl crate::Resettable for HTR3rs {}