1.12.14.21 MCPWM_CH_CALLBACK Typedef

C

typedef void (*MCPWM_CH_CALLBACK)( uint32_t status, uintptr_t context )

Summary

Defines the data type and function signature for the MCPWM peripheral channel callback function

Description

This data type defines the function signature for the MCPWM peripheral channel callback function. The library will call back the client's function with this signature from the interrupt context.