1.8.19.14 SEFC_CALLBACK Typedef

C

typedef void (*SEFC_CALLBACK)(uintptr_t context);

Summary

Defines the data type and function signature for the SEFCx peripheral callback function.

Description

This data type defines the function signature for the SEFCx peripheral callback function. The SEFCx peripheral will callback the client's function with this signature when SEFCx is ready to accept new operation.

Precondition

SEFCx_CallbackRegister must have been called to set the function to be called.

Parameters

Param Description
context Allows the caller to provide a context value (usually a pointerto the callers context for multi-instance clients).

Returns

None.