Embassy
stm32-metapac

Crates

git

Versions

stm32l552ze

Flavors

Struct stm32_metapac::flash::regs::Nscr

#[repr(transparent)]
pub struct Nscr(pub u32);
Expand description

Flash non-secure control register

Tuple Fields§

§0: u32

Implementations§

§

impl Nscr

pub const fn nspg(&self) -> bool

NSPG

pub fn set_nspg(&mut self, val: bool)

NSPG

pub const fn nsper(&self) -> bool

NSPER

pub fn set_nsper(&mut self, val: bool)

NSPER

pub const fn nsmer1(&self) -> bool

NSMER1

pub fn set_nsmer1(&mut self, val: bool)

NSMER1

pub const fn nspnb(&self) -> u8

NSPNB

pub fn set_nspnb(&mut self, val: u8)

NSPNB

pub const fn nsbker(&self) -> bool

NSBKER

pub fn set_nsbker(&mut self, val: bool)

NSBKER

pub const fn nsmer2(&self) -> bool

NSMER2

pub fn set_nsmer2(&mut self, val: bool)

NSMER2

pub const fn nsstrt(&self) -> bool

Options modification start

pub fn set_nsstrt(&mut self, val: bool)

Options modification start

pub const fn optstrt(&self) -> bool

Options modification start

pub fn set_optstrt(&mut self, val: bool)

Options modification start

pub const fn nseopie(&self) -> bool

NSEOPIE

pub fn set_nseopie(&mut self, val: bool)

NSEOPIE

pub const fn nserrie(&self) -> bool

NSERRIE

pub fn set_nserrie(&mut self, val: bool)

NSERRIE

pub const fn obl_launch(&self) -> bool

Force the option byte loading

pub fn set_obl_launch(&mut self, val: bool)

Force the option byte loading

pub const fn optlock(&self) -> bool

Options Lock

pub fn set_optlock(&mut self, val: bool)

Options Lock

pub const fn nslock(&self) -> bool

NSLOCK

pub fn set_nslock(&mut self, val: bool)

NSLOCK

Trait Implementations§

§

impl Clone for Nscr

§

fn clone(&self) -> Nscr

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Default for Nscr

§

fn default() -> Nscr

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

impl PartialEq for Nscr

§

fn eq(&self, other: &Nscr) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Copy for Nscr

§

impl Eq for Nscr

§

impl StructuralEq for Nscr

§

impl StructuralPartialEq for Nscr

Auto Trait Implementations§

§

impl RefUnwindSafe for Nscr

§

impl Send for Nscr

§

impl Sync for Nscr

§

impl Unpin for Nscr

§

impl UnwindSafe for Nscr

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.