pub type R = crate::R<IVR0rs>;
pub type W = crate::W<IVR0rs>;
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("IVR0").field("ivi", &self.ivi()).finish()
}
}
impl W {
#[inline(always)]
pub fn ivi(&mut self) -> IVI_W<IVR0rs> {
IVI_W::new(self, 0)
}
}
pub struct IVR0rs;
impl crate::RegisterSpec for IVR0rs {
type Ux = u32;
}
impl crate::Readable for IVR0rs {}
impl crate::Writable for IVR0rs {
type Safety = crate::Safe;
}
impl crate::Resettable for IVR0rs {}