Searched refs:update_param (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/py_engine/adapter/haas/ |
A D | machine_pwm.c | 40 STATIC int update_param(machine_pwm_obj_t *self, mp_uint_t newfreq, mp_uint_t newduty) in update_param() function 169 int status = update_param(self, freq, self->duty_cycle); in machine_pwm_freq() 186 mp_int_t status = update_param(self, self->freq, duty); in machine_pwm_duty() 198 int status = update_param(self, freq, duty); in machine_pwm_freqduty()
|
/AliOS-Things-master/components/py_engine/adapter/haas510/ |
A D | machine_pwm.c | 63 STATIC int update_param(machine_pwm_obj_t* self, mp_uint_t newfreq, mp_uint_t newduty) { in update_param() function 182 int status = update_param(self, freq, self->duty_cycle); in machine_pwm_freq() 198 mp_int_t status = update_param(self, self->freq, duty); in machine_pwm_duty() 209 int status = update_param(self, freq, duty); in machine_pwm_freqduty()
|
/AliOS-Things-master/components/py_engine/adapter/haas600/ |
A D | machine_pwm.c | 63 STATIC int update_param(machine_pwm_obj_t* self, mp_uint_t newfreq, mp_uint_t newduty) { in update_param() function 182 int status = update_param(self, freq, self->duty_cycle); in machine_pwm_freq() 198 mp_int_t status = update_param(self, self->freq, duty); in machine_pwm_duty() 209 int status = update_param(self, freq, duty); in machine_pwm_freqduty()
|
Completed in 7 milliseconds