Searched refs:machine_pwm_freqduty (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/py_engine/adapter/haas/ |
A D | machine_pwm.c | 191 STATIC mp_obj_t machine_pwm_freqduty(size_t n_args, const mp_obj_t *args) in machine_pwm_freqduty() function 201 STATIC MP_DEFINE_CONST_FUN_OBJ_VAR_BETWEEN(machine_pwm_freqduty_obj, 1, 2, machine_pwm_freqduty);
|
/AliOS-Things-master/components/py_engine/adapter/haas510/ |
A D | machine_pwm.c | 203 STATIC mp_obj_t machine_pwm_freqduty(size_t n_args, const mp_obj_t *args) { in machine_pwm_freqduty() function 212 STATIC MP_DEFINE_CONST_FUN_OBJ_VAR_BETWEEN(machine_pwm_freqduty_obj, 1, 2, machine_pwm_freqduty);
|
/AliOS-Things-master/components/py_engine/adapter/haas600/ |
A D | machine_pwm.c | 203 STATIC mp_obj_t machine_pwm_freqduty(size_t n_args, const mp_obj_t *args) { in machine_pwm_freqduty() function 212 STATIC MP_DEFINE_CONST_FUN_OBJ_VAR_BETWEEN(machine_pwm_freqduty_obj, 1, 2, machine_pwm_freqduty);
|
Completed in 7 milliseconds