Struct w806_pac::rcc::reset_state::RESET_STATE_SPEC
source · [−]pub struct RESET_STATE_SPEC;Expand description
CPU and watchdog reset state register
This register you can read, write_with_zero, reset, write, modify. See API.
For information about available fields see reset_state module
Trait Implementations
sourceimpl Readable for RESET_STATE_SPEC
impl Readable for RESET_STATE_SPEC
read() method returns reset_state::R reader structure
sourceimpl RegisterSpec for RESET_STATE_SPEC
impl RegisterSpec for RESET_STATE_SPEC
sourceimpl Resettable for RESET_STATE_SPEC
impl Resettable for RESET_STATE_SPEC
reset() method sets reset_state to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for RESET_STATE_SPEC
impl Writable for RESET_STATE_SPEC
write(|w| ..) method takes reset_state::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for RESET_STATE_SPEC
impl Send for RESET_STATE_SPEC
impl Sync for RESET_STATE_SPEC
impl Unpin for RESET_STATE_SPEC
impl UnwindSafe for RESET_STATE_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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