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