[][src]Module cc13x2_cc26x2_hal::cpu_scs::mpu_rbar

MPU Region Base Address This register writes the base address of a region. It also contains a REGION field that can be used to override MPU_RNR.REGION, if the VALID bit is set. This register sets the base for the region. It is aligned by the size. So, a 64-KB sized region must be aligned on a multiple of 64KB, for example, 0x00010000 or 0x00020000. The region always reads back as the current MPU region number. VALID always reads back as 0. Writing VALID = 1 and REGION = n changes the region number to n. This is a short-hand way to write the MPU_RNR. This register is unpredictable if accessed other than as a word.

Structs

ADDRR

Value of the field

R

Value read from the register

REGIONR

Value of the field

VALIDR

Value of the field

W

Value to write to the register

_ADDRW

Proxy

_REGIONW

Proxy

_VALIDW

Proxy