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