efm32pg1b_pac/cryotimer/
ifc.rs1pub type W = crate::W<IFCrs>;
3pub type PeriodW<'a, REG> = crate::BitWriter<'a, REG>;
5impl core::fmt::Debug for crate::generic::Reg<IFCrs> {
6 fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
7 write!(f, "(not readable)")
8 }
9}
10impl W {
11 #[inline(always)]
13 pub fn period(&mut self) -> PeriodW<'_, IFCrs> {
14 PeriodW::new(self, 0)
15 }
16}
17pub struct IFCrs;
21impl crate::RegisterSpec for IFCrs {
22 type Ux = u32;
23}
24impl crate::Writable for IFCrs {
26 type Safety = crate::Unsafe;
27}
28impl crate::Resettable for IFCrs {}