pub struct Pscu { /* private fields */ }Implementations§
Source§impl Pscu
impl Pscu
Sourcepub const fn psarb(&self) -> &'static Reg<Psarb_SPEC, RW>
pub const fn psarb(&self) -> &'static Reg<Psarb_SPEC, RW>
Peripheral Security Attribution Register B
Sourcepub const fn psarc(&self) -> &'static Reg<Psarc_SPEC, RW>
pub const fn psarc(&self) -> &'static Reg<Psarc_SPEC, RW>
Peripheral Security Attribution Register C
Sourcepub const fn psard(&self) -> &'static Reg<Psard_SPEC, RW>
pub const fn psard(&self) -> &'static Reg<Psard_SPEC, RW>
Peripheral Security Attribution Register D
Sourcepub const fn psare(&self) -> &'static Reg<Psare_SPEC, RW>
pub const fn psare(&self) -> &'static Reg<Psare_SPEC, RW>
Peripheral Security Attribution Register E
Sourcepub const fn mssar(&self) -> &'static Reg<Mssar_SPEC, RW>
pub const fn mssar(&self) -> &'static Reg<Mssar_SPEC, RW>
Module Stop Security Attribution Register
Sourcepub const fn cfsamona(&self) -> &'static Reg<Cfsamona_SPEC, R>
pub const fn cfsamona(&self) -> &'static Reg<Cfsamona_SPEC, R>
Code Flash Security Attribution Monitor Register A
Sourcepub const fn cfsamonb(&self) -> &'static Reg<Cfsamonb_SPEC, R>
pub const fn cfsamonb(&self) -> &'static Reg<Cfsamonb_SPEC, R>
Code Flash Security Attribution Monitor Register B
Sourcepub const fn dfsamon(&self) -> &'static Reg<Dfsamon_SPEC, R>
pub const fn dfsamon(&self) -> &'static Reg<Dfsamon_SPEC, R>
Data Flash Security Attribution Monitor Register
Sourcepub const fn ssamona(&self) -> &'static Reg<Ssamona_SPEC, R>
pub const fn ssamona(&self) -> &'static Reg<Ssamona_SPEC, R>
SRAM Security Attribution Monitor Register A
Trait Implementations§
impl Copy for Pscu
impl Eq for Pscu
impl Send for Pscu
Peripheral Security Control Unit
impl StructuralPartialEq for Pscu
impl Sync for Pscu
Auto Trait Implementations§
impl Freeze for Pscu
impl RefUnwindSafe for Pscu
impl Unpin for Pscu
impl UnsafeUnpin for Pscu
impl UnwindSafe for Pscu
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more