diff -r ebc84c812384 -r 46218c8b8afa Symbian3/PDK/Source/GUID-159BDA2E-123C-52DF-9F8B-E058379EBFB8.dita --- a/Symbian3/PDK/Source/GUID-159BDA2E-123C-52DF-9F8B-E058379EBFB8.dita Thu Mar 11 15:24:26 2010 +0000 +++ b/Symbian3/PDK/Source/GUID-159BDA2E-123C-52DF-9F8B-E058379EBFB8.dita Thu Mar 11 18:02:22 2010 +0000 @@ -1,25 +1,25 @@ - - - - - -Interrupt::SetPriority()The interrupt architecture supports the concept of adjustable interrupt -priorities. -

The Interrupt::SetPriority() function can be used to -implement adjustable interrupt priorities.

-

The function takes the Interrupt -ID to identify the interrupt source, and a TInt value -specifying the priority value. The meaning of the priority value is hardware -and implementation dependent and is defined by the port.

-

At its simplest, the function could be used to decide whether interrupts -generate an IRQ or FIQ at the ARM. For hardware such as OMAP that supports -interrupt priority in hardware, priorities can be modified through this function. -If priority adjustment is not supported, or will not be implemented, Interrupt::SetPriority() should -just return KErrNotSupported.

+ + + + + +Interrupt::SetPriority()The interrupt architecture supports the concept of adjustable interrupt +priorities. +

The Interrupt::SetPriority() function can be used to +implement adjustable interrupt priorities.

+

The function takes the Interrupt +ID to identify the interrupt source, and a TInt value +specifying the priority value. The meaning of the priority value is hardware +and implementation dependent and is defined by the port.

+

At its simplest, the function could be used to decide whether interrupts +generate an IRQ or FIQ at the ARM. For hardware such as OMAP that supports +interrupt priority in hardware, priorities can be modified through this function. +If priority adjustment is not supported, or will not be implemented, Interrupt::SetPriority() should +just return KErrNotSupported.

\ No newline at end of file