pub struct R(_);Expand description
Register SWD_CONF reader
Implementations
sourceimpl R
impl R
sourcepub fn swd_reset_flag(&self) -> SWD_RESET_FLAG_R
pub fn swd_reset_flag(&self) -> SWD_RESET_FLAG_R
Bit 0 - Indicates the super watchdog reset flag.
sourcepub fn swd_feed_int(&self) -> SWD_FEED_INT_R
pub fn swd_feed_int(&self) -> SWD_FEED_INT_R
Bit 1 - Receiving this interrupt leads to feeding the super watchdog via SW.
sourcepub fn swd_signal_width(&self) -> SWD_SIGNAL_WIDTH_R
pub fn swd_signal_width(&self) -> SWD_SIGNAL_WIDTH_R
Bits 18:27 - Adjusts the signal width sent to the super watchdog.
sourcepub fn swd_disable(&self) -> SWD_DISABLE_R
pub fn swd_disable(&self) -> SWD_DISABLE_R
Bit 30 - Set this bit to disable super watchdog.
sourcepub fn swd_auto_feed_en(&self) -> SWD_AUTO_FEED_EN_R
pub fn swd_auto_feed_en(&self) -> SWD_AUTO_FEED_EN_R
Bit 31 - Set this bit to enable automatic watchdog feeding upon interrupts.
Methods from Deref<Target = R<SWD_CONF_SPEC>>
Trait Implementations
sourceimpl From<R<SWD_CONF_SPEC>> for R
impl From<R<SWD_CONF_SPEC>> for R
sourcefn from(reader: R<SWD_CONF_SPEC>) -> Self
fn from(reader: R<SWD_CONF_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
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