[−][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_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][+]
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>,
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>,
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> 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