stm32mp1/stm32mp157/ddrperfm/
tcnt.rs1pub type R = crate::R<TCNTrs>;
3pub type CNT_R = crate::FieldReader<u32>;
5impl R {
6 #[inline(always)]
8 pub fn cnt(&self) -> CNT_R {
9 CNT_R::new(self.bits)
10 }
11}
12impl core::fmt::Debug for R {
13 fn fmt(&self, f: &mut core::fmt::Formatter) -> core::fmt::Result {
14 f.debug_struct("TCNT").field("cnt", &self.cnt()).finish()
15 }
16}
17pub struct TCNTrs;
23impl crate::RegisterSpec for TCNTrs {
24 type Ux = u32;
25}
26impl crate::Readable for TCNTrs {}
28impl crate::Resettable for TCNTrs {}