1.10.14.18 1.11.15.18 1.12.15.18 1.13.14.18 1.22.16.18 1.23.15.18 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