[−][src]Enum lpc55s6x_pac::ahb_secure_ctrl::sec_ctrl_ram3_mem_rule0::RULE2R
Possible values of the field RULE2
Variants
ENUM_NS_NP
Non-secure and Non-priviledge user access allowed.
ENUM_NS_P
Non-secure and Privilege access allowed.
ENUM_S_NP
Secure and Non-priviledge user access allowed.
ENUM_S_P
Secure and Priviledge user access allowed.
Methods
impl RULE2R
[src][−]
pub fn bits(&self) -> u8
[src][−]
Value of the field as raw bits
pub fn is_enum_ns_np(&self) -> bool
[src][−]
Checks if the value of the field is ENUM_NS_NP
pub fn is_enum_ns_p(&self) -> bool
[src][−]
Checks if the value of the field is ENUM_NS_P
pub fn is_enum_s_np(&self) -> bool
[src][−]
Checks if the value of the field is ENUM_S_NP
pub fn is_enum_s_p(&self) -> bool
[src][−]
Checks if the value of the field is ENUM_S_P
Trait Implementations
impl PartialEq<RULE2R> for RULE2R
[src][+]
impl Copy for RULE2R
[src]
impl Debug for RULE2R
[src][+]
impl Clone for RULE2R
[src][+]
Auto Trait Implementations
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