[][src]Enum lpc55s6x_pac::ahb_secure_ctrl::sec_vio_misc_info::SEC_VIO_INFO_MASTER_A

pub enum SEC_VIO_INFO_MASTER_A {
    VALUE_0,
    VALUE_1,
    VALUE_2,
    VALUE_3,
    VALUE_4,
    VALUE_5,
    VALUE_8,
    VALUE_9,
    VALUE_10,
    VALUE_11,
    VALUE_12,
}

Possible values of the field SEC_VIO_INFO_MASTER

Variants

VALUE_0

CPU0 Code.

VALUE_1

CPU0 System.

VALUE_2

CPU1 Data.

VALUE_3

CPU1 System.

VALUE_4

USB-HS Device.

VALUE_5

SDMA0.

VALUE_8

SDIO.

VALUE_9

PowerQuad.

VALUE_10

HASH.

VALUE_11

USB-FS Host.

VALUE_12

SDMA1.

Trait Implementations

impl Debug for SEC_VIO_INFO_MASTER_A[src]

impl PartialEq<SEC_VIO_INFO_MASTER_A> for SEC_VIO_INFO_MASTER_A[src]

#[must_use] fn ne(&self, other: &Rhs) -> bool1.0.0[src]

This method tests for !=.

impl Copy for SEC_VIO_INFO_MASTER_A[src]

impl From<SEC_VIO_INFO_MASTER_A> for u8[src]

impl Clone for SEC_VIO_INFO_MASTER_A[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self