2.72.22 NVM_BOOT_FLASH_WRITE_PROTECT_LOCK Enum
C
typedef enum
{
/* Lock the Upper Boot Write Protect pages */
NVM_UPPER_BOOT_WRITE_PROTECT_LOCK = _NVMBWP_UBWPULOCK_MASK,
/* Lock the Upper Boot Write Protect pages */
NVM_LOWER_BOOT_WRITE_PROTECT_LOCK = _NVMBWP_LBWPULOCK_MASK,
} NVM_BOOT_FLASH_WRITE_PROTECT_LOCK;
Summary
Defines the Write protect lock pages.
Description
This enumeration defines the upper and lower write protect lock pages.
Remarks
None
