3.3.8.5 NVMCTRL_RegionUnlock

Unlocks a NVM region.

This function unlocks a region that was locked using the NVMCTRL_RegionLock() function. The address parameter can be any address within the region. Unlocking a region unlocks all pages in the region and makes these pages accessible to write and erase operations.

void 
NVMCTRL_RegionUnlock
( 
    unit32_t address
);

Precondition

  • Validate if NVM controller is ready to accept new request by calling NVMCTRL_IsBusy();

Parameters

  • address - Any address in the region to be unlocked

Returns

  • void