Struct esp32s3::timg0::wdtwprotect::WDTWPROTECT_SPEC
source · pub struct WDTWPROTECT_SPEC;
Expand description
Watchdog write protect register
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see wdtwprotect module
Trait Implementations
sourceimpl Readable for WDTWPROTECT_SPEC
impl Readable for WDTWPROTECT_SPEC
read()
method returns wdtwprotect::R reader structure
sourceimpl RegisterSpec for WDTWPROTECT_SPEC
impl RegisterSpec for WDTWPROTECT_SPEC
sourceimpl Resettable for WDTWPROTECT_SPEC
impl Resettable for WDTWPROTECT_SPEC
reset()
method sets WDTWPROTECT to value 0x50d8_3aa1
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for WDTWPROTECT_SPEC
impl Writable for WDTWPROTECT_SPEC
write(|w| ..)
method takes wdtwprotect::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for WDTWPROTECT_SPEC
impl Send for WDTWPROTECT_SPEC
impl Sync for WDTWPROTECT_SPEC
impl Unpin for WDTWPROTECT_SPEC
impl UnwindSafe for WDTWPROTECT_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