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 `OTPBL_PRG` reader
pub type R = crateR;
///Register `OTPBL_PRG` writer
pub type W = crateW;
///Field `LOCKBL` reader - OTP Block Lock Block n corresponds to OTP 16-bit word 32 x n to 32 x n + 31. LOCKBL\[n\] = 1 indicates that all OTP 16-bit words in OTP Block n are locked and can no longer be programmed. LOCKBL\[n\] = 0 indicates that all OTP 16-bit words in OTP Block n are not locked and can still be modified. LOCKBL bits can be set if the corresponding bit in FLASH_OTPBL_CUR is cleared.
pub type LOCKBL_R = crateFieldReader;
///Field `LOCKBL` writer - OTP Block Lock Block n corresponds to OTP 16-bit word 32 x n to 32 x n + 31. LOCKBL\[n\] = 1 indicates that all OTP 16-bit words in OTP Block n are locked and can no longer be programmed. LOCKBL\[n\] = 0 indicates that all OTP 16-bit words in OTP Block n are not locked and can still be modified. LOCKBL bits can be set if the corresponding bit in FLASH_OTPBL_CUR is cleared.
pub type LOCKBL_W<'a, REG> = crateFieldWriter;
/**FLASH OTP block lock
You can [`read`](crate::Reg::read) this register and get [`otpbl_prg::R`](R). You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`otpbl_prg::W`](W). You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).*/
;
///`read()` method returns [`otpbl_prg::R`](R) reader structure
///`write(|w| ..)` method takes [`otpbl_prg::W`](W) writer structure
///`reset()` method sets OTPBL_PRG to value 0