Home
last modified time | relevance | path

Searched refs:mp_hal_set_interrupt_char (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/shared/runtime/
A Dinterrupt_char.h30 void mp_hal_set_interrupt_char(int c);
A Dinterrupt_char.c34 void mp_hal_set_interrupt_char(int c) { in mp_hal_set_interrupt_char() function
A Dpyexec.c112 mp_hal_set_interrupt_char(CHAR_CTRL_C); // allow ctrl-C to interrupt us in parse_compile_execute()
117 mp_hal_set_interrupt_char(-1); // disable interrupt in parse_compile_execute()
126 mp_hal_set_interrupt_char(-1); // disable interrupt in parse_compile_execute()
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmphalport.h12 extern void mp_hal_set_interrupt_char(int c);
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmphalport.h11 extern void mp_hal_set_interrupt_char(int c);
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmphalport.h11 extern void mp_hal_set_interrupt_char(int c);
/AliOS-Things-master/components/py_engine/engine/py/
A Dmodmicropython.c151 mp_hal_set_interrupt_char(mp_obj_get_int(int_chr_in)); in mp_micropython_kbd_intr()

Completed in 7 milliseconds