1.1.3 System - Interrupts
The interrupts API connects the WINCS02 driver to an appropriate interrupt driver within the Harmony framework. Depending on hardware and system configuration Harmony will construct a suitable interrupt interface layer for use by the WINCS02 driver.
An integer intSrc
is provided for interrupt source configuration to be passed through the WINCS02 driver initialization to the interrupt interface via WDRV_WINC_INTInitialize
.
If the WINCS02 driver is de-initialized it will call WDRV_WINC_INTDeinitialize
to de-initialize the interrupt driver.