1.8.2.26 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.