Searched refs:mp_call_function_2 (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | runtime_utils.c | 45 mp_obj_t ret = mp_call_function_2(fun, arg1, arg2); in mp_call_function_2_protected()
|
A D | runtime.h | 117 mp_obj_t mp_call_function_2(mp_obj_t fun, mp_obj_t arg1, mp_obj_t arg2);
|
A D | runtime.c | 636 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 D | mqttclient.c | 51 mp_call_function_2( in messageArrived()
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | modbluetooth.c | 1102 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 12 milliseconds