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