Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 384 Bytes

native-interrupt-handlers.md

File metadata and controls

10 lines (5 loc) · 384 Bytes

Thread execution

About this document

This document describes how thread execution works with the nanoFramework CLR.

Native interrupt handlers

The functions implementing interrupt handlers for native code need to be wrapped by the macros NATIVE_INTERRUPT_START and NATIVE_INTERRUPT_END that take care of setting/resetting the appropriate System_State flags.