Home
last modified time | relevance | path

Searched refs:HAL_PwmUpdateDutycycle (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/components/pwm/
Dfsl_adapter_pwm.h153 hal_pwm_status_t HAL_PwmUpdateDutycycle(hal_pwm_handle_t halPwmHandle,
Dfsl_adapter_pwm_ctimer.c111 hal_pwm_status_t HAL_PwmUpdateDutycycle(hal_pwm_handle_t halPwmHandle, in HAL_PwmUpdateDutycycle() function
Dfsl_adapter_pwm_ftm.c118 hal_pwm_status_t HAL_PwmUpdateDutycycle(hal_pwm_handle_t halPwmHandle, in HAL_PwmUpdateDutycycle() function
Dfsl_adapter_pwm_tpm.c116 hal_pwm_status_t HAL_PwmUpdateDutycycle(hal_pwm_handle_t halPwmHandle, in HAL_PwmUpdateDutycycle() function
/hal_nxp-3.6.0/mcux/mcux-sdk/components/led/
Dfsl_component_led.c184 … (void)HAL_PwmUpdateDutycycle(ledState->pwmHandle[i], (uint8_t)ledRgbPin[i].dimming.channel, in LED_SetStatus()