Searched refs:machine_soft_timer_stop (Results 1 – 3 of 3) sorted by relevance
162 STATIC mp_obj_t machine_soft_timer_stop(mp_obj_t self_in) in machine_soft_timer_stop() function168 STATIC MP_DEFINE_CONST_FUN_OBJ_1(machine_soft_timer_stop_obj, machine_soft_timer_stop);
188 STATIC mp_obj_t machine_soft_timer_stop(mp_obj_t self_in) { in machine_soft_timer_stop() function193 STATIC MP_DEFINE_CONST_FUN_OBJ_1(machine_soft_timer_stop_obj, machine_soft_timer_stop);
Completed in 9 milliseconds