Type Alias Rstsar

Source
pub type Rstsar = RegValueT<Rstsar_SPEC>;
Expand description

Reset Security Attribution Register

Aliased Type§

struct Rstsar { /* private fields */ }

Implementations§

Source§

impl Rstsar

Source

pub fn nonsec0(self) -> RegisterField<0, 0x1, 1, 0, Nonsec0, Rstsar_SPEC, RW>

Non Secure Attribute bit 0

Source

pub fn nonsec1(self) -> RegisterField<1, 0x1, 1, 0, Nonsec1, Rstsar_SPEC, RW>

Non Secure Attribute bit 1

Source

pub fn nonsec2(self) -> RegisterField<2, 0x1, 1, 0, Nonsec2, Rstsar_SPEC, RW>

Non Secure Attribute bit 2

Trait Implementations§

Source§

impl Default for Rstsar

Source§

fn default() -> Rstsar

Returns the “default value” for a type. Read more