[−][src]Enum lpc55_pac::ahb_secure_ctrl::sec_ctrl_ram2_slave_rule::RAM2_RULE_A
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
0: Non-secure and Non-priviledge user access allowed.
1: Non-secure and Privilege access allowed.
2: Secure and Non-priviledge user access allowed.
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
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>,