2.75.6 PCR_PrivilegeDisablex Function

C

/* x = Privilege Enable Register number */

void PCR_PrivilegeDisablex (PCR_PRIV_ENx blockId)

Summary

Enables access to the given peripheral block in all modes

Description

Enables access to the given peripheral block in all modes

Precondition

None

Parameters

ParamDescription
blockIdOne of the peripheral block ID from the PCR_PRIV_ENx Enum

Returns

None

Example

PCR_PrivilegeDisable0(PCR_PRIV_EN0_GPIO);

Remarks

None