pub type R = crate::R<PCROP1SRrs>;
pub type W = crate::W<PCROP1SRrs>;
pub type PCROP1_STRT_R = crate::FieldReader<u16>;
pub type PCROP1_STRT_W<'a, REG> = crate::FieldWriter<'a, REG, 16, u16>;
impl R {
        #[inline(always)]
    pub fn pcrop1_strt(&self) -> PCROP1_STRT_R {
        PCROP1_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("PCROP1SR")
            .field("pcrop1_strt", &self.pcrop1_strt())
            .finish()
    }
}
impl W {
        #[inline(always)]
    pub fn pcrop1_strt(&mut self) -> PCROP1_STRT_W<PCROP1SRrs> {
        PCROP1_STRT_W::new(self, 0)
    }
}
pub struct PCROP1SRrs;
impl crate::RegisterSpec for PCROP1SRrs {
    type Ux = u32;
}
impl crate::Readable for PCROP1SRrs {}
impl crate::Writable for PCROP1SRrs {
    type Safety = crate::Unsafe;
}
impl crate::Resettable for PCROP1SRrs {
    const RESET_VALUE: u32 = 0xffff_0000;
}