1.1.7.6 void PCR_PrivilegeDisablex (PCR_PRIV_ENx blockId) 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

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

Returns

None

Example

PCR_PrivilegeDisable0(PCR_PRIV_EN0_GPIO);

Remarks

None