WRP1AR

Type Alias WRP1AR 

Source
pub type WRP1AR = Reg<u32, _WRP1AR>;
Expand description

Flash Bank 1 WRP area A address register

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

For information about available fields see wrp1ar module

Aliased Type§

pub struct WRP1AR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for WRP1AR

Register WRP1AR reset()’s with value 0xff00_ff00

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for WRP1AR

read() method returns wrp1ar::R reader structure

Source§

impl Writable for WRP1AR

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