pub struct Flashnsc { /* private fields */ }
Expand description
Unspecified
Implementations§
Source§impl Flashnsc
impl Flashnsc
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn region(self) -> Reg<FlashnscRegion, RW>
pub const fn region(self) -> Reg<FlashnscRegion, RW>
Description cluster: Define which flash region can contain the non-secure callable (NSC) region n
Sourcepub const fn size(self) -> Reg<FlashnscSize, RW>
pub const fn size(self) -> Reg<FlashnscSize, RW>
Description cluster: Define the size of the non-secure callable (NSC) region n
Trait Implementations§
impl Copy for Flashnsc
impl Eq for Flashnsc
impl Send for Flashnsc
impl StructuralPartialEq for Flashnsc
impl Sync for Flashnsc
Auto Trait Implementations§
impl Freeze for Flashnsc
impl RefUnwindSafe for Flashnsc
impl Unpin for Flashnsc
impl UnwindSafe for Flashnsc
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)