A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: rpw1642822671581
Ixiasoft
Visible to Intel only — GUID: rpw1642822671581
Ixiasoft
9.3.1. Platform Interrupt Service Routines
When you create a board support package (BSP) project, the build tools include all needed device drivers. You do not need to write HAL ISRs unless you are interfacing to a custom peripheral. For reference purposes, this section describes the framework provided by HAL BSPs for handling platform interrupts.
For examples of HAL ISRs, refer to existing handlers for Intel components.Developing Programs Using the Hardware Abstraction Layer section.
Section Content
HAL APIs for Platform Interrupts
Writing a Platform ISR
Registering a Platform ISR
Enabling and Disabling Interrupts
C Example