52 #if IFX_CFG_USE_STANDARD_INTERFACE
67 #if IFX_CFG_USE_STANDARD_INTERFACE
68 IFX_INLINE void TPwm_start(
TPwm *handle) {handle->functions.start(handle); }
69 IFX_INLINE void TPwm_pause(
TPwm *handle) {handle->functions.pause(handle); }
70 IFX_INLINE void TPwm_resume(
TPwm *handle) {handle->functions.resume(handle); }
71 IFX_INLINE void TPwm_stop(
TPwm *handle) {handle->functions.stop(handle); }