pub type R = crate::R<IVR3rs>;
pub type W = crate::W<IVR3rs>;
pub type IVI_R = crate::FieldReader<u32>;
pub type IVI_W<'a, REG> = crate::FieldWriter<'a, REG, 32, u32, crate::Safe>;
impl R {
#[inline(always)]
pub fn ivi(&self) -> IVI_R {
IVI_R::new(self.bits)
}
}
impl core::fmt::Debug for R {
fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
f.debug_struct("IVR3").field("ivi", &self.ivi()).finish()
}
}
impl W {
#[inline(always)]
pub fn ivi(&mut self) -> IVI_W<IVR3rs> {
IVI_W::new(self, 0)
}
}
pub struct IVR3rs;
impl crate::RegisterSpec for IVR3rs {
type Ux = u32;
}
impl crate::Readable for IVR3rs {}
impl crate::Writable for IVR3rs {
type Safety = crate::Safe;
}
impl crate::Resettable for IVR3rs {}