Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
10/16/2014
The following table shows the programming elements exported from the interrupt library for use with other libraries in the OAL.
Programming Element |
Description |
|---|---|
Interrupt library constants that are contained in the OAL interface include OAL_INTR_IRQ_MAXIMUM. |
|
This function initializes the interrupt hardware. It is usually called during the system initialization process. |
|
This function allocates a new SYSINTR value for a specified IRQ list. |
|
This function sets the static mapping between an IRQ and a SYSINTR. OALIntrStaticTranslate is typically used during system initialization for legacy drivers. |