2.3.103 ADC_CHANNEL_CALLBACK Typedef

C

typedef void (*ADC_CHANNEL_CALLBACK)(uint32_t result, uintptr_t context);

Summary

Defines the callback function prototype for ADC Channel conversion complete interrupt.

Description

This data type defines the callback function prototype for ADC Channel conversion complete interrupt.

Remarks

None.