OPTKEYR

Type Alias OPTKEYR 

Source
pub type OPTKEYR = Reg<u32, _OPTKEYR>;
Expand description

Option byte key register

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

For information about available fields see optkeyr module

Aliased Type§

pub struct OPTKEYR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for OPTKEYR

Register OPTKEYR 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 OPTKEYR

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