Struct esp32s3_hal::pac::rtc_cntl::swd_conf::R
pub struct R(_);
Expand description
Register SWD_CONF
reader
Implementations
impl R
impl R
pub fn swd_reset_flag(&self) -> BitReaderRaw<bool>
pub fn swd_reset_flag(&self) -> BitReaderRaw<bool>
Bit 0 - swd reset flag
pub fn swd_feed_int(&self) -> BitReaderRaw<bool>
pub fn swd_feed_int(&self) -> BitReaderRaw<bool>
Bit 1 - swd interrupt for feeding
pub fn swd_bypass_rst(&self) -> BitReaderRaw<bool>
pub fn swd_bypass_rst(&self) -> BitReaderRaw<bool>
Bit 17 - bypass super watch dog reset
pub fn swd_signal_width(&self) -> FieldReaderRaw<u16, u16>
pub fn swd_signal_width(&self) -> FieldReaderRaw<u16, u16>
Bits 18:27 - adjust signal width send to swd
pub fn swd_disable(&self) -> BitReaderRaw<bool>
pub fn swd_disable(&self) -> BitReaderRaw<bool>
Bit 30 - disabel SWD
pub fn swd_auto_feed_en(&self) -> BitReaderRaw<bool>
pub fn swd_auto_feed_en(&self) -> BitReaderRaw<bool>
Bit 31 - automatically feed swd when int comes
Methods from Deref<Target = R<SWD_CONF_SPEC>>
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations
impl From<R<SWD_CONF_SPEC>> for R
impl From<R<SWD_CONF_SPEC>> for R
fn from(reader: R<SWD_CONF_SPEC>) -> R
fn from(reader: R<SWD_CONF_SPEC>) -> R
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