27.10.2015 Views

Advanced Configuration and Power Interface Specification

ACPI_6.0

ACPI_6.0

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

ACPI Source Language (ASL)Reference<br />

Arguments<br />

Source <strong>and</strong> ShiftCount are evaluated as Integers.<br />

Description<br />

Source is shifted right with the most significant bit zeroed ShiftCount times. The result is optionally<br />

stored into Result.<br />

19.6.117 Signal (Signal a Synchronization Event)<br />

Syntax<br />

Signal (SyncObject)<br />

Arguments<br />

SynchObject must be an Event synchronization object.<br />

Description<br />

The Event object is signaled once, allowing one invocation to acquire the event.<br />

19.6.118 SizeOf (Get Data Object Size)<br />

Syntax<br />

SizeOf (ObjectName) => Integer<br />

Arguments<br />

ObjectName must be a buffer, string or package object.<br />

Description<br />

Returns the size of a buffer, string, or package data object.<br />

For a buffer, it returns the size in bytes of the data. For a string, it returns the size in bytes of the<br />

string, not counting the trailing NULL. For a package, it returns the number of elements. For an<br />

object reference, the size of the referenced object is returned. Other data types cause a fatal run-time<br />

error.<br />

19.6.119 Sleep (Milliseconds Sleep)<br />

Syntax<br />

Sleep (MilliSeconds)<br />

Arguments<br />

The Sleep term is used to implement long-term timing requirements. Execution is delayed for at<br />

least the required number of milliseconds.<br />

Version 6.0 885

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!