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
43
44
///Register `R1STARTADDR` reader
pub type R = crateR;
///Register `R1STARTADDR` writer
pub type W = crateW;
///Field `REGx_START_ADDR` reader - Region AXI start address This register must be written before the region corresponding REG_EN bit in the RxCFGR register is set. Writing this register while the region CONFIGLOCK bit in the RxCFGR register is set will be discarded. Note: When determining the region the first 12 bits (LSB) and the last 4 bits (MSB) are ignored. When this register is accessed in read the 4 MSB bits and the 12 LSB bits return zero.
pub type REGX_START_ADDR_R = crateFieldReader;
///Field `REGx_START_ADDR` writer - Region AXI start address This register must be written before the region corresponding REG_EN bit in the RxCFGR register is set. Writing this register while the region CONFIGLOCK bit in the RxCFGR register is set will be discarded. Note: When determining the region the first 12 bits (LSB) and the last 4 bits (MSB) are ignored. When this register is accessed in read the 4 MSB bits and the 12 LSB bits return zero.
pub type REGX_START_ADDR_W<'a, REG> = crateFieldWriter;
/**OTFDEC region 1 start address register
You can [`read`](crate::Reg::read) this register and get [`r1startaddr::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`r1startaddr::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).*/
;
///`read()` method returns [`r1startaddr::R`](R) reader structure
///`write(|w| ..)` method takes [`r1startaddr::W`](W) writer structure
///`reset()` method sets R1STARTADDR to value 0