Searched refs:HAL_PwmInit (Results 1 – 5 of 5) sorted by relevance
/hal_nxp-3.6.0/mcux/mcux-sdk/components/pwm/ |
D | fsl_adapter_pwm.h | 119 hal_pwm_status_t HAL_PwmInit(hal_pwm_handle_t halPwmHandle, uint8_t instance, uint32_t srcClock_Hz);
|
D | fsl_adapter_pwm_ctimer.c | 39 hal_pwm_status_t HAL_PwmInit(hal_pwm_handle_t halPwmHandle, uint8_t instance, uint32_t srcClock_Hz) in HAL_PwmInit() function
|
D | fsl_adapter_pwm_ftm.c | 37 hal_pwm_status_t HAL_PwmInit(hal_pwm_handle_t halPwmHandle, uint8_t instance, uint32_t srcClock_Hz) in HAL_PwmInit() function
|
D | fsl_adapter_pwm_tpm.c | 37 hal_pwm_status_t HAL_PwmInit(hal_pwm_handle_t halPwmHandle, uint8_t instance, uint32_t srcClock_Hz) in HAL_PwmInit() function
|
/hal_nxp-3.6.0/mcux/mcux-sdk/components/led/ |
D | fsl_component_led.c | 443 … (void)HAL_PwmInit((hal_pwm_handle_t)ledState->pwmHandle[i], ledRgbConfigPin[i].dimming.instance, in LED_Init()
|