Pscu

Struct Pscu 

Source
pub struct Pscu { /* private fields */ }

Implementations§

Source§

impl Pscu

Source

pub const fn psarb(&self) -> &'static Reg<Psarb_SPEC, RW>

Peripheral Security Attribution Register B

Source

pub const fn psarc(&self) -> &'static Reg<Psarc_SPEC, RW>

Peripheral Security Attribution Register C

Source

pub const fn psard(&self) -> &'static Reg<Psard_SPEC, RW>

Peripheral Security Attribution Register D

Source

pub const fn psare(&self) -> &'static Reg<Psare_SPEC, RW>

Peripheral Security Attribution Register E

Source

pub const fn mssar(&self) -> &'static Reg<Mssar_SPEC, RW>

Module Stop Security Attribution Register

Source

pub const fn cfsamona(&self) -> &'static Reg<Cfsamona_SPEC, RW>

Code Flash Security Attribution Register A

Source

pub const fn cfsamonb(&self) -> &'static Reg<Cfsamonb_SPEC, RW>

Code Flash Security Attribution Register B

Source

pub const fn dfsamon(&self) -> &'static Reg<Dfsamon_SPEC, RW>

Data Flash Security Attribution Register

Source

pub const fn ssamona(&self) -> &'static Reg<Ssamona_SPEC, RW>

SRAM Security Attribution Register A

Source

pub const fn ssamonb(&self) -> &'static Reg<Ssamonb_SPEC, RW>

SRAM Security Attribution Register B

Trait Implementations§

Source§

impl Clone for Pscu

Source§

fn clone(&self) -> Pscu

Returns a duplicate of the value. Read more
1.0.0 · Source§

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

Performs copy-assignment from source. Read more
Source§

impl PartialEq for Pscu

Source§

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

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

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

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

impl Copy for Pscu

Source§

impl Eq for Pscu

Source§

impl Send for Pscu

Peripheral Security Control Unit

Source§

impl StructuralPartialEq for Pscu

Source§

impl Sync for Pscu

Auto Trait Implementations§

§

impl Freeze for Pscu

§

impl RefUnwindSafe for Pscu

§

impl Unpin for Pscu

§

impl UnwindSafe for Pscu

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> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. 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>,

Source§

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>,

Source§

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.