1.8.8.10 IPC_CALLBACK Typedef

C

typedef void (*IPC_CALLBACK) (ipc_irq_mask_t irq_mask, uintptr_t context);

Summary

Defines the function pointer data type and function signature for the IPC callback function.

Description

This data type defines the function pointer and function signature for the IPCx callback function. The library will call back the client's function with this signature from the interrupt routine.