Struct atsamd51n::etm::authstatus::AUTHSTATUS_SPEC
source · [−]pub struct AUTHSTATUS_SPEC;
Expand description
ETM Authentication Status Register
This register you can read
. See API.
For information about available fields see authstatus module
Trait Implementations
sourceimpl Readable for AUTHSTATUS_SPEC
impl Readable for AUTHSTATUS_SPEC
read()
method returns authstatus::R reader structure
sourceimpl RegisterSpec for AUTHSTATUS_SPEC
impl RegisterSpec for AUTHSTATUS_SPEC
sourceimpl Resettable for AUTHSTATUS_SPEC
impl Resettable for AUTHSTATUS_SPEC
reset()
method sets AUTHSTATUS to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations
impl RefUnwindSafe for AUTHSTATUS_SPEC
impl Send for AUTHSTATUS_SPEC
impl Sync for AUTHSTATUS_SPEC
impl Unpin for AUTHSTATUS_SPEC
impl UnwindSafe for AUTHSTATUS_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more