1.35.10.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.