pub struct Ramnsc { /* private fields */ }
Expand description
Unspecified
Implementations§
Source§impl Ramnsc
impl Ramnsc
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn region(self) -> Reg<RamnscRegion, RW>
pub const fn region(self) -> Reg<RamnscRegion, RW>
Description cluster: Define which RAM region can contain the non-secure callable (NSC) region n
Sourcepub const fn size(self) -> Reg<RamnscSize, RW>
pub const fn size(self) -> Reg<RamnscSize, RW>
Description cluster: Define the size of the non-secure callable (NSC) region n
Trait Implementations§
impl Copy for Ramnsc
impl Eq for Ramnsc
impl Send for Ramnsc
impl StructuralPartialEq for Ramnsc
impl Sync for Ramnsc
Auto Trait Implementations§
impl Freeze for Ramnsc
impl RefUnwindSafe for Ramnsc
impl Unpin for Ramnsc
impl UnwindSafe for Ramnsc
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
)