Type Alias KEYR

Source
pub type KEYR = Reg<u32, _KEYR>;
Expand description

Flash key register

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

For information about available fields see keyr module

Aliased Type§

pub struct KEYR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for KEYR

Register KEYR reset()’s with value 0

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Writable for KEYR

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