1.42.4.11 HEFC_CALLBACK Typedef
C
typedef void (*HEFC_CALLBACK)(uintptr_t context);
Summary
Defines the data type and function signature for the HEFC peripheral callback function.
Description
This data type defines the function signature for the HEFC peripheral callback function. The HEFC peripheral will callback the client's function with this signature when HEFC is ready to accept new operation.
Precondition
HEFC_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.