Struct rp_pac::accessctrl::regs::ForceCoreNs
source · #[repr(transparent)]pub struct ForceCoreNs(pub u32);
Expand description
Force core 1’s bus accesses to always be Non-secure, no matter the core’s internal state. Useful for schemes where one core is designated as the Non-secure core, since some peripherals may filter individual registers internally based on security state but not on master ID.
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
source§impl Clone for ForceCoreNs
impl Clone for ForceCoreNs
source§fn clone(&self) -> ForceCoreNs
fn clone(&self) -> ForceCoreNs
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for ForceCoreNs
impl Default for ForceCoreNs
source§fn default() -> ForceCoreNs
fn default() -> ForceCoreNs
Returns the “default value” for a type. Read more
source§impl PartialEq for ForceCoreNs
impl PartialEq for ForceCoreNs
impl Copy for ForceCoreNs
impl Eq for ForceCoreNs
impl StructuralPartialEq for ForceCoreNs
Auto Trait Implementations§
impl Freeze for ForceCoreNs
impl RefUnwindSafe for ForceCoreNs
impl Send for ForceCoreNs
impl Sync for ForceCoreNs
impl Unpin for ForceCoreNs
impl UnwindSafe for ForceCoreNs
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
)