Enum Nspriv
#[repr(u8)]pub enum Nspriv {
B0x0 = 0,
B0x1 = 1,
}Variants§
B0x0 = 0
Read and write to RCC non-secure functions can be done by privileged or unprivileged access.
B0x1 = 1
Read and write to RCC non-secure functions can be done by privileged access only
Implementations§
Trait Implementations§
impl Copy for Nspriv
impl Eq for Nspriv
§impl Ord for Nspriv
impl Ord for Nspriv
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Nspriv
impl PartialOrd for Nspriv
impl StructuralPartialEq for Nspriv
Auto Trait Implementations§
impl Freeze for Nspriv
impl RefUnwindSafe for Nspriv
impl Send for Nspriv
impl Sync for Nspriv
impl Unpin for Nspriv
impl UnsafeUnpin for Nspriv
impl UnwindSafe for Nspriv
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