Enum lpc55_pac::ahb_secure_ctrl::sec_ctrl_apb_bridge1_mem_ctrl2::FLASH_CTRL_RULE_A[][src]

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

Flash Controller

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 FLASH_CTRL_RULE_A[src]

impl Copy for FLASH_CTRL_RULE_A[src]

impl Debug for FLASH_CTRL_RULE_A[src]

impl PartialEq<FLASH_CTRL_RULE_A> for FLASH_CTRL_RULE_A[src]

impl StructuralPartialEq for FLASH_CTRL_RULE_A[src]

Auto Trait Implementations

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.