1.11.4.4 1.13.3.4 1.14.4.4 1.15.4.4 CLC_CALLBACK Typedef
C
typedef void (*CLC_CALLBACK)( uintptr_t context)
Summary
Defines the data type and function signature for the CLC peripheral callback function.
Description
This data type defines the function signature for the CLC peripheral callback function. The CLC peripheral will call back the client's function with this signature when a CLC interrupt occurs.
Precondition
CLC_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 pointer to the callers context for multi-instance clients) |
Returns
None.