PRUICSS IRQ handler mapping structure.
Data Fields | |
| PRUICSS_IrqHandler | irqHandler |
| HwiP_Object | hwiObj |
| uint8_t | waitEnable |
| SemaphoreP_Object | semObj |
| PRUICSS_Handle | pruicssHandle |
| PRUICSS_IrqHandler PRUICSS_IrqFunMap::irqHandler |
Interrupt handler
| HwiP_Object PRUICSS_IrqFunMap::hwiObj |
HW Interrupt object
| uint8_t PRUICSS_IrqFunMap::waitEnable |
Flag to check if a binary semaphore is needed to wait on
| SemaphoreP_Object PRUICSS_IrqFunMap::semObj |
Binary semaphore to wait on
| PRUICSS_Handle PRUICSS_IrqFunMap::pruicssHandle |