1.2.15.31 1.3.17.31 1.5.16.31 1.32.18.31 PDEC_COUNTER_CALLBACK Typedef
C
typedef void (*PDEC_COUNTER_CALLBACK) (PDEC_COUNTER_STATUS status, uintptr_t context);
Summary
Defines the function pointer data type and function signature for the pdec counter callback function.
Description
This data type defines the function pointer and function signature for the pdec counter callback function. The pdec peripheral will call back the client's function with this signature.
Remarks
None.