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, RW>
pub const fn cfsamona(&self) -> &'static Reg<Cfsamona_SPEC, RW>
Code Flash Security Attribution Register A
Sourcepub const fn cfsamonb(&self) -> &'static Reg<Cfsamonb_SPEC, RW>
pub const fn cfsamonb(&self) -> &'static Reg<Cfsamonb_SPEC, RW>
Code Flash Security Attribution Register B
Sourcepub const fn dfsamon(&self) -> &'static Reg<Dfsamon_SPEC, RW>
pub const fn dfsamon(&self) -> &'static Reg<Dfsamon_SPEC, RW>
Data Flash Security Attribution Register
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§
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