ESM Hardware Atrributes.
The structure is used to store the hardware specific configuration which is passed to the driver instance
ESM parameters are used with the ESM_open() call.
Data Fields | |
| CSL_esmRegs * | ptrESMRegs |
| uint32_t | highPrioIntNum |
| uint32_t | lowPrioIntNum |
| uint8_t | intrHighPriority |
| uint8_t | intrLowPriority |
| CSL_esmRegs* ESM_Attrs::ptrESMRegs |
ESM Peripheral's base address for the control register space
| uint32_t ESM_Attrs::highPrioIntNum |
Priority of High priority interrupt
| uint32_t ESM_Attrs::lowPrioIntNum |
Priority of Low priority interrupt
| uint8_t ESM_Attrs::intrHighPriority |
High priority interrupt number
| uint8_t ESM_Attrs::intrLowPriority |
Low priority interrupt number