1.25.16.8 1.26.14.8 1.27.16.8 1.28.19.8 1.34.14.8 1.35.10.8 1.36.13.8 1.41.15.8 1.42.14.8 RSTC_CALLBACK Typedef
C
typedef void (*RSTC_CALLBACK) (uintptr_t context)
Summary
RSTC Callback Function Pointer.
Description
This data type defines the RSTC Callback Function Pointer.
Parameters
Param | Description |
---|---|
context | The value of parameter will be passed back to the application unchanged when the callback function is called. It can be used to identify any application specific value that identifies the instance of the client module (for example, it may be a pointer to the client module's state structure) |
Returns
None.
Remarks
None.