1.12.1.37 ADCHS_DF_CALLBACK Typedef

C

typedef void (*ADCHS_DF_CALLBACK)(uintptr_t context)

Summary

Defines the function pointer data type and function signature for the adchs digital filter interrupt callback function.

Description

This data type defines the function pointer and function signature for the adchs digital filter interrupt callback function. The adchs peripheral will call back the client's function with this signature when a digital filter event occurs.

Parameters

Param Description
context Allows the caller to provide a context value (usually a pointer to the callers context for multi-instance clients)

Returns

None.

Remarks

None.