pub struct AuthstatusSpec;
Expand description
MTB Authentication Status
You can read
this register and get authstatus::R
. See API.
Trait Implementations§
Source§impl RegisterSpec for AuthstatusSpec
impl RegisterSpec for AuthstatusSpec
Source§impl Resettable for AuthstatusSpec
reset()
method sets AUTHSTATUS to value 0
impl Resettable for AuthstatusSpec
reset()
method sets AUTHSTATUS to value 0
Source§const RESET_VALUE: u32 = 0u32
const RESET_VALUE: u32 = 0u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for AuthstatusSpec
read()
method returns authstatus::R
reader structure
Auto Trait Implementations§
impl Freeze for AuthstatusSpec
impl RefUnwindSafe for AuthstatusSpec
impl Send for AuthstatusSpec
impl Sync for AuthstatusSpec
impl Unpin for AuthstatusSpec
impl UnwindSafe for AuthstatusSpec
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