Struct TzscMpcwm4acfgr
#[repr(transparent)]pub struct TzscMpcwm4acfgr(pub u32);Expand description
GTZC1 TZSC BKPSRAM sub-region A watermark configuration register.
Tuple Fields§
§0: u32Implementations§
§impl TzscMpcwm4acfgr
impl TzscMpcwm4acfgr
pub const fn srlock(&self) -> bool
pub const fn srlock(&self) -> bool
Sub-region z lock This bit, once set, can be cleared only by a system reset.
pub fn set_srlock(&mut self, val: bool)
pub fn set_srlock(&mut self, val: bool)
Sub-region z lock This bit, once set, can be cleared only by a system reset.
Trait Implementations§
§impl Clone for TzscMpcwm4acfgr
impl Clone for TzscMpcwm4acfgr
§fn clone(&self) -> TzscMpcwm4acfgr
fn clone(&self) -> TzscMpcwm4acfgr
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 more§impl Debug for TzscMpcwm4acfgr
impl Debug for TzscMpcwm4acfgr
§impl Default for TzscMpcwm4acfgr
impl Default for TzscMpcwm4acfgr
§fn default() -> TzscMpcwm4acfgr
fn default() -> TzscMpcwm4acfgr
Returns the “default value” for a type. Read more
§impl PartialEq for TzscMpcwm4acfgr
impl PartialEq for TzscMpcwm4acfgr
impl Copy for TzscMpcwm4acfgr
impl Eq for TzscMpcwm4acfgr
impl StructuralPartialEq for TzscMpcwm4acfgr
Auto Trait Implementations§
impl Freeze for TzscMpcwm4acfgr
impl RefUnwindSafe for TzscMpcwm4acfgr
impl Send for TzscMpcwm4acfgr
impl Sync for TzscMpcwm4acfgr
impl Unpin for TzscMpcwm4acfgr
impl UnwindSafe for TzscMpcwm4acfgr
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