[][src]Type Definition stm32f4::stm32f469::flash::OPTCR1

type OPTCR1 = Reg<u32, _OPTCR1>;

Flash option control register 1

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

For information about available fields see optcr1 module

Trait Implementations

impl Readable for OPTCR1[src]

read() method returns optcr1::R reader structure

impl ResetValue for OPTCR1[src]

Register OPTCR1 reset()'s with value 0x0fff_0000

type Type = u32

Register size

impl Writable for OPTCR1[src]

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