1.8.8.8 IPC0_GetIRQStatus Function

C

ipc_irq_mask_t ${IPC_INSTANCE_NAME}_GetIRQStatus(void)

Summary

Reads the status of the interrupts

Description

This function reads the status of the interrupts

Precondition

None.

Parameters

None

Returns

Status of the interrupts

Example

ipc_irq_mask_t status;
status = IPC0_GetIRQStatus();

Remarks

None.