[][src]Enum imxrt1062_aipstz1::opacr1::OPAC10_A

#[repr(u8)]pub enum OPAC10_A {
    TP0,
    TP1,
}

Off-platform Peripheral Access Control 10

Value on reset: 4

Variants

TP0

0: Accesses from an untrusted master are allowed.

TP1

1: Accesses from an untrusted master are not allowed. If an access is attempted by an untrusted master, the access is terminated with an error response and no peripheral access is initiated on the IPS bus.

Trait Implementations

impl Clone for OPAC10_A[src]

impl Copy for OPAC10_A[src]

impl Debug for OPAC10_A[src]

impl From<OPAC10_A> for u8[src]

impl PartialEq<OPAC10_A> for OPAC10_A[src]

impl StructuralPartialEq for OPAC10_A[src]

Auto Trait Implementations

impl Send for OPAC10_A

impl Sync for OPAC10_A

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