1.22.26.6 SQI_EVENT_HANDLER Typedef

C

typedef void (*SQI_EVENT_HANDLER)(uintptr_t context);

Summary

Defines the data type and function signature for the SQI peripheral event handler function.

Description

This data type defines the function signature for the SQI peripheral event handler function. The SQI peripheral will callback the client's function with this signature when SQI is done with the transaction.

Precondition

SQIx_RegisterCallback 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 pointer to the callers context for multi-instance clients).

Returns

None.