2.90.39 PWM_GENERATOR_EOC_EVENT_CALLBACK_OBJ Struct

C

typedef struct
{
    PWM_GENERATOR_EOC_EVENT_CALLBACK            callback;
    
    uintptr_t                                   context;
    
}PWM_GENERATOR_EOC_EVENT_CALLBACK_OBJ;

Summary

Holds the callback and context information for handling events on a specified PWM Generator.

Description

This structure holds the callback and context information for handling events on a specified PWM Generator.

Remarks

None.