1.1.7.7 void PCR_PrivilegeEnablex (PCR_PRIV_ENx blockId) Function

C

/* x = Privilege Enable Register number */

void PCR_PrivilegeEnablex (PCR_PRIV_ENx blockId)

Summary

The given peripheral block can only be accessed when processor is running in privileged mode

Description

The given peripheral block can only be accessed when processor is running in privileged mode

Precondition

None

Parameters

Param Description
blockId One of the peripheral block ID from the PCR_PRIV_ENx Enum

Returns

None

Example

PCR_PrivilegeEnable0(PCR_PRIV_EN0_GPIO);

Remarks

None