pub struct R(/* private fields */);Expand description
Register control reader
Implementations§
Source§impl R
impl R
Sourcepub fn password_busy(&self) -> PASSWORD_BUSY_R
pub fn password_busy(&self) -> PASSWORD_BUSY_R
Bit 0 - ??
Sourcepub fn password_trigger(&self) -> PASSWORD_TRIGGER_R
pub fn password_trigger(&self) -> PASSWORD_TRIGGER_R
Bit 1 - ??
Sourcepub fn password_count(&self) -> PASSWORD_COUNT_R
pub fn password_count(&self) -> PASSWORD_COUNT_R
Bits 4:23 - ??
Sourcepub fn debug_mode(&self) -> DEBUG_MODE_R
pub fn debug_mode(&self) -> DEBUG_MODE_R
Bits 24:27 - ??
Sourcepub fn debug_enable(&self) -> DEBUG_ENABLE_R
pub fn debug_enable(&self) -> DEBUG_ENABLE_R
Bits 28:31 - Read if debug module is enabled
Methods from Deref<Target = R<CONTROL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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