次の方法で共有


OALCPUIdle (Compact 2013)

10/16/2014

This function puts the CPU or SOC into an idle state. The CPU or SOC should be in the idle state when an interrupt occurs.

Syntax

VOID OALCPUIdle();

Parameters

None.

Return Value

None.

Remarks

This function is called with interrupts disabled. When this function returns, interrupts must also be disabled.

Implement this function only when you use OEMIdle. The common library contains a busy loop implementation that you can use for development.

Requirements

Header

oal_timer.h

Library

Developer Implemented

See Also

Reference

Timer Functions