Struct ProtectActiveshield
pub struct ProtectActiveshield { /* private fields */ }
Expand description
Enable active shield detector.
Implementations§
§impl ProtectActiveshield
impl ProtectActiveshield
pub const unsafe fn from_ptr(ptr: *mut ()) -> ProtectActiveshield
pub const fn as_ptr(&self) -> *mut ()
pub const fn ctrl(self) -> Reg<ActiveshieldCtrl, RW>
pub const fn ctrl(self) -> Reg<ActiveshieldCtrl, RW>
Control register for active shield detector enable signal.
pub 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§
§impl Clone for ProtectActiveshield
impl Clone for ProtectActiveshield
§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 more§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
)