OPTR

Type Alias OPTR 

Source
pub type OPTR = Reg<u32, _OPTR>;
Expand description

Flash option register

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see optr module

Aliased Type§

pub struct OPTR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for OPTR

Register OPTR reset()’s with value 0xf000_0000

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for OPTR

read() method returns optr::R reader structure

Source§

impl Writable for OPTR

write(|w| ..) method takes optr::W writer structure