Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/components/pwm/
Dfsl_adapter_pwm.h140 hal_pwm_status_t HAL_PwmSetupPwm(hal_pwm_handle_t halPwmHandle, uint8_t channel, hal_pwm_setup_conf…
Dfsl_adapter_pwm_ctimer.c83 hal_pwm_status_t HAL_PwmSetupPwm(hal_pwm_handle_t halPwmHandle, uint8_t channel, hal_pwm_setup_conf… in HAL_PwmSetupPwm() function
Dfsl_adapter_pwm_ftm.c84 hal_pwm_status_t HAL_PwmSetupPwm(hal_pwm_handle_t halPwmHandle, uint8_t channel, hal_pwm_setup_conf… in HAL_PwmSetupPwm() function
Dfsl_adapter_pwm_tpm.c82 hal_pwm_status_t HAL_PwmSetupPwm(hal_pwm_handle_t halPwmHandle, uint8_t channel, hal_pwm_setup_conf… in HAL_PwmSetupPwm() function
/hal_nxp-3.6.0/mcux/mcux-sdk/components/led/
Dfsl_component_led.c451 … (void)HAL_PwmSetupPwm(ledState->pwmHandle[i], ledRgbConfigPin[i].dimming.channel, &setupConfig); in LED_Init()