Lvdsar

Type Alias Lvdsar 

Source
pub type Lvdsar = RegValueT<Lvdsar_SPEC>;
Expand description

Low Voltage Detection Security Attribution Register

Aliased Type§

pub struct Lvdsar { /* private fields */ }

Implementations§

Source§

impl Lvdsar

Source

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

Non Secure Attribute bit 0

Source

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

Non Secure Attribute bit 1

Trait Implementations§

Source§

impl Default for Lvdsar

Source§

fn default() -> Lvdsar

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