1.6.2.36 1.7.2.36 1.10.1.36 1.11.1.36 1.12.1.36 1.13.1.36 1.22.1.36 1.23.1.36 1.24.1.36 ADCHS_DC_CALLBACK Typedef
C
typedef void (*ADCHS_DC_CALLBACK)(ADCHS_CHANNEL_NUM channel, uintptr_t context)
Summary
Defines the function pointer data type and function signature for the adchs digital comparator interrupt callback function.
Description
This data type defines the function pointer and function signature for the adchs digital comparator interrupt callback function. The adchs peripheral will call back the client's function with this signature when a digital comparator event occurs.
Parameters
Param | Description |
---|---|
channel | Analog channel number |
context | Allows the caller to provide a context value (usually a pointer to the callers context for multi-instance clients) |
Returns
None.
Remarks
None.