Home
last modified time | relevance | path

Searched refs:PwmDeviceSetConfig (Results 1 – 3 of 3) sorted by relevance

/drivers/hdf_core/framework/support/platform/include/pwm/
Dpwm_core.h45 int32_t PwmDeviceSetConfig(struct PwmDev *pwm, struct PwmConfig *config);
/drivers/hdf_core/framework/support/platform/src/pwm/
Dpwm_core.c66 int32_t PwmDeviceSetConfig(struct PwmDev *pwm, struct PwmConfig *config) in PwmDeviceSetConfig() function
150 return PwmDeviceSetConfig(pwm, config); in PwmUserSetConfig()
Dpwm_if.c182 ret = PwmDeviceSetConfig(handle, config); in PwmSetConfig()