pub type OPTR = Reg<u32, _OPTR>;
Flash option register
This register you can read, reset, write, write_with_zero, modify. See API.
read
reset
write
write_with_zero
modify
For information about available fields see optr module
pub struct OPTR { /* private fields */ }
Register OPTR reset()’s with value 0xf000_0000
reset()
read() method returns optr::R reader structure
read()
write(|w| ..) method takes optr::W writer structure
write(|w| ..)