Struct TzscMpcwm4bcfgr
#[repr(transparent)]pub struct TzscMpcwm4bcfgr(pub u32);Expand description
GTZC1 TZSC BKPSRAM sub-region B watermark configuration register.
Tuple Fields§
§0: u32Implementations§
§impl TzscMpcwm4bcfgr
impl TzscMpcwm4bcfgr
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 TzscMpcwm4bcfgr
impl Clone for TzscMpcwm4bcfgr
§fn clone(&self) -> TzscMpcwm4bcfgr
fn clone(&self) -> TzscMpcwm4bcfgr
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 TzscMpcwm4bcfgr
impl Debug for TzscMpcwm4bcfgr
§impl Default for TzscMpcwm4bcfgr
impl Default for TzscMpcwm4bcfgr
§fn default() -> TzscMpcwm4bcfgr
fn default() -> TzscMpcwm4bcfgr
Returns the “default value” for a type. Read more
§impl PartialEq for TzscMpcwm4bcfgr
impl PartialEq for TzscMpcwm4bcfgr
impl Copy for TzscMpcwm4bcfgr
impl Eq for TzscMpcwm4bcfgr
impl StructuralPartialEq for TzscMpcwm4bcfgr
Auto Trait Implementations§
impl Freeze for TzscMpcwm4bcfgr
impl RefUnwindSafe for TzscMpcwm4bcfgr
impl Send for TzscMpcwm4bcfgr
impl Sync for TzscMpcwm4bcfgr
impl Unpin for TzscMpcwm4bcfgr
impl UnwindSafe for TzscMpcwm4bcfgr
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