stm32u5/stm32u545/aes/
susp2r.rs1pub type W = crate::W<SUSP2Rrs>;
3pub type SUSP_W<'a, REG> = crate::FieldWriter<'a, REG, 32, u32, crate::Safe>;
5impl core::fmt::Debug for crate::generic::Reg<SUSP2Rrs> {
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 susp(&mut self) -> SUSP_W<SUSP2Rrs> {
14 SUSP_W::new(self, 0)
15 }
16}
17pub struct SUSP2Rrs;
23impl crate::RegisterSpec for SUSP2Rrs {
24 type Ux = u32;
25}
26impl crate::Writable for SUSP2Rrs {
28 type Safety = crate::Safe;
29}
30impl crate::Resettable for SUSP2Rrs {}