1.8.8.6 IPCx_GetEnabledIRQs Function
C
ipc_irq_mask_t ${IPC_INSTANCE_NAME}_GetEnabledIRQs(void);
Summary
Reads the list of the enabled interrupts
Description
This function reads the list of the enabled interrupts
Precondition
None.
Parameters
NoneReturns
Mask of the enabled interrupts
Example
ipc_irq_mask_t status; status = IPC0_GetEnabledIRQs();
Remarks
None.