2.44.24 FCW_BOOT_FLASH_WRITE_PROTECT Macro
C
/* Boot Flash Page 0 Write Protect */ #define FCW_BOOT_WRITE_PROTECT_PAGE_0 (0 /* Boot Flash Page 1 Write Protect */ #define FCW_BOOT_WRITE_PROTECT_PAGE_1 (1) /* Boot Flash Page 2 Write Protect */ #define FCW_BOOT_WRITE_PROTECT_PAGE_2 (2) /* Boot Flash Page 3 Write Protect */ #define FCW_BOOT_WRITE_PROTECT_PAGE_3 (3) /* Boot Flash Page 4 Write Protect */ #define FCW_BOOT_WRITE_PROTECT_PAGE_4 (4) /* Boot Flash Page 5 Write Protect */ #define FCW_BOOT_WRITE_PROTECT_PAGE_5 (5) /* Boot Flash Page 6 Write Protect */ #define FCW_BOOT_WRITE_PROTECT_PAGE_6 (6) /* Boot Flash Page 7 Write Protect */ #define FCW_BOOT_WRITE_PROTECT_PAGE_7 (7) /* Boot Flash Page 8 Write Protect */ #define FCW_BOOT_WRITE_PROTECT_PAGE_8 (8) /* Boot Flash Page 9 Write Protect */ #define FCW_BOOT_WRITE_PROTECT_PAGE_9 (9) /* Boot Flash Page 10 Write Protect */ #define FCW_BOOT_WRITE_PROTECT_PAGE_10 (10) /* Boot Flash Page 11 Write Protect */ #define FCW_BOOT_WRITE_PROTECT_PAGE_11 (11) /* Boot Flash Page 12 Write Protect */ #define FCW_BOOT_WRITE_PROTECT_PAGE_12 (12) /* Boot Flash Page 13 Write Protect */ #define FCW_BOOT_WRITE_PROTECT_PAGE_13 (13) /* Boot Flash Page 14 Write Protect */ #define FCW_BOOT_WRITE_PROTECT_PAGE_14 (14) /* Boot Flash Page15 Write Protect */ #define FCW_BOOT_WRITE_PROTECT_PAGE_15 (15) typedef uint32_t FCW_BOOT_FLASH_WRITE_PROTECT;
Summary
Defines boot flash write protect page
Description
This macro defines boot flash write protect page.
Remarks
None.