Struct rp_pac::glitch_detector::regs::Disarm
source · #[repr(transparent)]pub struct Disarm(pub u32);
Tuple Fields§
§0: u32
Implementations§
source§impl Disarm
impl Disarm
sourcepub const fn disarm(&self) -> Disarm
pub const fn disarm(&self) -> Disarm
Forcibly disarm the glitch detectors, if they are armed by OTP. Ignored if ARM is YES. This register is Secure read/write only.
sourcepub fn set_disarm(&mut self, val: Disarm)
pub fn set_disarm(&mut self, val: Disarm)
Forcibly disarm the glitch detectors, if they are armed by OTP. Ignored if ARM is YES. This register is Secure read/write only.
Trait Implementations§
impl Copy for Disarm
impl Eq for Disarm
impl StructuralPartialEq for Disarm
Auto Trait Implementations§
impl Freeze for Disarm
impl RefUnwindSafe for Disarm
impl Send for Disarm
impl Sync for Disarm
impl Unpin for Disarm
impl UnwindSafe for Disarm
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)