1.5.24.11 1.29.22.11 SDADC_CALLBACK_OBJECT Struct
C
typedef struct { /* callback function */ SDADC_CALLBACK callback; /* context value */ uintptr_t context; }SDADC_CALLBACK_OBJECT;
Summary
Callback structure
Description
This stores the callback function pointer and context
Remarks
None.