Home
last modified time | relevance | path

Searched refs:currentPwmMode (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/tpm/
Dfsl_tpm.c580 tpm_pwm_mode_t currentPwmMode, in TPM_UpdatePwmDutycycle() argument
604 if (currentPwmMode == kTPM_CombinedPwm) in TPM_UpdatePwmDutycycle()
677 assert(!(currentPwmMode == kTPM_EdgeAlignedPwm && cnv == 1U && in TPM_UpdatePwmDutycycle()
Dfsl_tpm.h466 tpm_pwm_mode_t currentPwmMode,
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ftm/
Dfsl_ftm.c596 ftm_pwm_mode_t currentPwmMode, in FTM_UpdatePwmDutycycle() argument
624 if ((currentPwmMode == kFTM_EdgeAlignedPwm) || (currentPwmMode == kFTM_CenterAlignedPwm)) in FTM_UpdatePwmDutycycle()
636 if (currentPwmMode == kFTM_CenterAlignedCombinedPwm) in FTM_UpdatePwmDutycycle()
Dfsl_ftm.h505 ftm_pwm_mode_t currentPwmMode,