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

type SRRVR = Reg<u32, _SRRVR>;

Secure SRAM2 start address and cortex M0 reset vector register

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

For information about available fields see srrvr module

Trait Implementations

impl Readable for SRRVR[src]

read() method returns srrvr::R reader structure

impl ResetValue for SRRVR[src]

Register SRRVR reset()'s with value 0x0100_0000

type Type = u32

Register size

impl Writable for SRRVR[src]

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