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

pub enum SEC_VIO_INFO_MASTERR {
    VALUE_0,
    VALUE_1,
    VALUE_2,
    VALUE_3,
    VALUE_4,
    VALUE_5,
    VALUE_8,
    VALUE_9,
    VALUE_10,
    VALUE_11,
    VALUE_12,
    _Reserved(u8),
}
[]

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.

_Reserved(u8)
[]

Reserved

Methods

impl SEC_VIO_INFO_MASTERR[src][]

pub fn bits(&self) -> u8[src][]

Value of the field as raw bits

pub fn is_value_0(&self) -> bool[src][]

Checks if the value of the field is VALUE_0

pub fn is_value_1(&self) -> bool[src][]

Checks if the value of the field is VALUE_1

pub fn is_value_2(&self) -> bool[src][]

Checks if the value of the field is VALUE_2

pub fn is_value_3(&self) -> bool[src][]

Checks if the value of the field is VALUE_3

pub fn is_value_4(&self) -> bool[src][]

Checks if the value of the field is VALUE_4

pub fn is_value_5(&self) -> bool[src][]

Checks if the value of the field is VALUE_5

pub fn is_value_8(&self) -> bool[src][]

Checks if the value of the field is VALUE_8

pub fn is_value_9(&self) -> bool[src][]

Checks if the value of the field is VALUE_9

pub fn is_value_10(&self) -> bool[src][]

Checks if the value of the field is VALUE_10

pub fn is_value_11(&self) -> bool[src][]

Checks if the value of the field is VALUE_11

pub fn is_value_12(&self) -> bool[src][]

Checks if the value of the field is VALUE_12

Trait Implementations

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

impl Copy for SEC_VIO_INFO_MASTERR[src]

impl Debug for SEC_VIO_INFO_MASTERR[src][+]

impl Clone for SEC_VIO_INFO_MASTERR[src][+]

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

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SEC_VIO_INFO_MASTERR

impl Sync for SEC_VIO_INFO_MASTERR

Blanket Implementations

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

type Output = T

Should always be Self