Home
last modified time | relevance | path

Searched defs:duty (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/components/py_engine/tests/haas/HaaS100/python-apps/driver/pwm/
A Dmain.py7 duty = pwm.getDuty() variable
12 duty = pwm.getDuty() variable
18 duty = pwm.getDuty() variable
/AliOS-Things-master/components/py_engine/tests/haas/HaaSEdu/python-apps/driver/pwm/
A Dmain.py7 duty = pwm.getDuty() variable
12 duty = pwm.getDuty() variable
18 duty = pwm.getDuty() variable
/AliOS-Things-master/components/amp-utility/python/
A DPWM.py18 def setConfig(freq, duty): argument
49 def setDuty(duty): argument
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/hardware/pwm/
A Dmodule_pwm.c18 int duty; member
126 int duty = 0; in native_pwm_setConfig() local
/AliOS-Things-master/solutions/javascript_demo/board/haas-edu-k1/
A Dpwm.js39 var duty = pwm1.get().duty variable
/AliOS-Things-master/solutions/javascript_demo/board/haas100/
A Dpwm.js57 var duty = pwm1.get().duty variable
/AliOS-Things-master/solutions/javascript_demo/board/haas600/
A Dpwm.js39 var duty = pwm1.get().duty variable
/AliOS-Things-master/components/amp/example-js/
A Dpwm.js16 var duty = pwm1.getOption().duty variable
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmachine_pwm.c95 mp_int_t duty = args[ARG_duty].u_int; in machine_pwm_init_helper() local
185 mp_int_t duty = mp_obj_get_int(args[1]); in machine_pwm_duty() local
196 mp_int_t duty = mp_obj_get_int(args[2]); in machine_pwm_freqduty() local
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmachine_pwm.c112 mp_int_t duty = args[ARG_duty].u_int; in machine_pwm_init_helper() local
197 mp_int_t duty = mp_obj_get_int(args[1]); in machine_pwm_duty() local
207 mp_int_t duty = mp_obj_get_int(args[2]); in machine_pwm_freqduty() local
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmachine_pwm.c112 mp_int_t duty = args[ARG_duty].u_int; in machine_pwm_init_helper() local
197 mp_int_t duty = mp_obj_get_int(args[1]); in machine_pwm_duty() local
207 mp_int_t duty = mp_obj_get_int(args[2]); in machine_pwm_freqduty() local
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/hardware/pwm/
A Dmodule_pwm.c22 int duty; member
143 int duty = 0; in native_pwm_setConfig() local

Completed in 12 milliseconds