1.1.7.9 void PCR_SleepDisablex (PCR_SLEEP_ENx blockId) Function

C

/* x = Peripheral Sleep Enable Register number */

void PCR_SleepDisablex (PCR_SLEEP_ENx blockId)

Summary

Brings the module out of sleep mode and is free to use the clock as necessary

Description

Brings the module out of sleep mode and is free to use the clock as necessary

Precondition

None

Parameters

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

Returns

None

Example

PCR_SleepDisable0(PCR_SLEEP_EN0_GPIO_SLP_EN);

Remarks

None