Type Alias rp2040_pac::watchdog::ctrl::R
source · pub type R = R<CTRL_SPEC>;
Expand description
Register CTRL
reader
Aliased Type§
struct R { /* private fields */ }
Implementations§
source§impl R
impl R
sourcepub fn time(&self) -> TIME_R
pub fn time(&self) -> TIME_R
Bits 0:23 - Indicates the number of ticks / 2 (see errata RP2040-E1) before a watchdog reset will be triggered
sourcepub fn pause_jtag(&self) -> PAUSE_JTAG_R
pub fn pause_jtag(&self) -> PAUSE_JTAG_R
Bit 24 - Pause the watchdog timer when JTAG is accessing the bus fabric
sourcepub fn pause_dbg0(&self) -> PAUSE_DBG0_R
pub fn pause_dbg0(&self) -> PAUSE_DBG0_R
Bit 25 - Pause the watchdog timer when processor 0 is in debug mode
sourcepub fn pause_dbg1(&self) -> PAUSE_DBG1_R
pub fn pause_dbg1(&self) -> PAUSE_DBG1_R
Bit 26 - Pause the watchdog timer when processor 1 is in debug mode