[][src]Type Definition stm32wb_pac::flash::OPTR

type OPTR = Reg<u32, _OPTR>;

Flash option register

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

For information about available fields see optr module

Trait Implementations

impl Readable for OPTR[src]

read() method returns optr::R reader structure

impl ResetValue for OPTR[src]

Register OPTR reset()'s with value 0x1070_8000

type Type = u32

Register size

impl Writable for OPTR[src]

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