#[doc = "Reader of register CP0COUNT"] pub type R = crate::R; #[doc = "Reader of field `PCNT`"] pub type PCNT_R = crate::R; impl R { #[doc = "Bits 0:1 - Processor Count"] #[inline(always)] pub fn pcnt(&self) -> PCNT_R { PCNT_R::new((self.bits & 0x03) as u8) } }