Home
last modified time | relevance | path

Searched refs:PWM_NORMAL_POLARITY (Results 1 – 4 of 4) sorted by relevance

/drivers/hdf_core/framework/include/platform/
Dpwm_if.h48 #define PWM_NORMAL_POLARITY 0 macro
/drivers/hdf_core/framework/test/unittest/platform/virtual/
Dpwm_virtual.c51 if (config->polarity != PWM_NORMAL_POLARITY && config->polarity != PWM_INVERTED_POLARITY) { in VirtualPwmSetConfig()
/drivers/hdf_core/framework/test/unittest/platform/common/
Dpwm_test.c206 tester->config.cfg.polarity = PWM_NORMAL_POLARITY; in PwmSetPolarityTest()
/drivers/hdf_core/adapter/platform/pwm/
Dpwm_stm32f4xx.c461 if (config->polarity == PWM_NORMAL_POLARITY) {