Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/support/platform/include/pwm/
Dpwm_core.h47 void *PwmGetPriv(const struct PwmDev *pwm);
/drivers/hdf_core/adapter/platform/pwm/
Dpwm_bes.c289 prvPwm = (struct PwmDevice *)PwmGetPriv(pwm);
330 prvPwm = (struct PwmDevice *)PwmGetPriv(pwm);
Dpwm_wm.c46 prvPwm = (struct PwmDevice *)PwmGetPriv(pwm); in PwmDevSetConfig()
Dpwm_stm32f4xx.c527 prvPwm = (struct PwmDevice *)PwmGetPriv(pwm);
579 prvPwm = (PwmDevice *)PwmGetPriv(pwm);
/drivers/hdf_core/framework/support/platform/src/pwm/
Dpwm_core.c123 void *PwmGetPriv(const struct PwmDev *pwm) in PwmGetPriv() function