2.75.10 PCR_SleepEnablex 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

ParamDescription
blockIdOne of the peripheral block ID from the PCR_SLEEP_ENx Enum

Returns

None

Example

PCR_SleepEnable0(PCR_SLEEP_EN0_GPIO_SLP_EN);

Remarks

None