pub type R = crate::R<PCROP2SRrs>;
pub type W = crate::W<PCROP2SRrs>;
pub type PCROP2_STRT_R = crate::FieldReader<u16>;
pub type PCROP2_STRT_W<'a, REG> = crate::FieldWriter<'a, REG, 16, u16>;
impl R {
        #[inline(always)]
    pub fn pcrop2_strt(&self) -> PCROP2_STRT_R {
        PCROP2_STRT_R::new((self.bits & 0xffff) as u16)
    }
}
impl core::fmt::Debug for R {
    fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
        f.debug_struct("PCROP2SR")
            .field("pcrop2_strt", &self.pcrop2_strt())
            .finish()
    }
}
impl W {
        #[inline(always)]
    pub fn pcrop2_strt(&mut self) -> PCROP2_STRT_W<PCROP2SRrs> {
        PCROP2_STRT_W::new(self, 0)
    }
}
pub struct PCROP2SRrs;
impl crate::RegisterSpec for PCROP2SRrs {
    type Ux = u32;
}
impl crate::Readable for PCROP2SRrs {}
impl crate::Writable for PCROP2SRrs {
    type Safety = crate::Unsafe;
}
impl crate::Resettable for PCROP2SRrs {
    const RESET_VALUE: u32 = 0xffff_0000;
}