[][src]Enum lpc55_pac::ahb_secure_ctrl::sec_ctrl_ram2_slave_rule::RAM2_RULE_A

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

Security access rules for the whole RAM2 : 0x2002_0000 - 0x2002_FFFF

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 RAM2_RULE_A[src][+]

impl Copy for RAM2_RULE_A[src]

impl Debug for RAM2_RULE_A[src][+]

impl From<RAM2_RULE_A> for u8[src][+]

impl PartialEq<RAM2_RULE_A> for RAM2_RULE_A[src][+]

impl StructuralPartialEq for RAM2_RULE_A[src]

Auto Trait Implementations

impl Send for RAM2_RULE_A

impl Sync for RAM2_RULE_A

impl Unpin for RAM2_RULE_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> Same<T> for T[src]

type Output = T

Should always be Self

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.