2.3.78 ADC_CALLBACK_OBJECT Struct
C
typedef struct
{
ADC_CALLBACK callback_fn;
uintptr_t context;
}ADC_CALLBACK_OBJECT;
Summary
ADC Callback structure
Description
This stores the callback function pointer and context
Remarks
None.
typedef struct
{
ADC_CALLBACK callback_fn;
uintptr_t context;
}ADC_CALLBACK_OBJECT;
ADC Callback structure
This stores the callback function pointer and context
None.