1.3.17.29 PDEC_QDEC_CALLBACK Typedef

C

typedef void (*PDEC_QDEC_CALLBACK) (PDEC_QDEC_STATUS status, uintptr_t context);

Summary

Defines the function pointer data type and function signature for the pdec QDEC callback function.

Description

This data type defines the function pointer and function signature for the pdec QDEC callback function. The pdec peripheral will call back the client's function with this signature.

Remarks

None.