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