[][src]Enum lpc55s6x_pac::ahb_secure_ctrl::master_sec_anti_pol_reg::SDMA0_A

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

System DMA 0. Must be equal to NOT(MASTER_SEC_LEVEL.SDMA0)

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

impl Copy for SDMA0_A[src]

impl Debug for SDMA0_A[src]

impl From<SDMA0_A> for u8[src]

impl PartialEq<SDMA0_A> for SDMA0_A[src]

impl StructuralPartialEq for SDMA0_A[src]

Auto Trait Implementations

impl Send for SDMA0_A

impl Sync for SDMA0_A

impl Unpin for SDMA0_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

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.