pub type R = crate::R<VPCCRrs>;
pub type VPSIZE_R = crate::FieldReader<u16>;
impl R {
#[inline(always)]
pub fn vpsize(&self) -> VPSIZE_R {
VPSIZE_R::new((self.bits & 0x3fff) as u16)
}
}
impl core::fmt::Debug for R {
fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
f.debug_struct("VPCCR").field("vpsize", &self.vpsize()).finish()
}
}
pub struct VPCCRrs;
impl crate::RegisterSpec for VPCCRrs {
type Ux = u32;
}
impl crate::Readable for VPCCRrs {}
impl crate::Resettable for VPCCRrs {}