Caprcr

Type Alias Caprcr 

Source
pub type Caprcr = RegValueT<Caprcr_SPEC>;
Expand description

Cache Protection Register

Aliased Type§

pub struct Caprcr { /* private fields */ }

Implementations§

Source§

impl Caprcr

Source

pub fn prcr(self) -> RegisterField<0, 0x1, 1, 0, Prcr, Prcr, Caprcr_SPEC, RW>

Register Write Control

Source

pub fn kw(self) -> RegisterField<1, 0x7f, 1, 0, u8, u8, Caprcr_SPEC, RW>

Write key code

Trait Implementations§

Source§

impl Default for Caprcr

Source§

fn default() -> Caprcr

Returns the “default value” for a type. Read more