1.36.16.2 SUPC_SleepModeEnter Function

C

void SUPC_SleepModeEnter (void);

Summary

Puts the device into Sleep mode

Description

This functions is used to put the device into sleep mode to optimize power consumption.

In this mode, only the core clock is stopped and peripheral clock remains enabled.

Processor wakeup is triggered by an interrupt.

Precondition

None

Parameters

None

Returns

None.

Example

SUPC_SleepModeEnter ();

Remarks

None.