[−][src]Enum lpc55s6x_pac::ahb_secure_ctrl::sec_vio_misc_info::SEC_VIO_INFO_MASTERR
Possible values of the field SEC_VIO_INFO_MASTER
Variants
VALUE_0CPU0 Code.
VALUE_1CPU0 System.
VALUE_2CPU1 Data.
VALUE_3CPU1 System.
VALUE_4USB-HS Device.
VALUE_5SDMA0.
VALUE_8SDIO.
VALUE_9PowerQuad.
VALUE_10HASH.
VALUE_11USB-FS Host.
VALUE_12SDMA1.
_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]
fn eq(&self, other: &SEC_VIO_INFO_MASTERR) -> bool[src]
fn ne(&self, other: &SEC_VIO_INFO_MASTERR) -> bool[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(&self) -> 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]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same<T> for T[src]
type Output = T
Should always be Self