Home
last modified time | relevance | path

Searched refs:MICROPY_END_ATOMIC_SECTION (Results 1 – 25 of 27) sorted by relevance

12

/dports/lang/micropython/micropython-1.17/py/
H A Dscheduler.c78 MICROPY_END_ATOMIC_SECTION(atomic_state); in mp_handle_pending()
84 MICROPY_END_ATOMIC_SECTION(atomic_state); in mp_handle_pending()
97 MICROPY_END_ATOMIC_SECTION(atomic_state); in mp_handle_pending_tail()
100 MICROPY_END_ATOMIC_SECTION(atomic_state); in mp_handle_pending_tail()
112 MICROPY_END_ATOMIC_SECTION(atomic_state); in mp_sched_lock()
126 MICROPY_END_ATOMIC_SECTION(atomic_state); in mp_sched_unlock()
145 MICROPY_END_ATOMIC_SECTION(atomic_state); in MICROPY_WRAP_MP_SCHED_SCHEDULE()
H A Dmpconfig.h1563 #ifndef MICROPY_END_ATOMIC_SECTION
1564 #define MICROPY_END_ATOMIC_SECTION(state) (void)(state) macro
H A Dvm.c1377 MICROPY_END_ATOMIC_SECTION(atomic_state); in mp_execute_bytecode()
1382 MICROPY_END_ATOMIC_SECTION(atomic_state); in mp_execute_bytecode()
H A Dobjexcept.c104 MICROPY_END_ATOMIC_SECTION(atomic_state); in mp_alloc_emergency_exception_buf()
/dports/lang/micropython/micropython-1.17/ports/rp2/
H A Drp2_flash.c101 MICROPY_END_ATOMIC_SECTION(atomic_state); in rp2_flash_writeblocks()
110 MICROPY_END_ATOMIC_SECTION(atomic_state); in rp2_flash_writeblocks()
136 MICROPY_END_ATOMIC_SECTION(atomic_state); in rp2_flash_ioctl()
H A Dmphalport.h46 #define mp_hal_quiet_timing_exit(irq_state) MICROPY_END_ATOMIC_SECTION(irq_state)
H A Dmpconfigport.h193 #define MICROPY_END_ATOMIC_SECTION(state) restore_interrupts(state) macro
H A Dmodmachine.c135 MICROPY_END_ATOMIC_SECTION(state); in machine_enable_irq()
/dports/lang/micropython/micropython-1.17/ports/stm32/
H A Dmachine_bitstream.c152 MICROPY_END_ATOMIC_SECTION(atomic_state); in machine_bitstream_high_low()
199 MICROPY_END_ATOMIC_SECTION(atomic_state); in machine_bitstream_high_low()
H A Dmpconfigport.h443 #define MICROPY_END_ATOMIC_SECTION(state) enable_irq(state) macro
H A Dnetwork_wiznet5k.c72 MICROPY_END_ATOMIC_SECTION(wiznet5k_obj.cris_state); in wiz_cris_exit()
H A Dmodnwwiznet5k.c65 MICROPY_END_ATOMIC_SECTION(wiznet5k_obj.cris_state); in wiz_cris_exit()
/dports/lang/micropython/micropython-1.17/ports/unix/
H A Dmpbtstackport_common.c52 MICROPY_END_ATOMIC_SECTION(atomic_state); in mp_bluetooth_hci_poll()
H A Dmpconfigport.h364 #define MICROPY_END_ATOMIC_SECTION(x) (void)x; mp_thread_unix_end_atomic_section() macro
/dports/lang/micropython/micropython-1.17/ports/mimxrt/
H A Dmphalport.h52 #define mp_hal_quiet_timing_exit(irq_state) MICROPY_END_ATOMIC_SECTION(irq_state)
H A Dmodmachine.c66 MICROPY_END_ATOMIC_SECTION(state); in machine_enable_irq()
H A Dmpconfigport.h153 #define MICROPY_END_ATOMIC_SECTION(state) enable_irq(state) macro
/dports/lang/micropython/micropython-1.17/ports/esp32/
H A Dmphalport.h68 #define mp_hal_quiet_timing_exit(irq_state) MICROPY_END_ATOMIC_SECTION(irq_state)
H A Dmpconfigport.h254 #define MICROPY_END_ATOMIC_SECTION(state) portEXIT_CRITICAL_NESTED(state) macro
H A Dmodmachine.c251 MICROPY_END_ATOMIC_SECTION(state); in machine_enable_irq()
/dports/lang/micropython/micropython-1.17/ports/teensy/
H A Dmpconfigport.h94 #define MICROPY_END_ATOMIC_SECTION(state) enable_irq(state) macro
/dports/lang/micropython/micropython-1.17/ports/zephyr/
H A Dmpconfigport.h191 #define MICROPY_END_ATOMIC_SECTION irq_unlock macro
/dports/lang/micropython/micropython-1.17/ports/cc3200/
H A Dmpconfigport.h201 #define MICROPY_END_ATOMIC_SECTION(state) enable_irq(state) macro
/dports/lang/micropython/micropython-1.17/ports/esp8266/
H A Dmpconfigport.h120 #define MICROPY_END_ATOMIC_SECTION(state) enable_irq(state) macro
/dports/lang/micropython/micropython-1.17/extmod/
H A Dmodbluetooth.h79 #define MICROPY_PY_BLUETOOTH_EXIT MICROPY_END_ATOMIC_SECTION(atomic_state);

12