1.1.7.8 void PCR_ResetEnablex (PCR_RESET_ENx blockId) Function

C

/* x = Peripheral Reset Enable Register number */

void PCR_ResetEnablex (PCR_RESET_ENx blockId)

Summary

Resets the given peripheral

Description

Resets the given peripheral

Precondition

None

Parameters

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

Returns

None

Example

PCR_ResetEnable0(PCR_RESET_EN0_GPIO_RST_EN);

Remarks

None