pub struct Glitchslowdomain { /* private fields */ }
Expand description
Enable slow domain glitch detectors.
Implementations§
Source§impl Glitchslowdomain
impl Glitchslowdomain
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn ctrl(self) -> Reg<GlitchslowdomainCtrl, RW>
pub const fn ctrl(self) -> Reg<GlitchslowdomainCtrl, RW>
Control register for slow domain glitch detectors enable signal.
Sourcepub const fn status(self) -> Reg<GlitchslowdomainStatus, RW>
pub const fn status(self) -> Reg<GlitchslowdomainStatus, RW>
Status register for slow domain glitch detectors enable signal.
Trait Implementations§
Source§impl Clone for Glitchslowdomain
impl Clone for Glitchslowdomain
Source§fn clone(&self) -> Glitchslowdomain
fn clone(&self) -> Glitchslowdomain
Returns a copy 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 PartialEq for Glitchslowdomain
impl PartialEq for Glitchslowdomain
impl Copy for Glitchslowdomain
impl Eq for Glitchslowdomain
impl Send for Glitchslowdomain
impl StructuralPartialEq for Glitchslowdomain
impl Sync for Glitchslowdomain
Auto Trait Implementations§
impl Freeze for Glitchslowdomain
impl RefUnwindSafe for Glitchslowdomain
impl Unpin for Glitchslowdomain
impl UnwindSafe for Glitchslowdomain
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
)