1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
///Register `IVR0` reader
pub type R = crateR;
///Register `IVR0` writer
pub type W = crateW;
///Field `IVI` reader - Initialization vector input, bits \[31:0\] Refer to Section 32.4.17: SAES initialization vector registers on page 1760 for description of the IVI\[127:0\] bitfield. The initialization vector is only used in chaining modes other than ECB. The SAES_IVRx registers may be written only when the SAES peripheral is disabled
pub type IVI_R = crateFieldReader;
///Field `IVI` writer - Initialization vector input, bits \[31:0\] Refer to Section 32.4.17: SAES initialization vector registers on page 1760 for description of the IVI\[127:0\] bitfield. The initialization vector is only used in chaining modes other than ECB. The SAES_IVRx registers may be written only when the SAES peripheral is disabled
pub type IVI_W<'a, REG> = crateFieldWriter;
/**SAES initialization vector register 0
You can [`read`](crate::Reg::read) this register and get [`ivr0::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`ivr0::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).*/
;
///`read()` method returns [`ivr0::R`](R) reader structure
///`write(|w| ..)` method takes [`ivr0::W`](W) writer structure
///`reset()` method sets IVR0 to value 0