WRP2BR

Type Alias WRP2BR 

Source
pub type WRP2BR = Reg<u32, _WRP2BR>;
Expand description

Flash Bank 2 WRP area B address register

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

For information about available fields see wrp2br module

Aliased Type§

pub struct WRP2BR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for WRP2BR

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

read() method returns wrp2br::R reader structure

Source§

impl Writable for WRP2BR

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