[][src]Enum lpc55_pac::ahb_secure_ctrl::master_sec_anti_pol_reg::SDMA1_A

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

System DMA 1 security level. Must be equal to NOT(MASTER_SEC_LEVEL.SDMA1)

Value on reset: 3

Variants

ENUM_S_P
[]

0: Secure and Priviledge user access allowed.

ENUM_S_NP
[]

1: Secure and Non-priviledge user access allowed.

ENUM_NS_P
[]

2: Non-secure and Privilege access allowed.

ENUM_NS_NP
[]

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

Trait Implementations

impl Clone for SDMA1_A[src][+]

impl Copy for SDMA1_A[src]

impl Debug for SDMA1_A[src][+]

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

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

impl StructuralPartialEq for SDMA1_A[src]

Auto Trait Implementations

impl Send for SDMA1_A

impl Sync for SDMA1_A

impl Unpin for SDMA1_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.