Home
last modified time | relevance | path

Searched refs:PWM_ENABLE_STATUS (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/pwm/
H A Dpwm_adapter.c43 pwm->cfg.status = device->state.enabled ? PWM_ENABLE_STATUS : PWM_DISABLE_STATUS; in HdfPwmOpen()
69 state.enabled = (config->status == PWM_ENABLE_STATUS) ? true : false; in HdfPwmSetConfig()
/ohos5.0/drivers/hdf_core/framework/include/platform/
H A Dpwm_if.h69 #define PWM_ENABLE_STATUS 1 macro
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-pwm-des.md292 pcfg.status = PWM_ENABLE_STATUS; // 运行状态为启用
367 pcfg.status = PWM_ENABLE_STATUS; // 运行状态为启用
H A Ddriver-platform-pwm-develop.md223 // PWM_ENABLE_STATUS | Enabled
/ohos5.0/drivers/hdf_core/adapter/platform/pwm/
H A Dpwm_wm.c57 if (config->status == PWM_ENABLE_STATUS) { in PwmDevSetConfig()
H A Dpwm_bes.c301 if (config->status == PWM_ENABLE_STATUS) {
H A Dpwm_stm32f4xx.c542 if (config->status == PWM_ENABLE_STATUS) {
/ohos5.0/drivers/hdf_core/framework/support/platform/src/pwm/
H A Dpwm_if.c142 config.status = PWM_ENABLE_STATUS; in PwmEnable()
H A Dpwm_if_u.c315 config.status = PWM_ENABLE_STATUS; in PwmEnable()
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-pwm-des.md287 pcfg.status = PWM_ENABLE_STATUS; // Enable PWM.
353 pcfg.status = PWM_ENABLE_STATUS; // Enable the PWM device.
H A Ddriver-platform-pwm-develop.md201 // PWM_ENABLE_STATUS | Enabled
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dpwm_test.c292 if (cfg.status == PWM_ENABLE_STATUS) { in PwmDisableTest()