1.9.1.41 ADC_GLOBAL_CALLBACK_OBJECT Struct

C

typedef struct
{
    ADC_GLOBAL_CALLBACK callback;
    uintptr_t context;
}ADC_GLOBAL_CALLBACK_OBJECT;

Summary

ADC Global Callback structure

Description

This stores the global ADC event callback function pointer and context

Remarks

None.