pub struct SPECIAL_AUTH_SPEC;Expand description
Special enable authorization register
You can read this register and get special_auth::R. See API.
Trait Implementations§
Source§impl RegisterSpec for SPECIAL_AUTH_SPEC
impl RegisterSpec for SPECIAL_AUTH_SPEC
Source§impl Resettable for SPECIAL_AUTH_SPEC
reset() method sets SPECIAL_AUTH to value 0x13
impl Resettable for SPECIAL_AUTH_SPEC
reset() method sets SPECIAL_AUTH to value 0x13
Source§const RESET_VALUE: Self::Ux = {transmute(0x00000013): <debugss::special_auth::SPECIAL_AUTH_SPEC as generic::RegisterSpec>::Ux}
const RESET_VALUE: Self::Ux = {transmute(0x00000013): <debugss::special_auth::SPECIAL_AUTH_SPEC as generic::RegisterSpec>::Ux}
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for SPECIAL_AUTH_SPEC
read() method returns special_auth::R reader structure
Auto Trait Implementations§
impl Freeze for SPECIAL_AUTH_SPEC
impl RefUnwindSafe for SPECIAL_AUTH_SPEC
impl Send for SPECIAL_AUTH_SPEC
impl Sync for SPECIAL_AUTH_SPEC
impl Unpin for SPECIAL_AUTH_SPEC
impl UnwindSafe for SPECIAL_AUTH_SPEC
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