pub struct SecMaskLockSpec;Expand description
sec_gp_reg write-lock bits
You can read this register and get sec_mask_lock::R. You can reset, write, write_with_zero this register using sec_mask_lock::W. You can also modify this register. See API.
Trait Implementations§
Source§impl RegisterSpec for SecMaskLockSpec
impl RegisterSpec for SecMaskLockSpec
Source§impl Resettable for SecMaskLockSpec
reset() method sets SEC_MASK_LOCK to value 0x0002_aaaa
impl Resettable for SecMaskLockSpec
reset() method sets SEC_MASK_LOCK to value 0x0002_aaaa
Source§const RESET_VALUE: u32 = 174_762u32
const RESET_VALUE: u32 = 174_762u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Source§impl Writable for SecMaskLockSpec
write(|w| ..) method takes sec_mask_lock::W writer structure
impl Writable for SecMaskLockSpec
write(|w| ..) method takes sec_mask_lock::W writer structure
Source§const ZERO_TO_MODIFY_FIELDS_BITMAP: u32 = 0u32
const ZERO_TO_MODIFY_FIELDS_BITMAP: u32 = 0u32
Specifies the register bits that are not changed if you pass
1 and are changed if you pass 0Source§const ONE_TO_MODIFY_FIELDS_BITMAP: u32 = 0u32
const ONE_TO_MODIFY_FIELDS_BITMAP: u32 = 0u32
Specifies the register bits that are not changed if you pass
0 and are changed if you pass 1impl Readable for SecMaskLockSpec
read() method returns sec_mask_lock::R reader structure
Auto Trait Implementations§
impl Freeze for SecMaskLockSpec
impl RefUnwindSafe for SecMaskLockSpec
impl Send for SecMaskLockSpec
impl Sync for SecMaskLockSpec
impl Unpin for SecMaskLockSpec
impl UnwindSafe for SecMaskLockSpec
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