1.8.2.26 1.25.1.22 1.26.1.22 1.27.2.22 1.28.2.26 1.35.1.15 1.36.1.15 1.41.1.22 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.