Searched refs:PWM_ENABLE_STATUS (Results 1 – 12 of 12) sorted by relevance
43 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()
69 #define PWM_ENABLE_STATUS 1 macro
292 pcfg.status = PWM_ENABLE_STATUS; // 运行状态为启用367 pcfg.status = PWM_ENABLE_STATUS; // 运行状态为启用
223 // PWM_ENABLE_STATUS | Enabled
57 if (config->status == PWM_ENABLE_STATUS) { in PwmDevSetConfig()
301 if (config->status == PWM_ENABLE_STATUS) {
542 if (config->status == PWM_ENABLE_STATUS) {
142 config.status = PWM_ENABLE_STATUS; in PwmEnable()
315 config.status = PWM_ENABLE_STATUS; in PwmEnable()
287 pcfg.status = PWM_ENABLE_STATUS; // Enable PWM.353 pcfg.status = PWM_ENABLE_STATUS; // Enable the PWM device.
201 // PWM_ENABLE_STATUS | Enabled
292 if (cfg.status == PWM_ENABLE_STATUS) { in PwmDisableTest()