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

type OPTKEYR = Reg<u32, _OPTKEYR>;

Flash option key register

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

For information about available fields see optkeyr module

Trait Implementations

impl ResetValue for OPTKEYR[src]

Register OPTKEYR reset()'s with value 0

type Type = u32

Register size

impl Writable for OPTKEYR[src]

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