CFGRESET

Type Alias CFGRESET 

Source
pub type CFGRESET = Reg<CFGRESET_SPEC>;
Expand description

CFGRESET (rw) register accessor: Write 1 to reset all ACCESSCTRL configuration, except for the LOCK and FORCE_CORE_NS registers. This bit is used in the RP2350 bootrom to quickly restore ACCESSCTRL to a known state during the boot path. Note that, like all registers in ACCESSCTRL, this register is not writable when the writer’s corresponding LOCK bit is set, therefore a master which has been locked out of ACCESSCTRL can not use the CFGRESET register to disturb its contents.

You can read this register and get cfgreset::R. You can reset, write, write_with_zero this register using cfgreset::W. You can also modify this register. See API.

For information about available fields see cfgreset module

Aliased Type§

pub struct CFGRESET { /* private fields */ }