Type Alias SRRVR

Source
pub type SRRVR = Reg<u32, _SRRVR>;
Expand description

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

Aliased Type§

pub struct SRRVR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for SRRVR

Register SRRVR reset()’s with value 0x0100_0000

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for SRRVR

read() method returns srrvr::R reader structure

Source§

impl Writable for SRRVR

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