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