pub struct R(/* private fields */);Expand description
Register SEC_CTRL_FLASH_MEM_RULE2 reader
Implementations§
Source§impl R
impl R
Sourcepub fn rule0(&self) -> RULE0_R
pub fn rule0(&self) -> RULE0_R
Bits 0:1 - secure control rule0. it can be set when check_reg’s write_lock is ‘0’
Sourcepub fn rule1(&self) -> RULE1_R
pub fn rule1(&self) -> RULE1_R
Bits 4:5 - secure control rule1. it can be set when check_reg’s write_lock is ‘0’
Sourcepub fn rule2(&self) -> RULE2_R
pub fn rule2(&self) -> RULE2_R
Bits 8:9 - secure control rule2. it can be set when check_reg’s write_lock is ‘0’
Sourcepub fn rule3(&self) -> RULE3_R
pub fn rule3(&self) -> RULE3_R
Bits 12:13 - secure control rule3. it can be set when check_reg’s write_lock is ‘0’
Sourcepub fn rule4(&self) -> RULE4_R
pub fn rule4(&self) -> RULE4_R
Bits 16:17 - secure control rule4. it can be set when check_reg’s write_lock is ‘0’
Sourcepub fn rule5(&self) -> RULE5_R
pub fn rule5(&self) -> RULE5_R
Bits 20:21 - secure control rule5. it can be set when check_reg’s write_lock is ‘0’
Methods from Deref<Target = R<SEC_CTRL_FLASH_MEM_RULE2_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more