[][src]Module cc13x2_cc26x2_hal::cpu_scs::dfsr

Debug Fault Status This register is used to monitor external debug requests, vector catches, data watchpoint match, BKPT instruction execution, halt requests. Multiple flags in the Debug Fault Status Register can be set when multiple fault conditions occur. The register is read/write clear. This means that it can be read normally. Writing a 1 to a bit clears that bit. Note that these bits are not set unless the event is caught. This means that it causes a stop of some sort. If halting debug is enabled, these events stop the processor into debug. If debug is disabled and the debug monitor is enabled, then this becomes a debug monitor handler call, if priority permits. If debug and the monitor are both disabled, some of these events are Hard Faults, and some are ignored.

Structs

BKPTR

Value of the field

DWTTRAPR

Value of the field

EXTERNALR

Value of the field

HALTEDR

Value of the field

R

Value read from the register

RESERVED5R

Value of the field

VCATCHR

Value of the field

W

Value to write to the register

_BKPTW

Proxy

_DWTTRAPW

Proxy

_EXTERNALW

Proxy

_HALTEDW

Proxy

_RESERVED5W

Proxy

_VCATCHW

Proxy