Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/ftm/
Dfsl_ftm.c602 ftm_pwm_mode_t currentPwmMode, in FTM_UpdatePwmDutycycle() argument
630 if ((currentPwmMode == kFTM_EdgeAlignedPwm) || (currentPwmMode == kFTM_CenterAlignedPwm)) in FTM_UpdatePwmDutycycle()
642 if (currentPwmMode == kFTM_CenterAlignedCombinedPwm) in FTM_UpdatePwmDutycycle()
Dfsl_ftm.h505 ftm_pwm_mode_t currentPwmMode,
/hal_nxp-latest/mcux/mcux-sdk/drivers/tpm/
Dfsl_tpm.c597 tpm_pwm_mode_t currentPwmMode, in TPM_UpdatePwmDutycycle() argument
621 if (currentPwmMode == kTPM_CombinedPwm) in TPM_UpdatePwmDutycycle()
694 assert(!(currentPwmMode == kTPM_EdgeAlignedPwm && cnv == 1U && in TPM_UpdatePwmDutycycle()
Dfsl_tpm.h481 tpm_pwm_mode_t currentPwmMode,