Enum lpc55_pac::ahb_secure_ctrl::sec_ctrl_flash_mem_rule1::RULE1_A[][src]

#[repr(u8)]
pub enum RULE1_A {
    ENUM_NS_NP,
    ENUM_NS_P,
    ENUM_S_NP,
    ENUM_S_P,
}

secure control rule1. it can be set when check_reg’s write_lock is ‘0’

Value on reset: 0

Variants

ENUM_NS_NP

0: Non-secure and Non-priviledge user access allowed.

ENUM_NS_P

1: Non-secure and Privilege access allowed.

ENUM_S_NP

2: Secure and Non-priviledge user access allowed.

ENUM_S_P

3: Secure and Priviledge user access allowed.

Trait Implementations

impl Clone for RULE1_A[src]

impl Copy for RULE1_A[src]

impl Debug for RULE1_A[src]

impl PartialEq<RULE1_A> for RULE1_A[src]

impl StructuralPartialEq for RULE1_A[src]

Auto Trait Implementations

impl Send for RULE1_A

impl Sync for RULE1_A

impl Unpin for RULE1_A

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.