1.35.4.14 EFC_CALLBACK Typedef

C

typedef void (*EFC_CALLBACK)(uintptr_t context);

Summary

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

Description

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

Precondition

EFC_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.