[−][src]Enum lpc55_pac::ahb_secure_ctrl::misc_ctrl_reg::DISABLE_VIOLATION_ABORT_A
pub enum DISABLE_VIOLATION_ABORT_A { DISABLE, ENABLE, }
Disable secure violation abort.
Value on reset: 2
Variants
1: Disable abort fort secure checker.
2: Enable abort fort secure checker.
Trait Implementations
impl Clone for DISABLE_VIOLATION_ABORT_A
[src][+]
impl Copy for DISABLE_VIOLATION_ABORT_A
[src]
impl Debug for DISABLE_VIOLATION_ABORT_A
[src][+]
impl From<DISABLE_VIOLATION_ABORT_A> for u8
[src][+]
impl PartialEq<DISABLE_VIOLATION_ABORT_A> for DISABLE_VIOLATION_ABORT_A
[src][+]
impl StructuralPartialEq for DISABLE_VIOLATION_ABORT_A
[src]
Auto Trait Implementations
impl Send for DISABLE_VIOLATION_ABORT_A
impl Sync for DISABLE_VIOLATION_ABORT_A
impl Unpin for DISABLE_VIOLATION_ABORT_A
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,