1.10.1.41 ADCHS_EOS_CALLBACK_OBJECT Struct

C

typedef struct
{
    ADCHS_EOS_CALLBACK callback_fn;
    uintptr_t context;
}ADCHS_EOS_CALLBACK_OBJECT;

Summary

ADCHS Callback structure for End of Scan (EOS) interrupt

Description

This stores the callback function pointer and context

Remarks

None.