2.88.13 PTG_EVENTS_CALLBACK_OBJECT Struct
C
typedef struct
{
/* PTG Event handler */
PTG_EVENTS_CALLBACK callback_fn;
/* Context */
uintptr_t context;
}PTG_EVENTS_CALLBACK_OBJECT;
Summary
Defines the data type for PTG peripheral callback object.
Description
This data type should be used to declare a PTG Events Callback object.
Remarks
None.