[−][src]Enum lpc55s6x_pac::ahb_secure_ctrl::sec_ctrl_ram2_mem_rule1::RULE0R
Possible values of the field RULE0
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 RULE0R
[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<RULE0R> for RULE0R
[src][+]
impl Copy for RULE0R
[src]
impl Debug for RULE0R
[src][+]
impl Clone for RULE0R
[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