stm32f1_staging/stm32f101/fsmc/
eccr2.rs1pub type R = crate::R<ECCR2rs>;
3pub type ECCX_R = crate::FieldReader<u32>;
5impl R {
6 #[inline(always)]
8 pub fn eccx(&self) -> ECCX_R {
9 ECCX_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("ECCR2").field("eccx", &self.eccx()).finish()
15 }
16}
17pub struct ECCR2rs;
23impl crate::RegisterSpec for ECCR2rs {
24 type Ux = u32;
25}
26impl crate::Readable for ECCR2rs {}
28impl crate::Resettable for ECCR2rs {}