Searched refs:PWM_INVERTED_POLARITY (Results 1 – 7 of 7) sorted by relevance
261 ret = PwmSetPolarity(handle, PWM_INVERTED_POLARITY); // 设置极性为反291 pcfg.polarity = PWM_INVERTED_POLARITY; // 极性为反391 ret = PwmSetPolarity(handle, PWM_INVERTED_POLARITY); // 设置极性为反
218 // PWM_INVERTED_POLARITY | Inverted polarity
55 #define PWM_INVERTED_POLARITY 1 macro
51 if (config->polarity != PWM_NORMAL_POLARITY && config->polarity != PWM_INVERTED_POLARITY) { in VirtualPwmSetConfig()
256 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…
196 // PWM_INVERTED_POLARITY | Inverted polarity
214 tester->config.cfg.polarity = PWM_INVERTED_POLARITY; in PwmSetPolarityTest()