Type Definition WRP1AR
Other items instm32wb_stm32hal::stm32wb55::flash
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.
read
reset
write
write_with_zero
modify
For information about available fields see wrp1ar module
impl ResetValue for WRP1AR
Register WRP1AR reset()’s with value 0xff00_ff00
reset()
type Type = u32
Register size
fn reset_value() -> Self::Type
Reset value of the register
impl Readable for WRP1AR
read() method returns wrp1ar::R reader structure
read()
impl Writable for WRP1AR
write(|w| ..) method takes wrp1ar::W writer structure
write(|w| ..)