Type Alias esp32c3::rtc_cntl::swd_conf::R

source ·
pub type R = R<SWD_CONF_SPEC>;
Expand description

Register SWD_CONF reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn swd_reset_flag(&self) -> SWD_RESET_FLAG_R

Bit 0 - swd reset flag

source

pub fn swd_feed_int(&self) -> SWD_FEED_INT_R

Bit 1 - swd interrupt for feeding

source

pub fn swd_bypass_rst(&self) -> SWD_BYPASS_RST_R

Bit 17 - Bypass swd rst

source

pub fn swd_signal_width(&self) -> SWD_SIGNAL_WIDTH_R

Bits 18:27 - adjust signal width send to swd

source

pub fn swd_disable(&self) -> SWD_DISABLE_R

Bit 30 - disabel SWD

source

pub fn swd_auto_feed_en(&self) -> SWD_AUTO_FEED_EN_R

Bit 31 - automatically feed swd when int comes