Home
last modified time | relevance | path

Searched refs:MICROPY_WRAP_MP_SCHED_KEYBOARD_INTERRUPT (Results 1 – 4 of 4) sorted by relevance

/dports/lang/micropython/micropython-1.17/py/
H A Dscheduler.c44 void MICROPY_WRAP_MP_SCHED_KEYBOARD_INTERRUPT(mp_sched_keyboard_interrupt)(void) { in MICROPY_WRAP_MP_SCHED_KEYBOARD_INTERRUPT() function
H A Dmpconfig.h1540 #ifndef MICROPY_WRAP_MP_SCHED_KEYBOARD_INTERRUPT
1541 #define MICROPY_WRAP_MP_SCHED_KEYBOARD_INTERRUPT(f) f macro
/dports/lang/micropython/micropython-1.17/ports/esp8266/
H A Dmpconfigport.h202 #define MICROPY_WRAP_MP_SCHED_KEYBOARD_INTERRUPT(f) MP_FASTCODE(f) macro
/dports/lang/micropython/micropython-1.17/ports/esp32/
H A Dmpconfigport.h283 #define MICROPY_WRAP_MP_SCHED_KEYBOARD_INTERRUPT(f) IRAM_ATTR f macro