#[repr(u8)]pub enum EnableSPrivCheck {
Enable = 1,
Disable = 2,
}Expand description
AHB bus matrix enable secure privilege check.
Value on reset: 2
Variants§
Trait Implementations§
Source§impl Clone for EnableSPrivCheck
impl Clone for EnableSPrivCheck
Source§fn clone(&self) -> EnableSPrivCheck
fn clone(&self) -> EnableSPrivCheck
Returns a duplicate 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 Debug for EnableSPrivCheck
impl Debug for EnableSPrivCheck
Source§impl From<EnableSPrivCheck> for u8
impl From<EnableSPrivCheck> for u8
Source§fn from(variant: EnableSPrivCheck) -> Self
fn from(variant: EnableSPrivCheck) -> Self
Converts to this type from the input type.
Source§impl PartialEq for EnableSPrivCheck
impl PartialEq for EnableSPrivCheck
impl Copy for EnableSPrivCheck
impl Eq for EnableSPrivCheck
impl IsEnum for EnableSPrivCheck
impl StructuralPartialEq for EnableSPrivCheck
Auto Trait Implementations§
impl Freeze for EnableSPrivCheck
impl RefUnwindSafe for EnableSPrivCheck
impl Send for EnableSPrivCheck
impl Sync for EnableSPrivCheck
impl Unpin for EnableSPrivCheck
impl UnwindSafe for EnableSPrivCheck
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