2.44.16 FCW_PFM_WriteProtectDisable Function

C

void FCW_PFM_WriteProtectDisable( PFM_WP_REGION region );

Summary

Disable write protection for program flash

Description

This function disables write protection for the given region.

Precondition

None

Parameters

ParamDescription
regionRegion number

Returns

None.

Example

FCW_PFM_WriteProtectDisable(PFM_WP_REGION_2);