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

type KEYR = Reg<u32, _KEYR>;

Flash key register

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

For information about available fields see keyr module

Trait Implementations

impl ResetValue for KEYR[src]

Register KEYR reset()'s with value 0

type Type = u32

Register size

impl Writable for KEYR[src]

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