pub type LOAD = Reg<LOAD_SPEC>;Expand description
LOAD (w) register accessor: Load the watchdog timer. The maximum setting is 0xffffff which corresponds to 0xffffff / 2 ticks before triggering a watchdog reset (see errata RP2040-E1).
You can reset, write, write_with_zero this register using load::W. See API.
For information about available fields see load
module
Aliased Typeยง
pub struct LOAD { /* private fields */ }