Home
last modified time | relevance | path

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

/dports/lang/micropython/micropython-1.17/py/
H A Druntime_utils.c45 mp_obj_t ret = mp_call_function_2(fun, arg1, arg2); in mp_call_function_2_protected()
H A Druntime.h117 mp_obj_t mp_call_function_2(mp_obj_t fun, mp_obj_t arg1, mp_obj_t arg2);
H 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
/dports/lang/micropython/micropython-1.17/extmod/
H 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()
/dports/lang/micropython/micropython-1.17/ports/rp2/
H A Drp2_pio.c616 …mp_obj_t encoded_obj = mp_call_function_2(asm_pio_encode, instr_in, MP_OBJ_NEW_SMALL_INT(sideset_c… in rp2_state_machine_exec()
/dports/lang/micropython/micropython-1.17/ports/stm32/
H A Dpyb_can.c959 mp_call_function_2(callback, MP_OBJ_FROM_PTR(self), irq_reason); in pyb_can_handle_callback()