1.9.1.40 ADC_CORE_CALLBACK_OBJECT Struct

C

typedef struct
{
    ADC_CORE_CALLBACK callback;
    uintptr_t context;
}ADC_CORE_CALLBACK_OBJECT;

Summary

ADC Core events Callback structure

Description

This stores the ACD Core event callback function pointer and context

Remarks

None.