#[repr(transparent)]pub struct SecurityCtrlMemRule0(pub u32);Expand description
0x40148000–0x4014BFFF
Tuple Fields§
§0: u32Implementations§
Source§impl SecurityCtrlMemRule0
impl SecurityCtrlMemRule0
Sourcepub const fn rule0(&self) -> u8
pub const fn rule0(&self) -> u8
secure control rule0. it can be set when check_reg’s write_lock is ‘0’
Sourcepub const fn set_rule0(&mut self, val: u8)
pub const fn set_rule0(&mut self, val: u8)
secure control rule0. it can be set when check_reg’s write_lock is ‘0’
Sourcepub const fn rule1(&self) -> u8
pub const fn rule1(&self) -> u8
secure control rule0. it can be set when check_reg’s write_lock is ‘0’
Sourcepub const fn set_rule1(&mut self, val: u8)
pub const fn set_rule1(&mut self, val: u8)
secure control rule0. it can be set when check_reg’s write_lock is ‘0’
Sourcepub const fn rule2(&self) -> u8
pub const fn rule2(&self) -> u8
secure control rule0. it can be set when check_reg’s write_lock is ‘0’
Sourcepub const fn set_rule2(&mut self, val: u8)
pub const fn set_rule2(&mut self, val: u8)
secure control rule0. it can be set when check_reg’s write_lock is ‘0’
Trait Implementations§
Source§impl Clone for SecurityCtrlMemRule0
impl Clone for SecurityCtrlMemRule0
Source§fn clone(&self) -> SecurityCtrlMemRule0
fn clone(&self) -> SecurityCtrlMemRule0
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SecurityCtrlMemRule0
impl Debug for SecurityCtrlMemRule0
Source§impl Default for SecurityCtrlMemRule0
impl Default for SecurityCtrlMemRule0
Source§fn default() -> SecurityCtrlMemRule0
fn default() -> SecurityCtrlMemRule0
Returns the “default value” for a type. Read more
Source§impl PartialEq for SecurityCtrlMemRule0
impl PartialEq for SecurityCtrlMemRule0
impl Copy for SecurityCtrlMemRule0
impl Eq for SecurityCtrlMemRule0
impl StructuralPartialEq for SecurityCtrlMemRule0
Auto Trait Implementations§
impl Freeze for SecurityCtrlMemRule0
impl RefUnwindSafe for SecurityCtrlMemRule0
impl Send for SecurityCtrlMemRule0
impl Sync for SecurityCtrlMemRule0
impl Unpin for SecurityCtrlMemRule0
impl UnwindSafe for SecurityCtrlMemRule0
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