py32f0/py32f002a/pwr/
sr.rs1pub struct R(crate::R<SR_SPEC>);
3impl core::ops::Deref for R {
4 type Target = crate::R<SR_SPEC>;
5 #[inline(always)]
6 fn deref(&self) -> &Self::Target {
7 &self.0
8 }
9}
10impl From<crate::R<SR_SPEC>> for R {
11 #[inline(always)]
12 fn from(reader: crate::R<SR_SPEC>) -> Self {
13 R(reader)
14 }
15}
16pub struct SR_SPEC;
22impl crate::RegisterSpec for SR_SPEC {
23 type Ux = u32;
24}
25impl crate::Readable for SR_SPEC {
27 type Reader = R;
28}
29impl crate::Resettable for SR_SPEC {
31 const RESET_VALUE: Self::Ux = 0;
32}