Home
last modified time | relevance | path

Searched refs:PWM_INVERTED_POLARITY (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-pwm-des.md261 ret = PwmSetPolarity(handle, PWM_INVERTED_POLARITY); // 设置极性为反
291 pcfg.polarity = PWM_INVERTED_POLARITY; // 极性为反
391 ret = PwmSetPolarity(handle, PWM_INVERTED_POLARITY); // 设置极性为反
H A Ddriver-platform-pwm-develop.md218 // PWM_INVERTED_POLARITY | Inverted polarity
/ohos5.0/drivers/hdf_core/framework/include/platform/
H A Dpwm_if.h55 #define PWM_INVERTED_POLARITY 1 macro
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/virtual/
H A Dpwm_virtual.c51 if (config->polarity != PWM_NORMAL_POLARITY && config->polarity != PWM_INVERTED_POLARITY) { in VirtualPwmSetConfig()
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-pwm-des.md256 ret = PwmSetPolarity(handle, PWM_INVERTED_POLARITY); // Set the PWM signal polarity to inverted.
286 pcfg.polarity = PWM_INVERTED_POLARITY; // Set the PWM signal polarity to inverted.
375 …ret = PwmSetPolarity(handle, PWM_INVERTED_POLARITY); // Set the PWM signal polarity to inv…
H A Ddriver-platform-pwm-develop.md196 // PWM_INVERTED_POLARITY | Inverted polarity
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dpwm_test.c214 tester->config.cfg.polarity = PWM_INVERTED_POLARITY; in PwmSetPolarityTest()