Type Definition stm32g4::stm32g484::flash::OPTR[][src]

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 0xf000_0000

type Type = u32

Register size

impl Writable for OPTR[src]

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