Home
last modified time | relevance | path

Searched refs:mp_call_function_2 (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Druntime_utils.c45 mp_obj_t ret = mp_call_function_2(fun, arg1, arg2); in mp_call_function_2_protected()
A Druntime.h117 mp_obj_t mp_call_function_2(mp_obj_t fun, mp_obj_t arg1, mp_obj_t arg2);
A Druntime.c636 mp_obj_t mp_call_function_2(mp_obj_t fun, mp_obj_t arg1, mp_obj_t arg2) { in mp_call_function_2() function
/AliOS-Things-master/components/py_engine/modules/mqtt/
A Dmqttclient.c51 mp_call_function_2( in messageArrived()
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodbluetooth.c1102 mp_call_function_2(handler, MP_OBJ_NEW_SMALL_INT(event), MP_OBJ_FROM_PTR(data_tuple)); in bluetooth_ble_invoke_irq()
1159 …mp_obj_t result = mp_call_function_2(o->irq_handler, MP_OBJ_NEW_SMALL_INT(event), MP_OBJ_FROM_PTR(… in invoke_irq_handler()

Completed in 13 milliseconds