Visible to Intel only — GUID: mwh1416946757011
Ixiasoft
Visible to Intel only — GUID: mwh1416946757011
Ixiasoft
5.3.2.2. Provide Partial HAL Support
Inevitably, certain peripherals have hardware-specific features with usage requirements that do not map well to a general-purpose API. The HAL handles hardware-specific requirements by providing the UNIX-style ioctl() function. Because the hardware features depend on the peripheral, the ioctl() options are documented in the description for each peripheral.
Some peripherals provide dedicated accessor functions that are not based on the HAL generic device models. For example, Altera provides a general-purpose parallel I/O (PIO) core for use with the Nios II processor system. The PIO peripheral does not fit in any class of generic device models provided by the HAL, and so it provides a header file and a few dedicated accessor functions only.
For complete details regarding software support for a peripheral, refer to the peripheral’s description.
For more information about Altera-provided peripherals, refer to the Embedded Peripherals IP User Guide.