[][src]Type Definition stm32wb_pac::flash::WRP1AR

type WRP1AR = Reg<u32, _WRP1AR>;

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

Trait Implementations

impl Readable for WRP1AR[src]

read() method returns wrp1ar::R reader structure

impl ResetValue for WRP1AR[src]

Register WRP1AR reset()'s with value 0xff00_ff00

type Type = u32

Register size

impl Writable for WRP1AR[src]

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