Type Definition stm32f4::stm32f407::flash::OPTCR[][src]

type OPTCR = Reg<u32, _OPTCR>;

Flash option control register

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

For information about available fields see optcr module

Trait Implementations

impl Readable for OPTCR[src]

read() method returns optcr::R reader structure

impl ResetValue for OPTCR[src]

Register OPTCR reset()'s with value 0x14

type Type = u32

Register size

impl Writable for OPTCR[src]

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