1.34.1.17 AFEC_CALLBACK Typedef
C
typedef void (*AFEC_CALLBACK)(uint32_t status, uintptr_t context)
Summary
Defines the function pointer data type and function signature for the afec peripheral callback function.
Description
This data type defines the function pointer and function signature for the afec peripheral callback function. The afec peripheral will call back the client's function with this signature at the end of conversion.
Parameters
Param | Description |
---|---|
status | status of the interrupts |
context | Allows the caller to provide a context value (usually a pointer to the callers context for multi-instance clients) |
Returns
None.
Remarks
None.