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 `IVRR` reader
pub type R = crateR;
///Register `IVRR` writer
pub type W = crateW;
///Field `IVI` reader - Initialization vector bit x This bitfield stores the initialization vector bits \[95:64\] for AES chaining modes other than ECB. The value stored in CRYP_IVxR/LR registers is updated by hardware after each computation round (when applicable). Write to this register is ignored when CRYP is busy (BUSY bit set).
pub type IVI_R = crateFieldReader;
///Field `IVI` writer - Initialization vector bit x This bitfield stores the initialization vector bits \[95:64\] for AES chaining modes other than ECB. The value stored in CRYP_IVxR/LR registers is updated by hardware after each computation round (when applicable). Write to this register is ignored when CRYP is busy (BUSY bit set).
pub type IVI_W<'a, REG> = crateFieldWriter;
/**CRYP initialization vector register 0R
You can [`read`](crate::Reg::read) this register and get [`ivrr::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`ivrr::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).*/
;
///`read()` method returns [`ivrr::R`](R) reader structure
///`write(|w| ..)` method takes [`ivrr::W`](W) writer structure
///`reset()` method sets IVRR to value 0