[][src]Module cc13x2_cc26x2_hal::cpu_scs::cfsr

Configurable Fault Status This register is used to obtain information about local faults. These registers include three subsections: The first byte is Memory Manage Fault Status Register (MMFSR). The second byte is Bus Fault Status Register (BFSR). The higher half-word is Usage Fault Status Register (UFSR). The flags in these registers indicate the causes of local faults. Multiple flags can be set if more than one fault occurs. These register are read/write-clear. This means that they can be read normally, but writing a 1 to any bit clears that bit. The CFSR is byte accessible. CFSR or its subregisters can be accessed as follows: The following accesses are possible to the CFSR register: - access the complete register with a word access to 0xE000ED28. - access the MMFSR with a byte access to 0xE000ED28 - access the MMFSR and BFSR with a halfword access to 0xE000ED28 - access the BFSR with a byte access to 0xE000ED29 - access the UFSR with a halfword access to 0xE000ED2A.

Structs

BFARVALIDR

Value of the field

DACCVIOLR

Value of the field

DIVBYZEROR

Value of the field

IACCVIOLR

Value of the field

IBUSERRR

Value of the field

IMPRECISERRR

Value of the field

INVPCR

Value of the field

INVSTATER

Value of the field

MMARVALIDR

Value of the field

MSTKERRR

Value of the field

MUNSTKERRR

Value of the field

NOCPR

Value of the field

PRECISERRR

Value of the field

R

Value read from the register

RESERVED2R

Value of the field

RESERVED5R

Value of the field

RESERVED13R

Value of the field

RESERVED20R

Value of the field

RESERVED26R

Value of the field

STKERRR

Value of the field

UNALIGNEDR

Value of the field

UNDEFINSTRR

Value of the field

UNSTKERRR

Value of the field

W

Value to write to the register

_BFARVALIDW

Proxy

_DACCVIOLW

Proxy

_DIVBYZEROW

Proxy

_IACCVIOLW

Proxy

_IBUSERRW

Proxy

_IMPRECISERRW

Proxy

_INVPCW

Proxy

_INVSTATEW

Proxy

_MMARVALIDW

Proxy

_MSTKERRW

Proxy

_MUNSTKERRW

Proxy

_NOCPW

Proxy

_PRECISERRW

Proxy

_RESERVED2W

Proxy

_RESERVED5W

Proxy

_RESERVED13W

Proxy

_RESERVED20W

Proxy

_RESERVED26W

Proxy

_STKERRW

Proxy

_UNALIGNEDW

Proxy

_UNDEFINSTRW

Proxy

_UNSTKERRW

Proxy