2.46.25 PFM_WP_REGION Enum
C
typedef enum{
/* PFM Write Protect Region 0 */
PFM_WP_REGION_0,
/* PFM Write Protect Region 1 */
PFM_WP_REGION_1,
/* PFM Write Protect Region 2 */
PFM_WP_REGION_2,
/* PFM Write Protect Region 3 */
PFM_WP_REGION_3,
/* PFM Write Protect Region 4 */
PFM_WP_REGION_4,
/* PFM Write Protect Region 5 */
PFM_WP_REGION_5,
/* PFM Write Protect Region 6 */
PFM_WP_REGION_6,
/* PFM Write Protect Region 7 */
PFM_WP_REGION_7,
}PFM_WP_REGION;
Summary
Defines PFM write protect region
Description
This enumeration defines program flash memory write protect regions.
Remarks
None.
