1.1.7.10 void PCR_SleepEnablex (PCR_SLEEP_ENx blockId) Function

C

/* x = Peripheral Sleep Enable Register number */

void PCR_SleepEnablex (PCR_SLEEP_ENx blockId)

Summary

The given peripheral block is commanded to enter into sleep mode at the next available moment

Description

The given peripheral block is commanded to enter into sleep mode at the next available moment

Precondition

None

Parameters

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

Returns

None

Example

PCR_SleepEnable0(PCR_SLEEP_EN0_GPIO_SLP_EN);

Remarks

None