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 - swd reset flag
sourcepub fn swd_feed_int(&self) -> SWD_FEED_INT_R
pub fn swd_feed_int(&self) -> SWD_FEED_INT_R
Bit 1 - swd interrupt for feeding
sourcepub fn swd_bypass_rst(&self) -> SWD_BYPASS_RST_R
pub fn swd_bypass_rst(&self) -> SWD_BYPASS_RST_R
Bit 17 - Need add desc
sourcepub fn swd_signal_width(&self) -> SWD_SIGNAL_WIDTH_R
pub fn swd_signal_width(&self) -> SWD_SIGNAL_WIDTH_R
Bits 18:27 - adjust signal width send to swd
sourcepub fn swd_rst_flag_clr(&self) -> SWD_RST_FLAG_CLR_R
pub fn swd_rst_flag_clr(&self) -> SWD_RST_FLAG_CLR_R
Bit 28 - reset swd reset flag
sourcepub fn swd_feed(&self) -> SWD_FEED_R
pub fn swd_feed(&self) -> SWD_FEED_R
Bit 29 - Sw feed swd
sourcepub fn swd_disable(&self) -> SWD_DISABLE_R
pub fn swd_disable(&self) -> SWD_DISABLE_R
Bit 30 - disabel SWD
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 - automatically feed swd when int comes
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