#[repr(transparent)]pub struct SgiSfrSwMask(pub u32);Expand description
Sofware Assisted Masking register .
Tuple Fields§
§0: u32Implementations§
Source§impl SgiSfrSwMask
impl SgiSfrSwMask
Sourcepub const fn sfr_mask_val(&self) -> u32
pub const fn sfr_mask_val(&self) -> u32
Seed/mask used for sw level masking
Sourcepub const fn set_sfr_mask_val(&mut self, val: u32)
pub const fn set_sfr_mask_val(&mut self, val: u32)
Seed/mask used for sw level masking
Trait Implementations§
Source§impl Clone for SgiSfrSwMask
impl Clone for SgiSfrSwMask
Source§fn clone(&self) -> SgiSfrSwMask
fn clone(&self) -> SgiSfrSwMask
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 SgiSfrSwMask
impl Debug for SgiSfrSwMask
Source§impl Default for SgiSfrSwMask
impl Default for SgiSfrSwMask
Source§fn default() -> SgiSfrSwMask
fn default() -> SgiSfrSwMask
Returns the “default value” for a type. Read more
Source§impl PartialEq for SgiSfrSwMask
impl PartialEq for SgiSfrSwMask
impl Copy for SgiSfrSwMask
impl Eq for SgiSfrSwMask
impl StructuralPartialEq for SgiSfrSwMask
Auto Trait Implementations§
impl Freeze for SgiSfrSwMask
impl RefUnwindSafe for SgiSfrSwMask
impl Send for SgiSfrSwMask
impl Sync for SgiSfrSwMask
impl Unpin for SgiSfrSwMask
impl UnwindSafe for SgiSfrSwMask
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