Enable interrupt and/or hardware exception bits in MSR. Only bits present in XIL_EXCEPTIONS_MASK are applied; XIL_EXCEPTION_MASK (EE) is ignored when MICROBLAZE_EXCEPTIONS_ENABLED is not defined.
Prototype
void Xil_ExceptionEnableMask(u32 Mask);
Parameters
The following table lists the Xil_ExceptionEnableMask function arguments.
| Type | Member | Description |
|---|---|---|
| u32 | Mask | bits to set (typically XIL_INTERRUPTS_MASK, XIL_EXCEPTION_MASK, or XIL_EXCEPTION_ALL). |