1.32.16.11 NVMCTRL_RegionLockStatusGet Function
C
uint32_t NVMCTRL_RegionLockStatusGet (void);
Summary
Returns the value of RUNLOCK register.
Description
This function can be used to know which of the regions are locked. Each bit in the RUNLOCK register corresponds to one region. Bit position zero represents the lock state for region starting at address 0x00000000.
Precondition
None.
Parameters
None.
Returns
Returns the value of RUNLOCK register.
Example
rlock_state = NVMCTRL_RegionLockStatusGet();
Remarks
None.