#[doc = "Register `PERFCTR1` reader"]
pub type R = crate::R<PERFCTR1_SPEC>;
#[doc = "Register `PERFCTR1` writer"]
pub type W = crate::W<PERFCTR1_SPEC>;
#[doc = "Field `PERFCTR1` reader - Busfabric saturating performance counter 1
Count some event signal from the busfabric arbiters.
Write any value to clear. Select an event to count using PERFSEL1"]
pub type PERFCTR1_R = crate::FieldReader<u32>;
#[doc = "Field `PERFCTR1` writer - Busfabric saturating performance counter 1
Count some event signal from the busfabric arbiters.
Write any value to clear. Select an event to count using PERFSEL1"]
pub type PERFCTR1_W<'a, REG> = crate::FieldWriter<'a, REG, 24, u32>;
impl R {
#[doc = "Bits 0:23 - Busfabric saturating performance counter 1
Count some event signal from the busfabric arbiters.
Write any value to clear. Select an event to count using PERFSEL1"]
#[inline(always)]
pub fn perfctr1(&self) -> PERFCTR1_R {
PERFCTR1_R::new(self.bits & 0x00ff_ffff)
}
}
impl W {
#[doc = "Bits 0:23 - Busfabric saturating performance counter 1
Count some event signal from the busfabric arbiters.
Write any value to clear. Select an event to count using PERFSEL1"]
#[inline(always)]
#[must_use]
pub fn perfctr1(&mut self) -> PERFCTR1_W<PERFCTR1_SPEC> {
PERFCTR1_W::new(self, 0)
}
#[doc = r" Writes raw bits to the register."]
#[doc = r""]
#[doc = r" # Safety"]
#[doc = r""]
#[doc = r" Passing incorrect value can cause undefined behaviour. See reference manual"]
#[inline(always)]
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self {
self.bits = bits;
self
}
}
#[doc = "Bus fabric performance counter 1
You can [`read`](crate::generic::Reg::read) this register and get [`perfctr1::R`](R). You can [`reset`](crate::generic::Reg::reset), [`write`](crate::generic::Reg::write), [`write_with_zero`](crate::generic::Reg::write_with_zero) this register using [`perfctr1::W`](W). You can also [`modify`](crate::generic::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api)."]
pub struct PERFCTR1_SPEC;
impl crate::RegisterSpec for PERFCTR1_SPEC {
type Ux = u32;
}
#[doc = "`read()` method returns [`perfctr1::R`](R) reader structure"]
impl crate::Readable for PERFCTR1_SPEC {}
#[doc = "`write(|w| ..)` method takes [`perfctr1::W`](W) writer structure"]
impl crate::Writable for PERFCTR1_SPEC {
const ZERO_TO_MODIFY_FIELDS_BITMAP: u32 = 0;
const ONE_TO_MODIFY_FIELDS_BITMAP: u32 = 0x00ff_ffff;
}
#[doc = "`reset()` method sets PERFCTR1 to value 0"]
impl crate::Resettable for PERFCTR1_SPEC {
const RESET_VALUE: u32 = 0;
}